v0.8.4
v0.8.4 (December 31, 2024)
FEATURES:
- Add
context
Command: Introduced acontext
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: