Skip to content

Commit b8e7dae

Browse files
author
SDK Lead
committed
chore(release): v0.11.93 — ChatMemorySession + header() builder
- Bump Cargo.toml version 0.11.92 → 0.11.93 - CHANGELOG: add [0.11.93] section with ChatMemorySession (DAK-6863, #135), header() builder (DAK-6806, #133), and playground quickstart session fix (#133)
1 parent f36f8d5 commit b8e7dae

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.93] - 2026-06-16
11+
1012
### Added
1113

1214
- **`ChatMemorySession`** — new high-level session helper in `dakera_client::session`.
1315
Wraps `start_session` + `store_memory` + `recall` + `end_session` into the three-step
1416
pattern used by the playground LLM comparison feature. Uses `Arc<DakeraClient>` for
1517
shared ownership. Exported as `dakera_client::ChatMemorySession`.
16-
(DAK-6863, parity with dakera-py/dakera-js)
18+
(DAK-6863, parity with dakera-py/dakera-js, [#135](https://github.com/Dakera-AI/dakera-rs/pull/135))
19+
20+
- **`DakeraClientBuilder::header()`** — new method to inject a custom HTTP header
21+
into every request (e.g. `X-Playground-Session` for sandbox isolation). Chains
22+
with the existing builder API. (DAK-6806, [#133](https://github.com/Dakera-AI/dakera-rs/pull/133))
23+
24+
### Fixed
25+
26+
- **Playground quickstart session isolation**`examples/playground/main.rs` now
27+
sets `X-Playground-Session` via the new `header()` builder, isolating sandbox
28+
runs from other concurrent users. (DAK-6806, [#133](https://github.com/Dakera-AI/dakera-rs/pull/133))
1729

1830
## [0.11.92] - 2026-06-16
1931

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dakera-client"
3-
version = "0.11.92"
3+
version = "0.11.93"
44
edition = "2021"
55
description = "Rust client SDK for Dakera AI Agent Memory Platform"
66
license = "MIT"

0 commit comments

Comments
 (0)