Skip to content

Commit 18915c9

Browse files
17.0.0-beta.2
1 parent 28485d7 commit 18915c9

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# RxDB Changelog
33

44
<!-- CHANGELOG NEWEST -->
5+
6+
<!-- ADD new changes here! -->
7+
8+
### 17.0.0-beta.2 (4 December 2025)
9+
510
- ADD ensure indexes and primaryKey have a maximum `maxLength` of `1000`.
611
- ADD use internal types for `WeakRef` so people do not have to add `ES2021.WeakRef` to their TypeScript config.
712
- We no longer have the `dist` folder in the github repository. Either install RxDB from npm, or run the build scripts locally.
@@ -12,10 +17,6 @@
1217
- FIXmemory-mapped-storage: deleted docs must be purged
1318
- FIX `RxCollection.cleanup()` does not respect the provided `minimumDeletedTime`.
1419

15-
<!-- ADD new changes here! -->
16-
17-
### 17.0.0-beta.1 (3 December 2025)
18-
1920
- ADD ensure indexes and primaryKey have a maximum `maxLength` of `1000`.
2021
- ADD use internal types for `WeakRef` so people do not have to add `ES2021.WeakRef` to their TypeScript config.
2122
- We no longer have the `dist` folder in the github repository. Either install RxDB from npm, or run the build scripts locally.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rxdb",
33
"description": "A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/",
4-
"version": "17.0.0-beta.1",
4+
"version": "17.0.0-beta.2",
55
"author": "pubkey",
66
"repository": {
77
"type": "git",
@@ -634,4 +634,4 @@
634634
"webpack-dev-server": "5.2.2"
635635
},
636636
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
637-
}
637+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* This file is replaced in the 'npm run build:version' script.
33
*/
4-
export const RXDB_VERSION = '17.0.0-beta.1';
4+
export const RXDB_VERSION = '17.0.0-beta.2';

0 commit comments

Comments
 (0)