Skip to content

Commit 715e624

Browse files
16.1.0
1 parent f6e0584 commit 715e624

File tree

168 files changed

+315
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+315
-312
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33

44
<!-- CHANGELOG NEWEST -->
55

6-
- Include RxDB version details in MongoDB handshake [#6722](https://github.com/pubkey/rxdb/pull/6722)
7-
- ADD Allow connectionParams to be provided as part of wsOptions for replication-graphql [#6741](https://github.com/pubkey/rxdb/pull/6741)
86
<!-- ADD new changes here! -->
97

108
<!-- /CHANGELOG NEWEST -->
119

1210
<!-- RELEASE BELOW -->
1311

12+
### 16.1.0 (11 January 2025)
13+
14+
- Include RxDB version details in MongoDB handshake [#6722](https://github.com/pubkey/rxdb/pull/6722)
15+
- ADD Allow connectionParams to be provided as part of wsOptions for replication-graphql [#6741](https://github.com/pubkey/rxdb/pull/6741)
16+
1417
### 16.0.0 (2 January 2025)
1518

1619
🚀 **RxDB v16 is released**

dist/cjs/plugins/utils/utils-rxdb-version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/plugins/utils/utils-rxdb-version.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/plugins/utils/utils-rxdb-version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/plugins/utils/utils-rxdb-version.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/plugins/storage-denokv/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RxStorageInstanceDenoKV } from "./rx-storage-instance-denokv.ts";
44
export declare class RxStorageDenoKV implements RxStorage<DenoKVStorageInternals<any>, DenoKVSettings> {
55
settings: DenoKVSettings;
66
name: string;
7-
readonly rxdbVersion = "16.0.0";
7+
readonly rxdbVersion = "16.1.0";
88
constructor(settings: DenoKVSettings);
99
createStorageInstance<RxDocType>(params: RxStorageInstanceCreationParams<RxDocType, DenoKVSettings>): Promise<RxStorageInstanceDenoKV<RxDocType>>;
1010
}

dist/types/plugins/storage-dexie/rx-storage-dexie.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RxStorageInstanceDexie } from './rx-storage-instance-dexie.ts';
44
export declare class RxStorageDexie implements RxStorage<DexieStorageInternals, DexieSettings> {
55
settings: DexieSettings;
66
name: string;
7-
readonly rxdbVersion = "16.0.0";
7+
readonly rxdbVersion = "16.1.0";
88
constructor(settings: DexieSettings);
99
createStorageInstance<RxDocType>(params: RxStorageInstanceCreationParams<RxDocType, DexieSettings>): Promise<RxStorageInstanceDexie<RxDocType>>;
1010
}

dist/types/plugins/storage-mongodb/rx-storage-mongodb.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RxStorageInstanceMongoDB } from './rx-storage-instance-mongodb.ts';
44
export declare class RxStorageMongoDB implements RxStorage<MongoDBStorageInternals, MongoDBSettings> {
55
databaseSettings: MongoDBDatabaseSettings;
66
name: string;
7-
readonly rxdbVersion = "16.0.0";
7+
readonly rxdbVersion = "16.1.0";
88
constructor(databaseSettings: MongoDBDatabaseSettings);
99
createStorageInstance<RxDocType>(params: RxStorageInstanceCreationParams<RxDocType, MongoDBSettings>): Promise<RxStorageInstanceMongoDB<RxDocType>>;
1010
}

dist/types/plugins/storage-remote/rx-storage-remote.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { MessageFromRemote, RemoteMessageChannel, RxStorageRemoteInternals,
44
export declare class RxStorageRemote implements RxStorage<RxStorageRemoteInternals, any> {
55
readonly settings: RxStorageRemoteSettings;
66
readonly name: string;
7-
readonly rxdbVersion = "16.0.0";
7+
readonly rxdbVersion = "16.1.0";
88
private seed;
99
private lastRequestId;
1010
messageChannelIfOneMode?: Promise<RemoteMessageChannel>;
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 declare const RXDB_VERSION = "16.0.0";
4+
export declare const RXDB_VERSION = "16.1.0";

dist/types/rx-database.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export declare class RxDatabaseBase<Internals, InstanceCreationOptions, Collecti
2929
readonly allowSlowCount?: boolean | undefined;
3030
readonly reactivity?: RxReactivityFactory<any> | undefined;
3131
readonly idleQueue: IdleQueue;
32-
readonly rxdbVersion = "16.0.0";
32+
readonly rxdbVersion = "16.1.0";
3333
/**
3434
* Contains all known non-closed storage instances
3535
* that belong to this database.

docs/404.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="generator" content="Docusaurus v3.0.1">
66
<title data-rh="true">RxDB - JavaScript Database</title><meta data-rh="true" property="og:title" content="RxDB - JavaScript Database"><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://rxdb.info/img/rxdb_social_card.png"><meta data-rh="true" name="twitter:image" content="https://rxdb.info/img/rxdb_social_card.png"><meta data-rh="true" property="og:url" content="https://rxdb.info/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><link data-rh="true" rel="icon" href="/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://rxdb.info/404.html"><link data-rh="true" rel="alternate" href="https://rxdb.info/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://rxdb.info/404.html" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.d9d43776.css">
7-
<script src="/assets/js/runtime~main.752fad64.js" defer="defer"></script>
8-
<script src="/assets/js/main.1ca95eb5.js" defer="defer"></script>
7+
<script src="/assets/js/runtime~main.0ae5f242.js" defer="defer"></script>
8+
<script src="/assets/js/main.20edd51b.js" defer="defer"></script>
99
</head>
1010
<body class="navigation-with-keyboard">
1111
<script>!function(){function t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){try{return new URLSearchParams(window.location.search).get("docusaurus-theme")}catch(t){}}()||function(){try{return localStorage.getItem("theme")}catch(t){}}();t(null!==e?e:"dark")}(),function(){try{const c=new URLSearchParams(window.location.search).entries();for(var[t,e]of c)if(t.startsWith("docusaurus-data-")){var a=t.replace("docusaurus-data-","data-");document.documentElement.setAttribute(a,e)}}catch(t){}}()</script><div id="__docusaurus"><div role="region" aria-label="Skip to main content"><a class="skipToContent_fXgn" href="#__docusaurus_skipToContent_fallback">Skip to main content</a></div><nav aria-label="Main" class="navbar navbar--fixed-top"><div class="navbar__inner"><div class="navbar__items"><button aria-label="Toggle navigation bar" aria-expanded="false" class="navbar__toggle clean-btn" type="button"><svg width="30" height="30" viewBox="0 0 30 30" aria-hidden="true"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path></svg></button><a class="navbar__brand" href="/"><div class="navbar__logo"><img src="/files/logo/logo.svg" alt="RxDB Logo" class="themedComponent_mlkZ themedComponent--light_NVdE"><img src="/files/logo/logo.svg" alt="RxDB Logo" class="themedComponent_mlkZ themedComponent--dark_xIcU"></div><b class="navbar__title text--truncate">RxDB</b></a></div><div class="navbar__items navbar__items--right"><a class="navbar__item navbar__link" href="/consulting">Support</a><a class="navbar__item navbar__link" href="/premium">Premium</a><a class="navbar__item navbar__link navbar-icon-discord" target="_blank" href="/chat">Community</a><a class="navbar__item navbar__link" href="/quickstart.html">Docs</a><div class="navbarSearchContainer_Bca1"></div></div></div><div role="presentation" class="navbar-sidebar__backdrop"></div></nav><div style="position:fixed;display:block;z-index:10;height:1.5px;background-color:var(--color-top);top:62.5px;border-top-right-radius:2px;border-bottom-right-radius:2px;width:0%"></div><div id="__docusaurus_skipToContent_fallback" class="main-wrapper mainWrapper_z2l0"><main class="container margin-vert--xl"><div class="row"><div class="col col--6 col--offset-3"><h1 class="hero__title"><a href="/"><div style="text-align:center"><img src="https://rxdb.info/files/logo/rxdb_javascript_database.svg" alt="RxDB" width="160"></div></a>404 Page Not Found</h1><p>The page you are looking for does not exist anymore or never has existed. If you have found this page through a link, you should tell the link author to update it.</p><p>Maybe one of these can help you to find the desired content:</p><div class="ul-container"><ul><li><a href="https://rxdb.info/quickstart.html">RxDB Documentation</a></li><li><a href="/chat">RxDB Discord Channel</a></li><li><a href="https://twitter.com/intent/user?screen_name=rxdbjs">RxDB on twitter</a></li><li><a href="/code">RxDB at Github</a></li></ul></div></div></div></main></div><div class="block footer"><div class="footer-block"><div class="footer-links"><span><a variant="text" href="/" class="footer-logo-button"><img src="/files/logo/logo.svg" alt="RxDB" loading="lazy"><div>RxDB</div></a><div class="footer-community-links"><a variant="text" href="/chat" target="_blank"><img src="/img/community-links/discord-logo.svg" alt="RxDB Discord" loading="lazy"></a><a variant="text" href="/code" target="_blank"><img src="/img/community-links/github-logo.svg" alt="RxDB Github" loading="lazy"></a><a variant="text" href="https://twitter.com/intent/user?screen_name=rxdbjs" target="_blank"><img src="/img/community-links/x-logo.svg" alt="RxDB Twitter" loading="lazy"></a><a variant="text" href="https://www.linkedin.com/company/rxdb" target="_blank"><img src="/img/community-links/linkedin-logo.svg" alt="RxDB LinkedIn" loading="lazy"></a><a variant="text" href="https://stackoverflow.com/questions/tagged/rxdb" target="_blank"><img src="/img/community-links/stack-overflow-logo.svg" alt="RxDB Stack Overflow" loading="lazy"></a></div></span><div class="footer-nav-links"><a variant="text" href="/premium" target="">Pricing</a><a variant="text" href="/consulting" target="">Support</a><a variant="text" href="/quickstart.html" target="">Documentation</a><a variant="text" href="/chat" target="_blank">Discord</a><a variant="text" href="/code" target="_blank">Github</a><a variant="text" href="https://twitter.com/intent/user?screen_name=rxdbjs" target="_blank">Twitter</a><a variant="text" href="https://www.linkedin.com/company/rxdb" target="_blank">LinkedIn</a></div></div><div class="footer-policy"><div><a variant="text" href="/legal-notice" target="_blank">Legal Notice</a></div><span class="footer-rights">© 2025 RxDB. All rights reserved.</span></div><img class="footer-img desktop-img" src="/img/footer-column.svg" alt="columns" loading="lazy"></div></div><div class="call-to-action-popup"><div class="close"></div></div></div>

docs/adapters.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="generator" content="Docusaurus v3.0.1">
66
<title data-rh="true">PouchDB Adapters | RxDB - JavaScript Database</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://rxdb.info/img/rxdb_social_card.png"><meta data-rh="true" name="twitter:image" content="https://rxdb.info/img/rxdb_social_card.png"><meta data-rh="true" property="og:url" content="https://rxdb.info/adapters.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="PouchDB Adapters | RxDB - JavaScript Database"><meta data-rh="true" name="description" content="When you use PouchDB RxStorage, there are many adapters that define where the data has to be stored."><meta data-rh="true" property="og:description" content="When you use PouchDB RxStorage, there are many adapters that define where the data has to be stored."><link data-rh="true" rel="icon" href="/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://rxdb.info/adapters.html"><link data-rh="true" rel="alternate" href="https://rxdb.info/adapters.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://rxdb.info/adapters.html" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.d9d43776.css">
7-
<script src="/assets/js/runtime~main.752fad64.js" defer="defer"></script>
8-
<script src="/assets/js/main.1ca95eb5.js" defer="defer"></script>
7+
<script src="/assets/js/runtime~main.0ae5f242.js" defer="defer"></script>
8+
<script src="/assets/js/main.20edd51b.js" defer="defer"></script>
99
</head>
1010
<body class="navigation-with-keyboard">
1111
<script>!function(){function t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){try{return new URLSearchParams(window.location.search).get("docusaurus-theme")}catch(t){}}()||function(){try{return localStorage.getItem("theme")}catch(t){}}();t(null!==e?e:"dark")}(),function(){try{const c=new URLSearchParams(window.location.search).entries();for(var[t,e]of c)if(t.startsWith("docusaurus-data-")){var a=t.replace("docusaurus-data-","data-");document.documentElement.setAttribute(a,e)}}catch(t){}}()</script><div id="__docusaurus"><div role="region" aria-label="Skip to main content"><a class="skipToContent_fXgn" href="#__docusaurus_skipToContent_fallback">Skip to main content</a></div><nav aria-label="Main" class="navbar navbar--fixed-top"><div class="navbar__inner"><div class="navbar__items"><button aria-label="Toggle navigation bar" aria-expanded="false" class="navbar__toggle clean-btn" type="button"><svg width="30" height="30" viewBox="0 0 30 30" aria-hidden="true"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path></svg></button><a class="navbar__brand" href="/"><div class="navbar__logo"><img src="/files/logo/logo.svg" alt="RxDB Logo" class="themedComponent_mlkZ themedComponent--light_NVdE"><img src="/files/logo/logo.svg" alt="RxDB Logo" class="themedComponent_mlkZ themedComponent--dark_xIcU"></div><b class="navbar__title text--truncate">RxDB</b></a></div><div class="navbar__items navbar__items--right"><a class="navbar__item navbar__link" href="/consulting">Support</a><a class="navbar__item navbar__link" href="/premium">Premium</a><a class="navbar__item navbar__link navbar-icon-discord" target="_blank" href="/chat">Community</a><a class="navbar__item navbar__link" href="/quickstart.html">Docs</a><div class="navbarSearchContainer_Bca1"></div></div></div><div role="presentation" class="navbar-sidebar__backdrop"></div></nav><div style="position:fixed;display:block;z-index:10;height:1.5px;background-color:var(--color-top);top:62.5px;border-top-right-radius:2px;border-bottom-right-radius:2px;width:0%"></div><div id="__docusaurus_skipToContent_fallback" class="main-wrapper mainWrapper_z2l0"><div class="docsWrapper_hBAB"><button aria-label="Scroll back to top" class="clean-btn theme-back-to-top-button backToTopButton_sjWU" type="button"></button><div class="docRoot_UBD9"><main class="docMainContainer_TBSr docMainContainerEnhanced_lQrH"><div class="container padding-top--md padding-bottom--lg"><div class="row"><div class="col docItemCol_VOVn"><div class="docItemContainer_Djhp"><article><div class="tocCollapsible_ETCw theme-doc-toc-mobile tocMobile_ITEo"><button type="button" class="clean-btn tocCollapsibleButton_TO0P">On this page</button></div><div class="theme-doc-markdown markdown"><h1>PouchDB Adapters</h1>

docs/alternatives.html

+2-2
Large diffs are not rendered by default.

docs/articles/angular-database.html

+2-2
Large diffs are not rendered by default.

docs/articles/angular-indexeddb.html

+2-2
Large diffs are not rendered by default.

docs/articles/browser-database.html

+2-2
Large diffs are not rendered by default.

docs/articles/browser-storage.html

+2-2
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)