From 586899f0f4a2f5c3a03903492de03d42a2d56114 Mon Sep 17 00:00:00 2001 From: idulo Date: Mon, 12 May 2025 12:19:42 +0100 Subject: [PATCH] Update release-notes.md for Ionic Capacitor 1.0.0 --- docs/ProductNotes/release-notes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/ProductNotes/release-notes.md b/docs/ProductNotes/release-notes.md index d961cc1..5a7a2ed 100644 --- a/docs/ProductNotes/release-notes.md +++ b/docs/ProductNotes/release-notes.md @@ -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). @@ -38,4 +45,4 @@ sidebar_position: 1 - Changed Database Maintenance APIs to match the Native SDK APIs **0.2.2** -- Early Access Release \ No newline at end of file +- Early Access Release