Skip to content

Commit a483112

Browse files
Merge pull request #90 from Couchbase-Ecosystem/merge-v1-to-main
docs: update CHANGELOG for version 1.0.0 release
2 parents 16d9e10 + 7f8eecb commit a483112

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11

2+
## 1.0.0 (2026-01-12)
3+
4+
Merge for RN 1.0 Features ([#89](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/89))
5+
6+
### Features
7+
8+
* add support for 'ALL' log domain in console and custom sinks ([cea3ee4](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/cea3ee4))
9+
* log sink API implementation with test screens ([68d774d](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/68d774d))
10+
* update for new replicator config ([c9cd8aa](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/c9cd8aa))
11+
* implement new remove listener token functionality ([c7e7d33](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/c7e7d33))
12+
* add collection_GetFullName method and update related components ([4533ab8](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/4533ab8))
13+
* add collection change event listener functionality ([24581ef](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/24581ef))
14+
* implement placeholder methods for URLEndpointListener in CblReactNativeEngine ([d9f00a2](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/d9f00a2))
15+
16+
### Bug Fixes
17+
18+
* allow empty encryption key to remove database encryption ([a1e9c4f](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/a1e9c4f))
19+
* correct Kotlin import paths and enhance logging methods in Swift ([89ad911](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/89ad911))
20+
21+
### Chores
22+
23+
* update Couchbase Lite dependencies to version 3.3.0 for iOS and Android ([03d7a74](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/03d7a74))
24+
* update submodule branches to main and upgrade CouchbaseLite-Swift-Enterprise to version 3.3.0 ([e39bba8](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/e39bba8))
25+
* add expo-example and dev dirs to npmignore to prevent recursion ([eda3a87](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/eda3a87))
26+
* comment out Console Logging and Document Expiration tests ([9362ad3](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/9362ad3))
27+
* remove commented-out sync gateway connection code ([9aad3af](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/9aad3af))
28+
29+
### Refactoring
30+
31+
* update native modules and cleanup documentation ([2ecb3c2](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/2ecb3c2))
32+
* simplify conditionals in change listener tests ([94dcace](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/94dcace))
33+
234

335
## <small>0.6.3 (2025-10-13)</small>
436

0 commit comments

Comments
 (0)