Skip to content

v0.7.3

Compare
Choose a tag to compare
@clintjedwards clintjedwards released this 21 Aug 02:17
· 22 commits to main since this release
ba0b2b5

v0.7.3 (August 20, 2024)

FEATURES:

  • Deployments in CLI: Added functionality to Gofer CLI for listing and getting deployments.

IMPROVEMENTS:

  • Event-Driven Task Management: Refactored Shepard to fully commit to an event-driven model for task execution,
    replacing the previous mixed approach. This change simplifies recovery and cancellation of tasks by leveraging
    Gofer’s event bus.

  • Token-Based Initiator Identification: Refactored the initiator field within a run to be populated by the
    caller's token data, enhancing security by removing reliance on caller input.

  • Usernames in Tokens: Updated tokens to include a username field, allowing for more human-readable
    identification and improving the frontend experience by clearly displaying the user responsible for actions.

  • Gofer Frontend Improvement: Enhanced the Gofer frontend with a basic interface to ensure users can
    confirm the service is operational, providing a simple but effective user experience.