Skip to content

Commit d01ccb0

Browse files
ferhimedamineSDK Lead
andauthored
bump: release v0.11.102 — smart_score fix + server v0.11.97 sync (DAK-7362) (#195)
Documents the RecalledMemory.score smart_score fix (PR #194) and bundles server v0.11.97 security dep pins (quick-xml/memmap2), CI improvements. Co-authored-by: SDK Lead <sdk-lead@dakera.ai>
1 parent b3aee55 commit d01ccb0

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.102] - 2026-07-05
11+
12+
### Fixed
13+
14+
- **`RecalledMemory.score` now returns server-rank ordering**`.score` previously exposed the
15+
raw `score` field, which did not match the server's actual ranking key (`smart_score`
16+
`weighted_score``score` fallback). `.score` now resolves `smart_score ?? weighted_score ??
17+
score`, matching the server's sort key. New optional fields `smart_score` and `weighted_score`
18+
are exposed on `RecalledMemory` for consumers that need the raw components.
19+
([#194](https://github.com/Dakera-AI/dakera-js/pull/194))
20+
21+
### Changed
22+
23+
- **Server sync v0.11.97** — no additional SDK API surface changes; bundled with server v0.11.97
24+
security dep pins (quick-xml/memmap2), CI improvements (DAK-7362).
25+
1026
## [0.11.101] - 2026-07-02
1127

1228
### Changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dakera-ai/dakera",
3-
"version": "0.11.101",
3+
"version": "0.11.102",
44
"description": "TypeScript/JavaScript SDK for Dakera AI memory platform",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -74,4 +74,4 @@
7474
"postcss": ">=8.5.10",
7575
"esbuild": ">=0.28.1"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)