Skip to content

Commit

Permalink
15.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
1 parent 1e90f3a commit 0afcaa9
Show file tree
Hide file tree
Showing 153 changed files with 360 additions and 275 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
# RxDB Changelog

<!-- CHANGELOG NEWEST -->
- FIX firestore replication not working with schema validation [#5572](https://github.com/pubkey/rxdb/issues/5572)
- FIX Replication observation mode ignored when push handler is waiting [#5571](https://github.com/pubkey/rxdb/issues/5571)
- FIX migration from v14 -> v15 is broken when IndexedDB is used inside of worker. [5565](https://github.com/pubkey/rxdb/issues/5565)

<!-- ADD new changes here! -->

<!-- /CHANGELOG NEWEST -->

<!-- RELEASE BELOW -->

### 15.6.0 (1 February 2024)

- FIX firestore replication not working with schema validation [#5572](https://github.com/pubkey/rxdb/issues/5572)
- FIX Replication observation mode ignored when push handler is waiting [#5571](https://github.com/pubkey/rxdb/issues/5571)
- FIX migration from v14 -> v15 is broken when IndexedDB is used inside of worker. [5565](https://github.com/pubkey/rxdb/issues/5565)

### 15.5.0 (30 January 2024)

- ADD [RxServer](https://rxdb.info/rx-server.html) 🎉
Expand Down
13 changes: 12 additions & 1 deletion dist/cjs/plugins/migration-storage/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/migration-storage/index.js.map

Large diffs are not rendered by default.

26 changes: 20 additions & 6 deletions dist/cjs/plugins/replication/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/replication/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-rxdb-version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-rxdb-version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion dist/cjs/replication-protocol/downstream.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/replication-protocol/downstream.js.map

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions dist/cjs/replication-protocol/meta-instance.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/replication-protocol/meta-instance.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/replication-protocol/upstream.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/types/rx-storage.interface.d.js.map

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion dist/esm/plugins/migration-storage/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/migration-storage/index.js.map

Large diffs are not rendered by default.

26 changes: 20 additions & 6 deletions dist/esm/plugins/replication/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/replication/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/plugins/utils/utils-rxdb-version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/utils/utils-rxdb-version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions dist/esm/replication-protocol/downstream.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/replication-protocol/downstream.js.map

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions dist/esm/replication-protocol/meta-instance.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0afcaa9

Please sign in to comment.