Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@

## 1.0.0 (2026-01-12)

Merge for RN 1.0 Features ([#89](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/89))

### Features

* add support for 'ALL' log domain in console and custom sinks ([cea3ee4](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/cea3ee4))
* log sink API implementation with test screens ([68d774d](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/68d774d))
* update for new replicator config ([c9cd8aa](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/c9cd8aa))
* implement new remove listener token functionality ([c7e7d33](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/c7e7d33))
* add collection_GetFullName method and update related components ([4533ab8](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/4533ab8))
* add collection change event listener functionality ([24581ef](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/24581ef))
* implement placeholder methods for URLEndpointListener in CblReactNativeEngine ([d9f00a2](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/d9f00a2))

### Bug Fixes

* allow empty encryption key to remove database encryption ([a1e9c4f](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/a1e9c4f))
* correct Kotlin import paths and enhance logging methods in Swift ([89ad911](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/89ad911))

### Chores

* update Couchbase Lite dependencies to version 3.3.0 for iOS and Android ([03d7a74](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/03d7a74))
* 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))
* add expo-example and dev dirs to npmignore to prevent recursion ([eda3a87](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/eda3a87))
* comment out Console Logging and Document Expiration tests ([9362ad3](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/9362ad3))
* remove commented-out sync gateway connection code ([9aad3af](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/9aad3af))

### Refactoring

* update native modules and cleanup documentation ([2ecb3c2](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/2ecb3c2))
* simplify conditionals in change listener tests ([94dcace](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/94dcace))


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's an extra blank line here. To maintain consistent formatting with the rest of the file, please remove it. Typically, a single blank line is used to separate sections.

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

Expand Down