From 7f8eecb49969c713e268a4d4501f9abdf27027a2 Mon Sep 17 00:00:00 2001 From: jayant dhingra Date: Mon, 12 Jan 2026 14:48:34 +0530 Subject: [PATCH] docs: update CHANGELOG for version 1.0.0 release --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19e2ae..0a2d433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + ## 0.6.3 (2025-10-13)