Skip to content

Releases: datasparq-ai/houston

v0.7.0

26 Jan 17:19
8678bf1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

13 Nov 16:08
8830ee2
Compare
Choose a tag to compare

Bug fixes:

  • completed and active missions keys were not updating properly

New minor features:

  • Add --stress-test flag to demo mode: runs 500+ concurrent missions to test the capacity of the API

Other:

  • docs update
  • updated usage of math/rand as it was deprecated

v0.6.0

01 Nov 13:54
c5283cc
Compare
Choose a tag to compare

API:

  • made completed and active mission string updates transactional
  • more documentation

CLI:

  • keys command lists keys (requires admin password)

Client:

  • option to have base url and key in one URI, auto-sign in to your server by passing this value

v0.5.1

17 Oct 16:18
847bb9d
Compare
Choose a tag to compare

Minor changes

  • More documentation + clean up and restructure of existing docs
  • Create GitHub workflow for creating binary distributions
  • Fix Swagger docs

v0.5.0

16 Oct 07:57
230ed1b
Compare
Choose a tag to compare

Add monitoring functions to periodically check the health of the API and database:

  • Delete expired missions
  • Check memory usage

Refactor: Move all API code into api module so that main.go only contains the CLI

v0.4.1

12 Sep 12:10
Compare
Choose a tag to compare

Bug fixes:

  • The index of active and completed missions are no longer breaking when missions are deleted