Skip to content

Releases: shinybrar/skaha

v1.1.0

16 Dec 07:24
0373c98
Compare
Choose a tag to compare

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

  • docs: build command issue (becbc60)
  • docs: fixed build issue (98b0543)

v1.0.2

15 Dec 19:24
d9d6a2e
Compare
Choose a tag to compare

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

15 Dec 07:21
45d9d59
Compare
Choose a tag to compare

1.0.1 (2022-12-15)

Bug Fixes

  • env: fixed multiple tests and added support for multiple env parameters (c0500bf)

v1.0.0

15 Dec 07:08
ab66113
Compare
Choose a tag to compare

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

14 Dec 18:56
3cd67dc
Compare
Choose a tag to compare

0.5.0 (2022-12-14)

Features

  • release-please: implemented (2ac9728)

Bug Fixes

  • gha: fix to release action (cc7b61a)

v0.4.1

09 Feb 16:02
Compare
Choose a tag to compare

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.