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
9 changes: 8 additions & 1 deletion docs/ProductNotes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ sidebar_position: 1
---

# Release Notes
**1.0.0**
- Included support for [Couchbase Lite 3.2.2](https://docs.couchbase.com/couchbase-lite/current/cbl-whatsnew.html#release-3-2-2-march-2025)
- Fixed issue preventing [creation of second database instance](https://github.com/Couchbase-Ecosystem/cbl-ionic/issues/22)
- Fixed a [session authentication issue](https://github.com/Couchbase-Ecosystem/cbl-ionic/issues/62)
- Updated example app with [Replication](https://github.com/Couchbase-Ecosystem/cbl-ionic/issues/6) and [Query Screens](https://github.com/Couchbase-Ecosystem/cbl-ionic/issues/5)
- Expanded Replication testing

**0.2.6**
- Updated Database Save and Database getDocument APIs to fix issue where the document wasn't properly updated in the database nor returned due to changes made in 0.2.4 (regression).

Expand Down Expand Up @@ -38,4 +45,4 @@ sidebar_position: 1
- Changed Database Maintenance APIs to match the Native SDK APIs

**0.2.2**
- Early Access Release
- Early Access Release