Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Version 3.3.0 for {param-title} delivers the following features and enhancements
// Lite Core begin

* https://jira.issues.couchbase.com/browse/CBL-6733[CBL-6733 -- Multipeer Replicator for Peer-to-Peer Sync over Wi-Fi]
* https://jira.issues.couchbase.com/browse/CBL-6980[CBL-6980 -- Find out how the JVM finds libicu*]
* https://jira.issues.couchbase.com/browse/CBL-7194[CBL-7194 -- Upgrade mbedTLS to 3.6.3]
* https://jira.issues.couchbase.com/browse/CBL-7195[CBL-7195 -- Upgrade SQLite to 3.50.3]
* https://jira.issues.couchbase.com/browse/CBL-7214[CBL-7214 -- Update minimum supported API level to 24]
* https://jira.issues.couchbase.com/browse/CBL-7225[CBL-7225 -- Add info about default collection used in the replication]
* https://jira.issues.couchbase.com/browse/CBL-7233[CBL-7233 -- Add API for creating `ReplicatorConfiguration` with collection configs and endpoint]
* https://jira.issues.couchbase.com/browse/CBL-7360[CBL-7360 -- Update mbedTLS to 3.6.4]
* https://jira.issues.couchbase.com/browse/CBL-7409[CBL-7409 -- Improve conflict resolution with multiple remotes]


// Lite Core end

Expand All @@ -22,9 +22,9 @@ Version 3.3.0 for {param-title} delivers the following features and enhancements
==== Fixed Issues

* https://jira.issues.couchbase.com/browse/CBL-6791[CBL-6791 -- Starting a Live Query in the Background May Crash the App]
* https://jira.issues.couchbase.com/browse/CBL-6799[CBL-6799 -- Potential crash in `URLEndpointListener`]
* https://jira.issues.couchbase.com/browse/CBL-7181[CBL-7181 -- Assertion Failure in `URLEndpointListener`]
* https://jira.issues.couchbase.com/browse/CBL-7189[CBL-7189 -- Assertion failure caused by Pull Filter during replication]
* https://jira.issues.couchbase.com/browse/CBL-6799[CBL-6799 -- Potential crash in `URLEndpointListener` due to accessing a NULL responseTimer during stop]
* https://jira.issues.couchbase.com/browse/CBL-7181[CBL-7181 -- Assertion Failure in `URLEndpointListener` Due to Collection Mismatch with Connected Replicator]
* https://jira.issues.couchbase.com/browse/CBL-7189[CBL-7189 -- Assertion failure caused by pull filter during replication]



Expand All @@ -38,5 +38,8 @@ None for this release
* https://jira.issues.couchbase.com/browse/CBL-7235[CBL-7235 -- Deprecate: `ReplicatorConfiguration` constructor with a target endpoint only]
* https://jira.issues.couchbase.com/browse/CBL-7237[CBL-7237 -- Deprecate: `ReplicatorConfiguration` API for managing collection configurations]
* https://jira.issues.couchbase.com/browse/CBL-7239[CBL-7239 -- Deprecate: `CollectionConfiguration` constructors without collection]
* https://jira.issues.couchbase.com/browse/CBL-7421[CBL-7421 -- Deprecate: CollectionConfiguration's API without collection (Kotlin)]
* https://jira.issues.couchbase.com/browse/CBL-7422[CBL-7422 -- Deprecate: WorkManagerReplicatorConfiguration.from(target: Endpoint) (Kotlin)]
* https://jira.issues.couchbase.com/browse/CBL-7423[CBL-7423 -- Deprecate: ReplicatorConfiguration's newConfig with endpoint and collection map (Kotlin)]

NOTE: For an overview of the latest features offered in Couchbase Lite 3.3.0, see xref:ROOT:cbl-whatsnew.adoc[New in 3.3]
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Version 3.3.0 for {param-title} delivers the following features and enhancements
// Lite Core begin

