Skip to content

Commit d4095bb

Browse files
authored
DOC-13286: Couchbase Lite 3.2.4 Release Notes (#978)
* DOC-12093: Feedback on Documents — Date precision in Swift * Litecore release notes * Java, Java-Android release notes * .NET release notes * iOS release notes * C release notes * Update What's New
1 parent 7010f4e commit d4095bb

File tree

15 files changed

+232
-0
lines changed

15 files changed

+232
-0
lines changed

modules/ROOT/pages/cbl-whatsnew.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ NOTE: Couchbase Lite 3.0 introduces some breaking changes. +
1111
If you're upgrading from 2.x, refer to the appropriate upgrade page -- see: <<lbl-upgrade>>. +
1212
You should be able to upgrade from 3.0.x to 3.1.x without manual intervention.
1313

14+
== Release 3.2.4 (June 2025)
15+
16+
Couchbase Lite Release 3.2.4 introduces fixes and enhancements for:
17+
18+
xref:android:releasenotes.adoc#maint-latest[Android]
19+
|
20+
xref:c:releasenotes.adoc#maint-latest[C]
21+
|
22+
xref:csharp:releasenotes.adoc#maint-latest[.NET]
23+
|
24+
xref:java:releasenotes.adoc#maint-latest[Java]
25+
|
26+
xref:objc:releasenotes.adoc#maint-latest[Objective-C]
27+
|
28+
xref:swift:releasenotes.adoc#maint-latest[Swift]
29+
1430
== Release 3.2.3 (April 2025)
1531

1632
=== New Features
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
== Couchbase Lite Release Notes
2+
3+
[NOTE]
4+
--
5+
This document is just for Lite Core release notes.
6+
7+
* Include common Lite Core enhancements, fixes, known issues, or deprecations between the tags below.
8+
* Use an `include` to include the tagged lists into release notes for individual SDKs.
9+
* Enhancements, fixes, known issues, or deprecations for individual SDKs should go into the release notes for that SDK.
10+
--
11+
12+
=== Enhancements
13+
14+
// tag::enhancements[]
15+
// end::enhancements[]
16+
17+
=== Issues and Resolutions
18+
19+
// tag::fixes[]
20+
21+
* https://jira.issues.couchbase.com/browse/CBL-7006[CBL-7006 -- Blobs Not Downloaded on Update with Delta Sync in Peer-to-Peer Replication]
22+
23+
// end::fixes[]
24+
25+
=== Known Issues
26+
27+
// tag::known-issues[]
28+
// end::known-issues[]
29+
30+
=== Deprecations
31+
32+
// tag::deprecations[]
33+
// end::deprecations[]

modules/android/pages/releasenotes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ifdef::prerelease[:page-status: {prerelease}]
88
:param-title: Android
99

1010
[#maint-latest]
11+
include::partial$release-notes/couchbase-mobile-android-release-note.3.2.4.adoc[]
12+
1113
include::partial$release-notes/couchbase-mobile-android-release-note.3.2.3.adoc[]
1214

1315
include::partial$release-notes/couchbase-mobile-android-release-note.3.2.2.adoc[]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[#maint-3-2-4]
2+
== 3.2.4 -- June 2025
3+
4+
Version 3.2.4 for {param-title} delivers the following features and enhancements:
5+
6+
=== Enhancements
7+
8+
* https://jira.issues.couchbase.com/browse/CBL-6978[CBL-6978 -- Stopping a Replicator should stop all Conflict Resolutions]
9+
10+
=== Issues and Resolutions
11+
12+
include::ROOT:partial$release-notes/couchbase-mobile-litecore-release-note.3.2.4.adoc[tags=fixes]
13+
14+
* https://jira.issues.couchbase.com/browse/CBL-7015[CBL-7015 -- Invalid or Inconsistent Certificate Locality Key Name]
15+
16+
=== Known Issues
17+
18+
None for this release
19+
20+
=== Deprecations
21+
22+
None for this release
23+
24+
NOTE: For an overview of the latest features offered in Couchbase Lite 3.2.0, see xref:ROOT:cbl-whatsnew.adoc[New in 3.2]

modules/c/pages/releasenotes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ifdef::prerelease[:page-status: {prerelease}]
99
:param-abstract: This content describes the key features and changes implemented by release {version} of Couchbase Lite on {param-title}
1010

1111
[#maint-latest]
12+
include::partial$release-notes/couchbase-mobile-c-release-note.3.2.4.adoc[]
13+
1214
include::partial$release-notes/couchbase-mobile-c-release-note.3.2.3.adoc[]
1315

1416
include::partial$release-notes/couchbase-mobile-c-release-note.3.2.2.adoc[]
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[#maint-3-2-4]
2+
== 3.2.4 -- June 2025
3+
4+
Version 3.2.4 for {param-title} delivers the following features and enhancements:
5+
6+
=== Enhancements
7+
8+
* https://jira.issues.couchbase.com/browse/CBL-7004[CBL-7004 -- Add API to Access the TLSIdentity Used by CBLURLEndpointListener]
9+
10+
=== Issues and Resolutions
11+
12+
include::ROOT:partial$release-notes/couchbase-mobile-litecore-release-note.3.2.4.adoc[tags=fixes]
13+
14+
* https://jira.issues.couchbase.com/browse/CBL-7048[CBL-7048 -- Anonymous TLSIdentity Not Regenerated on Listener Restart]
15+
16+
* https://jira.issues.couchbase.com/browse/CBL-7046[CBL-7046 -- Crash When CBLKeyPair_PublicKeyDigest or PublicKeyData Fails to Retrieve External Public Key]
17+
18+
* https://jira.issues.couchbase.com/browse/CBL-7044[CBL-7044 -- Add Missing mbedTLS Error Domain]
19+
20+
* https://jira.issues.couchbase.com/browse/CBL-7041[CBL-7041 -- Invalid or Inconsistent Certificate Locality Key Name]
21+
22+
* https://jira.issues.couchbase.com/browse/CBL-6999[CBL-6999 -- Missing Implementation of CBLReplicator_ServerCertificate for Accessing Server TLS Certificate]
23+
24+
* https://jira.issues.couchbase.com/browse/CBL-6975[CBL-6975 -- CreateIdentity with Persistent Key Crashes Inside Autorelease Pool on iOS ]
25+
26+
=== Known Issues
27+
28+
None for this release
29+
30+
=== Deprecations
31+
32+
None for this release
33+
34+
NOTE: For an overview of the latest features offered in Couchbase Lite 3.2.0, see xref:ROOT:cbl-whatsnew.adoc[New in 3.2]

modules/csharp/pages/releasenotes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ifdef::prerelease[:page-status: {prerelease}]
88
:param-title: C#.Net
99

1010
[#maint-latest]
11+
include::partial$release-notes/couchbase-mobile-csharp-release-note.3.2.4.adoc[]
12+
1113
include::partial$release-notes/couchbase-mobile-csharp-release-note.3.2.3.adoc[]
1214

1315
include::partial$release-notes/couchbase-mobile-csharp-release-note.3.2.2.adoc[]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[#maint-3-2-4]
2+
== 3.2.4 -- June 2025
3+
4+
Version 3.2.4 for {param-title} delivers the following features and enhancements:
5+
6+
=== Enhancements
7+
8+
None for this release
9+
10+
=== Issues and Resolutions
11+
12+
include::ROOT:partial$release-notes/couchbase-mobile-litecore-release-note.3.2.4.adoc[tags=fixes]
13+
14+
* https://jira.issues.couchbase.com/browse/CBL-7016[CBL-7016 -- Invalid or Inconsistent Certificate Locality Key Name]
15+
16+
=== Known Issues
17+
18+
None for this release
19+
20+
=== Deprecations
21+
22+
None for this release
23+
24+
NOTE: For an overview of the latest features offered in Couchbase Lite 3.2.0, see xref:ROOT:cbl-whatsnew.adoc[New in 3.2]

modules/java/pages/releasenotes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ifdef::prerelease[:page-status: {prerelease}]
88
:param-title: Java
99

1010
[#maint-latest]
11+
include::partial$release-notes/couchbase-mobile-java-release-note.3.2.4.adoc[]
12+
1113
include::partial$release-notes/couchbase-mobile-java-release-note.3.2.3.adoc[]
1214

1315
include::partial$release-notes/couchbase-mobile-java-release-note.3.2.2.adoc[]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[#maint-3-2-4]
2+
== 3.2.4 -- June 2025
3+
4+
Version 3.2.4 for {param-title} delivers the following features and enhancements:
5+
6+
=== Enhancements
7+
8+
* https://jira.issues.couchbase.com/browse/CBL-6978[CBL-6978 -- Stopping a Replicator should stop all Conflict Resolutions]
9+
10+
=== Issues and Resolutions
11+
12+
include::ROOT:partial$release-notes/couchbase-mobile-litecore-release-note.3.2.4.adoc[tags=fixes]
13+
14+
* https://jira.issues.couchbase.com/browse/CBL-7015[CBL-7015 -- Invalid or Inconsistent Certificate Locality Key Name]
15+
16+
=== Known Issues
17+
18+
None for this release
19+
20+
=== Deprecations
21+
22+
None for this release
23+
24+
NOTE: For an overview of the latest features offered in Couchbase Lite 3.2.0, see xref:ROOT:cbl-whatsnew.adoc[New in 3.2]

0 commit comments

Comments
 (0)