From 683cec9307c29b2ea6014e2fa48962ddb8e8c457 Mon Sep 17 00:00:00 2001 From: Sienna Meridian Satterwhite Date: Wed, 25 Mar 2026 18:07:39 +0000 Subject: [PATCH] release: v1.1.2 - fix(opensearch): make ML model registration idempotent --- CHANGELOG.md | 7 +++++++ sunbeam-sdk/Cargo.toml | 2 +- sunbeam/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fdc46..719e72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 - cd80a57 fix: DynamicBearer auth, retry on 500/429, upload resilience diff --git a/sunbeam-sdk/Cargo.toml b/sunbeam-sdk/Cargo.toml index cf8f18a..1fdebba 100644 --- a/sunbeam-sdk/Cargo.toml +++ b/sunbeam-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sunbeam-sdk" -version = "1.1.1" +version = "1.1.2" edition = "2024" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations" repository = "https://src.sunbeam.pt/studio/cli" diff --git a/sunbeam/Cargo.toml b/sunbeam/Cargo.toml index 9a4f35e..3732d3a 100644 --- a/sunbeam/Cargo.toml +++ b/sunbeam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sunbeam" -version = "1.1.1" +version = "1.1.2" edition = "2024" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"