* https://jira.issues.couchbase.com/browse/CBL-6733[CBL-6733 -- Multipeer Replicator for Peer-to-Peer Sync over Wi-Fi]
* https://jira.issues.couchbase.com/browse/CBL-7194[CBL-7194 -- Upgrade mbedTLS to 3.6.3]
* https://jira.issues.couchbase.com/browse/CBL-7195[CBL-7195 -- Upgrade SQLite to 3.50.3]
* https://jira.issues.couchbase.com/browse/CBL-7206[CBL-7206 -- Update Minimum Supported iOS to 15.0 and macOS to 13.0]
* https://jira.issues.couchbase.com/browse/CBL-7234[CBL-7234 -- Add API for creating `ReplicatorConfiguration` with collection configs and endpoint]
*
* https://jira.issues.couchbase.com/browse/CBL-7360[CBL-7360 -- Update mbedTLS to 3.6.4]
* https://jira.issues.couchbase.com/browse/CBL-7409[CBL-7409 -- Improve conflict resolution with multiple remotes]

// Lite Core end

Expand All @@ -21,12 +21,14 @@ Version 3.3.0 for {param-title} delivers the following features and enhancements
==== Fixed Issues

* https://jira.issues.couchbase.com/browse/CBL-6791[CBL-6791 -- Starting a Live Query in the Background May Crash the App]
* https://jira.issues.couchbase.com/browse/CBL-6799[CBL-6799 -- Potential crash in `URLEndpointListener`]
* https://jira.issues.couchbase.com/browse/CBL-6799[CBL-6799 -- Potential crash in `URLEndpointListener` due to accessing a NULL responseTimer during stop]
* https://jira.issues.couchbase.com/browse/CBL-7146[CBL-7146 -- UserAgent shows incorrect info]
* https://jira.issues.couchbase.com/browse/CBL-7167[CBL-7167 -- Getting non existing TLS Identity using label should not throw an error]
* https://jira.issues.couchbase.com/browse/CBL-7167[CBL-7167 -- Getting non existing TLS Identity using label shouldn't throw an error]
* https://jira.issues.couchbase.com/browse/CBL-7179[CBL-7179 -- Swift Codable skips nil values during encoding]
* https://jira.issues.couchbase.com/browse/CBL-7181[CBL-7181 -- Assertion Failure in `URLEndpointListener`]
* https://jira.issues.couchbase.com/browse/CBL-7189[CBL-7189 -- Assertion failure caused by Pull Filter during replication]
* https://jira.issues.couchbase.com/browse/CBL-7181[CBL-7181 -- Assertion Failure in `URLEndpointListener` Due to Collection Mismatch with Connected Replicator]
* https://jira.issues.couchbase.com/browse/CBL-7189[CBL-7189 -- Assertion failure caused by pull filter during replication]
* https://jira.issues.couchbase.com/browse/CBL-7429[CBL-7429 -- Swift Codable Result.data(as:) decoding fails for some ISO8601 formats]
* https://jira.issues.couchbase.com/browse/CBL-7468[CBL-7468 -- TLS ClientHello missing Server Name when network interface is specified]


=== Known Issues
Expand All @@ -35,9 +37,10 @@ None for this release

=== Deprecations

* https://jira.issues.couchbase.com/browse/CBL-6813[CBL-6813 -- Deprecate: removeChangeListenerWithToken for Replicator, Query and MessageEndpointListener]
* https://jira.issues.couchbase.com/browse/CBL-7008[CBL-7008 -- Deprecate: Create Identity API with Server Flag]
* https://jira.issues.couchbase.com/browse/CBL-7236[CBL-7236 -- Deprecate: `ReplicatorConfiguration` constructor with a target endpoint only]
* https://jira.issues.couchbase.com/browse/CBL-7238[CBL-7238 -- Deprecate: `ReplicatorConfiguration` API for managing collection configurations]
* https://jira.issues.couchbase.com/browse/CBL-7240[CBL-7240 -- Deprecate: `CollectionConfiguration` constructors without collection]
* https://jira.issues.couchbase.com/browse/CBL-7240[CBL-7240 -- Deprecate: `CollectionConfiguration` constructor without collection]

NOTE: For an overview of the latest features offered in Couchbase Lite 3.3.0, see xref:ROOT:cbl-whatsnew.adoc[New in 3.3]