Releases: shinybrar/skaha
Releases · shinybrar/skaha
v1.1.0
1.1.0 (2022-12-16)
Features
- docs: added build (9049b92)
- session: create session now embeds two env variables into the container, REPLICA_COUNT and REPLICA_ID (ecbf48a)
Bug Fixes
v1.0.2
1.0.2 (2022-12-15)
Bug Fixes
- docs: created documentation for the project (e0f5483)
Documentation
- API-Reference: changed where order of docs (569d34f)
v1.0.1
1.0.1 (2022-12-15)
Bug Fixes
- env: fixed multiple tests and added support for multiple env parameters (c0500bf)
v1.0.0
1.0.0 (2022-12-14)
⚠ BREAKING CHANGES
- session: this is a signficant change, breaking all backwards compatibility
- sessions: skaha sessions api is no longer supported, the capability to manage multiple sessions is now provided by default with the skaha.session api itself
Features
- session: added support for multiple session management (219b74c)
- sessions: skaha.sessions api deprecated (e184663)
Bug Fixes
- client: updated session header to have the correct content-type (3146e41)
- images: images api now always prunes (a436e21)
- pre-commit: fixed broken pre-commit config (baedb82)
- type-hints: fixed broken hints (9f4e9db)
- type-hints: fixed broken type hints (c1d1356)
v0.5.0
0.5.0 (2022-12-14)
Features
- release-please: implemented (2ac9728)
Bug Fixes
- gha: fix to release action (cc7b61a)
v0.4.1
New Features
- Added complete feature set to support CANFAR Skaha API
- Added the
Sessions
client, which gives the functionality to manipulate multiple containers at the same time.