Skip to content

Commit 0126cda

Browse files
committed
10.0.4
1 parent a278fbb commit 0126cda

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [10.0.4] - 2026.05.22
2+
3+
### Fix
4+
5+
record.setData was failing with VERSION_EXISTS on some cases. Set data is an upsert operation that bypasses versions by explicitely setting it to -1. A missing check was added.
6+
7+
### Task
8+
9+
Port some missing tests from record-transition
10+
111
## [10.0.3] - 2026.05.03
212

313
### Chore

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepstream/server",
3-
"version": "10.0.3",
3+
"version": "10.0.4",
44
"description": "a scalable server for realtime webapps",
55
"main": "./dist/src/deepstream.io.js",
66
"bin": {

0 commit comments

Comments
 (0)