Skip to content

v0.8.4

Compare
Choose a tag to compare
@clintjedwards clintjedwards released this 31 Dec 06:11
· 28 commits to main since this release
7fb607b

v0.8.4 (December 31, 2024)

FEATURES:

  • Add context Command: Introduced a context command in the Gofer CLI to help users understand their current environment context without checking configuration files. [565ade1]
  • Exact Time Display: CLI now shows exact timestamps in 'detail' configuration settings, enhancing precision for users. [b132306]

BUG FIXES:

  • Anonymous Access: Resolved issue allowing anonymous users to access runs as intended. [7be46d5]
  • Run Shepard Deadlock: Fixed a thread-blocking deadlock within the run_shepard function, especially noticeable on single-core systems. [3952710]
  • Debug Statements: Added more detailed debug statements for the 'gofer run' command to improve error messaging. [6e84382]

IMPROVEMENTS: