Releases: datasparq-ai/houston
Releases · datasparq-ai/houston
v0.7.0
v0.6.1
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
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
Minor changes
- More documentation + clean up and restructure of existing docs
- Create GitHub workflow for creating binary distributions
- Fix Swagger docs
v0.5.0
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
Bug fixes:
- The index of active and completed missions are no longer breaking when missions are deleted