release: v1.1.2
- fix(opensearch): make ML model registration idempotent
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.1.2
|
||||||
|
|
||||||
|
- 30dc4f9 fix(opensearch): make ML model registration idempotent
|
||||||
|
- 3d2d16d feat(secrets): add xchacha20-poly1305 cipher key seeding for Kratos
|
||||||
|
- 80ab6d6 feat: enable Meet external API, fix SDK path
|
||||||
|
- b08a80d refactor: nest infra commands under `sunbeam platform`
|
||||||
|
|
||||||
## v1.1.1
|
## v1.1.1
|
||||||
|
|
||||||
- cd80a57 fix: DynamicBearer auth, retry on 500/429, upload resilience
|
- cd80a57 fix: DynamicBearer auth, retry on 500/429, upload resilience
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sunbeam-sdk"
|
name = "sunbeam-sdk"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"
|
description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"
|
||||||
repository = "https://src.sunbeam.pt/studio/cli"
|
repository = "https://src.sunbeam.pt/studio/cli"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sunbeam"
|
name = "sunbeam"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"
|
description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user