---
title: Couchbase Lite Release Notes
description: Couchbase Lite on Swift
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbase/docs-couchbase-lite/edit/release/3.2/modules/swift/pages/releasenotes.adoc
  xref: xref:3.2@couchbase-lite:swift:releasenotes.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/couchbase-lite/3.2/swift/releasenotes.html)

# Couchbase Lite Release Notes

## [](#maint-3-2-6)3.2.6 — May 2026

Version 3.2.6 for Swift delivers the following features and enhancements:

### [](#enhancements)Enhancements

* [CBL-8071 — Improve replicator WebSocket close completion when the server fails to acknowledge close](https://jira.issues.couchbase.com/browse/CBL-8071)
* [CBL-8102 — Upgrade SQLite to 3.53.0](https://jira.issues.couchbase.com/browse/CBL-8102)
* [CBL-8181 — Upgrade mbedTLS to 3.6.6](https://jira.issues.couchbase.com/browse/CBL-8181)

### [](#issues-and-resolutions)Issues and Resolutions

* [CBL-7386 — Potential pull replicator crash when pulling a large number of documents](https://jira.issues.couchbase.com/browse/CBL-7386)
* [CBL-7469 — Replicator omitting TLS SNI when a network interface is set](https://jira.issues.couchbase.com/browse/CBL-7469)
* [CBL-8158 — Result.data(as:dataKey:) dropping optional properties when using dataKey](https://jira.issues.couchbase.com/browse/CBL-8158)

### [](#known-issues)Known Issues

None for this release

### [](#deprecations)Deprecations

None for this release

> [!NOTE]
> For an overview of the latest features offered in Couchbase Lite 3.2.0, see [New in 3.2](../cbl-whatsnew.md)

## [](#maint-3-2-4)3.2.4 — June 2025

Version 3.2.4 for Swift delivers the following features and enhancements:

### [](#enhancements-2)Enhancements

None for this release

### [](#issues-and-resolutions-2)Issues and Resolutions

* [CBL-7006 — Blobs Not Downloaded on Update with Delta Sync in Peer-to-Peer Replication](https://jira.issues.couchbase.com/browse/CBL-7006)
* [CBL-7061 — Swift Codable Result.data(as:) decoding fails for some ISO8601 formats](https://jira.issues.couchbase.com/browse/CBL-7061)
* [CBL-7014 — Invalid or Inconsistent Certificate Locality Key Name](https://jira.issues.couchbase.com/browse/CBL-7014)
* [CBL-6981 — Crash When Accessing Weak Cache of Nested Dictionary/Array/Blob](https://jira.issues.couchbase.com/browse/CBL-6981)
* [CBL-6959 — UserAgent info in the log shows incorrect LiteCore version](https://jira.issues.couchbase.com/browse/CBL-6959)

### [](#known-issues-2)Known Issues

None for this release

### [](#deprecations-2)Deprecations

None for this release

> [!NOTE]
> For an overview of the latest features offered in Couchbase Lite 3.2.0, see [New in 3.2](../cbl-whatsnew.md)

## [](#maint-3-2-3)3.2.3 — April 2025

Version 3.2.3 for Swift delivers the following features and enhancements:

### [](#enhancements-3)Enhancements

* [CBL-6818 — Allow document from the same collection but different collection instance to be saved or deleted](https://jira.issues.couchbase.com/browse/CBL-6818)
* [CBL-6701 — Swift API Enhancements: Codable Integration and Combine Support for Change Notifications](https://jira.issues.couchbase.com/browse/CBL-6701)

### [](#issues-and-resolutions-3)Issues and Resolutions

* [CBL-6886 — Replicator should stop on a SQLite disk-full error](https://jira.issues.couchbase.com/browse/CBL-6886)
* [CBL-6883 — Error when creating a partial value index with compound expressions](https://jira.issues.couchbase.com/browse/CBL-6883)
* [CBL-6820 — ListenerCertificateAuthenticator callback not working with certificate chain](https://jira.issues.couchbase.com/browse/CBL-6820)

### [](#known-issues-3)Known Issues

* [CBL-6959 — UserAgent info in the log shows LiteCore version as 3.2.2 instead of 3.2.3](https://jira.issues.couchbase.com/browse/CBL-6959)

### [](#deprecations-3)Deprecations

None for this release

> [!NOTE]
> For an overview of the latest features offered in Couchbase Lite 3.2.0, see [New in 3.2](../cbl-whatsnew.md)

## [](#maint-3-2-2)3.2.2 — March 2025

Version 3.2.2 for Swift delivers the following features and enhancements:

### [](#enhancements-4)Enhancements

* [CBL-5185 - Support for Partial Indexes in Value and Full-Text Indexes](https://jira.issues.couchbase.com/browse/CBL-5185)
* [CBL-6451 - LogSink API for Configuring Couchbase Lite Logging](https://jira.issues.couchbase.com/browse/CBL-6451)

### [](#issues-and-resolutions-4)Issues and Resolutions

* [CBL-6534 - No Such Table Error When Upgrading from 3.1.9 to 3.2.1](https://jira.issues.couchbase.com/browse/CBL-6534)
* [CBL-6822 - Replicator may hang while stopping the housekeeper task during stop](https://jira.issues.couchbase.com/browse/CBL-6822)

### [](#known-issues-4)Known Issues

None for this release

### [](#deprecations-4)Deprecations

* [CBL-6679 - Deprecated: Database.log API for Configuring Couchbase Lite Logging — Use LogSink API Instead](https://jira.issues.couchbase.com/browse/CBL-6679)

> [!NOTE]
> For an overview of the latest features offered in Couchbase Lite 3.2.0, see [New in 3.2](../cbl-whatsnew.md)

## [](#maint-3-2-1)3.2.1 — November 2024

Version 3.2.1 for Swift delivers the following features and enhancements:

### [](#enhancements-5)Enhancements

* [CBL-5169 - Support for Unnest Query and Array Index](https://jira.issues.couchbase.com/browse/CBL-5169)
* [CBL-6303 - Add ability to disable mmap usage](https://jira.issues.couchbase.com/browse/CBL-6303)

### [](#issues-and-resolutions-5)Issues and Resolutions

* [CBL-6131 - Fixed race creating the expiration column in a collection table](https://jira.issues.couchbase.com/browse/CBL-6131)
* [CBL-6245 - Fixed query parser regression related to brackets](https://jira.issues.couchbase.com/browse/CBL-6245)
* [CBL-6378 - Crash when calling onWebSocketGotTLSCertificate callback after the connection is closed](https://jira.issues.couchbase.com/browse/CBL-6378)

### [](#known-issues-5)Known Issues

None for this release

### [](#deprecations-5)Deprecations

No new deprecations for GA release

> [!NOTE]
> For an overview of the latest features offered in Couchbase Lite 3.2.0, see [New in 3.2](../cbl-whatsnew.md)

## [](#maint-3-2-0)3.2.0 — August 2024

Version 3.2.0 for Swift delivers the following features and enhancements:

### [](#downgrade-support)Downgrade Support

Downgrades from 3.2.x to any other version of Couchbase Lite are not supported.

### [](#enhancements-6)Enhancements

* [CBL-5287 - Enable Prediction Function in SQL++](https://issues.couchbase.com/browse/CBL-5287)
* [CBL-5634 - NoRev enhancement with Replacement Rev in pull replication](https://issues.couchbase.com/browse/CBL-5634)
* [CBL-5687 - Update replication protocol doc per ReplacementRev changes](https://issues.couchbase.com/browse/CBL-5687)
* [CBL-4412 - Enhance checkpoint resolution algorithm when local and remote checkpoint are mismatched](https://issues.couchbase.com/browse/CBL-4412)
* [CBL-5346 - Logging Replicator reasons of state change](https://issues.couchbase.com/browse/CBL-5346)
* [CBL-283 - Support Date Format other than ISO 8601 in SQL++](https://issues.couchbase.com/browse/CBL-283)
* [CBL-68 - DATE\_DIFF\_MILLIS(date1, date2, part)](https://issues.couchbase.com/browse/CBL-68)
* [CBL-67 - DATE\_ADD\_STR(date1, n, part)](https://issues.couchbase.com/browse/CBL-67)
* [CBL-66 - DATE\_ADD\_MILLIS(date1, n, part)](https://issues.couchbase.com/browse/CBL-66)
* [CBL-65 - MILLIS\_TO\_UTC(date1 \[, fmt](https://issues.couchbase.com/browse/CBL-65))\]
* [CBL-64 - MILLIS\_TO\_TZ(date1, tz \[, fmt](https://issues.couchbase.com/browse/CBL-64))\]
* [CBL-62 - STR\_TO\_TZ(date1, tz)](https://issues.couchbase.com/browse/CBL-62)
* [CBL-61 - MILLIS\_TO\_STR(date1 \[, fmt ](https://issues.couchbase.com/browse/CBL-61))\]
* [CBL-60 - DATE\_DIFF\_STR(date1, date2, part)](https://issues.couchbase.com/browse/CBL-60)
* [CBL-5241 - Enhancement to Upsert performance when the number of docs increase](https://issues.couchbase.com/browse/CBL-5241)

* [CBL-5265 - Include Privacy Manifest in the released library](https://issues.couchbase.com/browse/CBL-5265)
* [CBL-5209 - Implement Collection's database property](https://issues.couchbase.com/browse/CBL-5209)
* [CBL-5203 - Implementation Collection's full-name property](https://issues.couchbase.com/browse/CBL-5203)
* [CBL-5508 - Update Min macOS Support Version to 12.0](https://issues.couchbase.com/browse/CBL-5508)
* [CBL-5487 - CBL ObjC Framework Warning about Double-quoted include](https://issues.couchbase.com/browse/CBL-5487)
* [CBL-5374 - Change all Swift IndexConfiguration from class to struct](https://issues.couchbase.com/browse/CBL-5374)
* [CBL-5378 - Update iOS Target Version to 12](https://issues.couchbase.com/browse/CBL-5378)
* [CBL-5415 - Remove unneccesary symbols from exp file](https://issues.couchbase.com/browse/CBL-5415)
* [CBL-60 - Added missing Objective-C symbols to the exp file](https://issues.couchbase.com/browse/CBL-60)

### [](#issues-and-resolutions-6)Issues and Resolutions

* [CBL-3846 - Fixed corrupt Revision Data error when saving documents](https://issues.couchbase.com/browse/CBL-3846)
* [CBL-4247 - Fixed Replicator binary logs with collections cannot be decoded](https://issues.couchbase.com/browse/CBL-4247)
* [CBL-4326 - Fixed opening the upgraded database from 2.8 to 3.0.2 is slow](https://issues.couchbase.com/browse/CBL-4326)
* [CBL-4334 - Fixed Data getting corrupted during collection replication](https://issues.couchbase.com/browse/CBL-4334)
* [CBL-4390 - Fixed The URL Scheme the HTTP Message is incorrect when using proxy](https://issues.couchbase.com/browse/CBL-4390)
* [CBL-4391 - Fixed Stop replicator could cause 'database is locked' error when saving a document](https://issues.couchbase.com/browse/CBL-4391)
* [CBL-4413 - Fixed Compaction could cause "database is locked" error when the replicator attempts to save its checkpoint at the same time](https://issues.couchbase.com/browse/CBL-4413)
* [CBL-4470 - Fixed FLTimestamp\_ToString() could return a slice with a wrong size](https://issues.couchbase.com/browse/CBL-4470)
* [CBL-4493 - Fixed Couchbase Lite C - Flutter plugin (dart language bindings) replication not resuming when internet reconnected](https://issues.couchbase.com/browse/CBL-4493)
* [CBL-4499 - Fixed Replicator may get stuck when there is an error of "Invalid delta"](https://issues.couchbase.com/browse/CBL-4499)
* [CBL-4506 - Fixed Replicator starts up slow for big database](https://issues.couchbase.com/browse/CBL-4506)
* [CBL-4536 - Fixed error when saving documents with LiteCore error 17: must be called during a transaction](https://issues.couchbase.com/browse/CBL-4536)
* [CBL-4547 - Allow DictKeys to cache shared keys from query results](https://issues.couchbase.com/browse/CBL-4547)
* [CBL-4568 - Fixed URLEndpointListener.getURLs returns an empty list on Android v>=11](https://issues.couchbase.com/browse/CBL-4568)
* [CBL-4639 - Use FTS match() in the WHERE clause of LEFT OUTER JOINS Not Returning Correct Result](https://issues.couchbase.com/browse/CBL-4639)
* [CBL-4750 - Fixed c4queryenum\_next crashes with FTS](https://issues.couchbase.com/browse/CBL-4750)
* [CBL-4801 - Fixed opening an old db is slow in V3.1 the first time](https://issues.couchbase.com/browse/CBL-4801)
* [CBL-4802 - Fixed websocket implementation unable to handle continuation fragments](https://issues.couchbase.com/browse/CBL-4802)
* [CBL-4838 - Fixed Attachments/Blobs got deleted after compaction&re-sync](https://issues.couchbase.com/browse/CBL-4838)
* [CBL-4913 - Fixed regression in pull of blobs/legacy attachment handling](https://issues.couchbase.com/browse/CBL-4913)
* [CBL-5082 - Fixed crash in setting Housekeeper::\_doExpiration()](https://issues.couchbase.com/browse/CBL-5082)
* [CBL-5033 - Fixed Puller revoked docs should queue with other revs](https://issues.couchbase.com/browse/CBL-5033)
* [CBL-5044 - Don't capture backtrace for OutOfRange error FLDictIterator\_Next](https://issues.couchbase.com/browse/CBL-5044)
* [CBL-5307 - Correctly updating remote revision when pulling the existing revision](https://issues.couchbase.com/browse/CBL-5307)
* [CBL-5332 - Fixed crash during document expiration](https://issues.couchbase.com/browse/CBL-5332)
* [CBL-5335 - Fixed array\_agg failures](https://issues.couchbase.com/browse/CBL-5335)
* [CBL-5336 - Over the bound of FLDicIterator should be banned](https://issues.couchbase.com/browse/CBL-5336)
* [CBL-5377 - Fixed MILLIS\_TO\_STRING is returning UTC instead of local time zone](https://issues.couchbase.com/browse/CBL-5377)
* [CBL-5449 - Fixed Attachments flag is dropped when applying delta to incoming rev](https://issues.couchbase.com/browse/CBL-5449)
* [CBL-5515 - Fixed Result alias can't be used elsewhere in query](https://issues.couchbase.com/browse/CBL-5515)
* [CBL-5540 - Fixed pthread\_mutex\_lock called on a destroyed mutex](https://issues.couchbase.com/browse/CBL-5540)
* [CBL-5587 - Fixed Remote rev KeepBody flag could be cleared accidentally](https://issues.couchbase.com/browse/CBL-5587)
* [CBL-5589 - Fixed N1QL Parser has exponential slowdown for redundant parentheses](https://issues.couchbase.com/browse/CBL-5589)
* [CBL-5646 - Fixed Null dereference crash in gotHTTPResponse](https://issues.couchbase.com/browse/CBL-5646)
* [CBL-5724 - Fixed Replicator syncs from beginning when using prebuilt dbs synced from SG](https://issues.couchbase.com/browse/CBL-5724)

* [CBL-5693 - Fixed some Objective-C symbols are missing in the exp file](https://issues.couchbase.com/browse/CBL-5693)
* [CBL-5524 - Fixed required keys are missing in Privacy Manifest file](https://issues.couchbase.com/browse/CBL-5524)
* [CBL-4442 - Update Database API deprecation messages](https://issues.couchbase.com/browse/CBL-4442)
* [CBL-4441 - Fixed Collection.addDocumentChangeListener() can fatal crash](https://issues.couchbase.com/browse/CBL-4441)
* [CBL-4440 - Fixed CBLCollection could be leaked if document listener token is not removed](https://issues.couchbase.com/browse/CBL-4440)
* [CBL-4429 - Fixed crash when starting multiple live queries concurrently](https://issues.couchbase.com/browse/CBL-4429)
* [CBL-4512 - Fixed ListenerToken is not discardable in Collection's add change listener functions](https://issues.couchbase.com/browse/CBL-4512)
* [CBL-4985 - Remap Changes LiteCore Log Domain to Database Domain](https://issues.couchbase.com/browse/CBL-4985)
* [CBL-5399 - Fixed Close database might hang waiting for no active replicators or live queries](https://issues.couchbase.com/browse/CBL-5399)
* [CBL-5418 - Ensure the network streams are disconnected before CBLWebSocket is deallocated](https://issues.couchbase.com/browse/CBL-5418)
* [CBL-4582 - Fixed MutableDocument contains(key: String) returns wrong result](https://issues.couchbase.com/browse/CBL-4582)
* [CBL-5075 - Fixed Replicator background task doesn't take conflict resolution into account](https://issues.couchbase.com/browse/CBL-5075)
* [CBL-5660 - Fixed Invalidated context may be used in query observer callback](https://issues.couchbase.com/browse/CBL-5660)
* [CBL-4336 - Fixed Missing subscript function implementation in Collection class](https://issues.couchbase.com/browse/CBL-4336)
* [CBL-6192 - Fixed Client Side Proxy CONNECT request is broken](https://issues.couchbase.com/browse/CBL-6192)

### [](#known-issues-6)Known Issues

None for this release

### [](#deprecations-6)Deprecations

No new deprecations for GA release

> [!NOTE]
> For an overview of the latest features offered in Couchbase Lite 3.2.0, see [New in 3.2](../cbl-whatsnew.md)

## [](#maint-3-2-0)3.2.0 — August 2024

Version 3.2.0 Beta 1 for Swift delivers the following features and enhancements:

### [](#enhancements-7)Enhancements

* [CBL-5209 - Implement Collection's database property](https://issues.couchbase.com/browse/CBL-5209)
* [CBL-5203 - Implementation of Collection's full-name property](https://issues.couchbase.com/browse/CBL-5203)
* [CBL-5378 - Update iOS Target Version to 12](https://issues.couchbase.com/browse/CBL-5378)
* [CBL-5374 - Change all Swift IndexConfiguration from class to struct](https://issues.couchbase.com/browse/CBL-5374)
* [CBL-5487 - CBL ObjC Framework Warning about Double-quoted include](https://issues.couchbase.com/browse/CBL-5487)
* [CBL-5457 - Some Objective-C symbols are missing in the exp file](https://issues.couchbase.com/browse/CBL-5457)
* [CBL-5415 - Symbol Not Found error when building with XCode 15.2](https://issues.couchbase.com/browse/CBL-5415)
* [CBL-5265 - Include Privacy Manifest in the released library](https://issues.couchbase.com/browse/CBL-5265)
* [CBL-4648 - Use Swift Private Module Map File for private ObjC Headers](https://issues.couchbase.com/browse/CBL-4648)

* [CBL-5241 - Upsert performance is degraded when the number of docs is increased](https://issues.couchbase.com/browse/CBL-5241)
* [CBL-5379 - Update iOS Target Version to 12](https://issues.couchbase.com/browse/CBL-5379)
* [CBL-5287 - Enable Prediction Function in SQL++ Parser](https://issues.couchbase.com/browse/CBL-5287)
* [CBL-283 - Date Format other than ISO 8601](https://issues.couchbase.com/browse/CBL-283)
* [CBL-68 - DATE\_DIFF\_MILLIS(date1, date2, part)](https://issues.couchbase.com/browse/CBL-68)
* [CBL-67 - DATE\_ADD\_STR(date1, n, part)](https://issues.couchbase.com/browse/CBL-67)
* [CBL-66 - DATE\_ADD\_MILLIS(date1, n, part)](https://issues.couchbase.com/browse/CBL-66)
* [CBL-65 - MILLIS\_TO\_UTC(date1 \[, fmt](https://issues.couchbase.com/browse/CBL-65))\]
* [CBL-64 - MILLIS\_TO\_TZ(date1, tz \[, fmt](https://issues.couchbase.com/browse/CBL-64))\]
* [CBL-62 - STR\_TO\_TZ(date1, tz)](https://issues.couchbase.com/browse/CBL-62)
* [CBL-61 - MILLIS\_TO\_STR(date1 \[, fmt ](https://issues.couchbase.com/browse/CBL-61))\]
* [CBL-60 - DATE\_DIFF\_STR(date1, date2, part)](https://issues.couchbase.com/browse/CBL-60)

### [](#issues-and-resolutions-7)Issues and Resolutions

* [CBL-4985 - Remap Changes LiteCore Log Domain to Database Domain](https://issues.couchbase.com/browse/CBL-4985)
* [CBL-5399 - Close database might hang waiting for no active replicators or live queries](https://issues.couchbase.com/browse/CBL-5399)
* [CBL-5418 - Ensure the network streams are disconnected before CBLWebSocket is dealloc](https://issues.couchbase.com/browse/CBL-5418)
* [CBL-4512 - ListenerToken is not discardable in Collection's add change listener functions](https://issues.couchbase.com/browse/CBL-4512)
* [CBL-4582 - MutableDocument contains(key: String) returns wrong result](https://issues.couchbase.com/browse/CBL-4582)
* [CBL-4336 - Missing subscript function implementation in Collection class (Port)](https://issues.couchbase.com/browse/CBL-4336)
* [CBL-4442 - Update Database API deprecation messages](https://issues.couchbase.com/browse/CBL-4442)
* [CBL-4441 - Fixed Collection.addDocumentChangeListener() can fatal crash](https://issues.couchbase.com/browse/CBL-4441)
* [CBL-4440 - Fixed CBLCollection could be leaked if document listener token is not removed](https://issues.couchbase.com/browse/CBL-4440)
* [CBL-4429 - Fixed Crash when starting multiple live queries concurrently](https://issues.couchbase.com/browse/CBL-4429)

* [CBL-5336 - Over the bound of FLDicIterator should be banned](https://issues.couchbase.com/browse/CBL-5336)
* [CBL-5335 - array\_agg seem to fail under some circumstances](https://issues.couchbase.com/browse/CBL-5335)
* [CBL-5332 - Crash during document expiration](https://issues.couchbase.com/browse/CBL-5332)
* [CBL-5307 - Updating remote revision when pulling the existing revision](https://issues.couchbase.com/browse/CBL-5307)
* [CBL-5044 - Don't capture backtrace for OutOfRange error FLDictIterator\_Next](https://issues.couchbase.com/browse/CBL-5044)
* [CBL-5033 - Puller revoked docs should queue with other revs](https://issues.couchbase.com/browse/CBL-5033)
* [CBL-5449 - Port - Attachments flag is dropped when applying delta to incoming rev](https://issues.couchbase.com/browse/CBL-5449)
* [CBL-4536 - Error when saving documents with LiteCore error 17: must be called during a transaction](https://issues.couchbase.com/browse/CBL-4536)
* [CBL-4506 - Investigate Replicator starts up slow for big database](https://issues.couchbase.com/browse/CBL-4506)
* [CBL-4499 - Replicator may get stuck when there is an error of "Invalid delta"](https://issues.couchbase.com/browse/CBL-4499)
* [CBL-4493 - Couchbase Lite C - Flutter plugin (dart language bindings) replication not resuming when internet reconnected](https://issues.couchbase.com/browse/CBL-4493)
* [CBL-4802 - Websocket implementation unable to handle continuation fragments](https://issues.couchbase.com/browse/CBL-4802)
* [CBL-4801 - Open an old db is slow in V3.1 first time](https://issues.couchbase.com/browse/CBL-4801)
* [CBL-4390 - The URL Scheme the HTTP Message is incorrect when using proxy](https://issues.couchbase.com/browse/CBL-4390)
* [CBL-4247 - Replicator binary logs with collections cannot be decoded](https://issues.couchbase.com/browse/CBL-4247)
* [CBL-4245 - Update sockcpp to cbl-3663](https://issues.couchbase.com/browse/CBL-4245)
* [CBL-4600 - Doc update c4repl\_start](https://issues.couchbase.com/browse/CBL-4600)
* [CBL-4568 - URLEndpointListener.getURLs returns an empty list on Android v>=11](https://issues.couchbase.com/browse/CBL-4568)
* [CBL-4334 - Data getting corrupted during collection replication](https://issues.couchbase.com/browse/CBL-4334)
* [CBL-4326 - Opening the upgraded database from 2.8 to 3.0.2 is slow](https://issues.couchbase.com/browse/CBL-4326)
* [CBL-4413 - Compaction could cause "database is locked" error when the replicator attempts to save its checkpoint at the same time](https://issues.couchbase.com/browse/CBL-4413)
* [CBL-4391 - Stop replicator could cause 'database is locked' error when saving a document](https://issues.couchbase.com/browse/CBL-4391)
* [CBL-4913 - Regression in pull of blobs/legacy attachment handling](https://issues.couchbase.com/browse/CBL-4913)
* [CBL-4547 - Allow DictKeys to cache shared keys from query results](https://issues.couchbase.com/browse/CBL-4547)
* [CBL-4750 - c4queryenum\_next crashes with FTS](https://issues.couchbase.com/browse/CBL-4750)
* [CBL-4639 - Use FTS match() in the WHERE clause of LEFT OUTER JOINS Not Returning Correct Result](https://issues.couchbase.com/browse/CBL-4639)
* [CBL-4838 - Attachments/Blobs got deleted after compaction&re-sync](https://issues.couchbase.com/browse/CBL-4838)
* [CBL-4470 - FLTimestamp\_ToString() could return a slice with a wrong size](https://issues.couchbase.com/browse/CBL-4470)
* [Uninitialized struct](https://issues.couchbase.com/browse/CBL-4424)
* [CBL-3836 - Corrupt Revision Data error when saving documents](https://issues.couchbase.com/browse/CBL-3836)

### [](#known-issues-7)Known Issues

None for this release

### [](#deprecations-7)Deprecations

* [CBL-5491 - Default's MAX\_ATTEMPT\_WAIT\_TIME and USE\_PLAIN\_TEXT are deprecated](https://issues.couchbase.com/browse/CBL-5491)
* [CBL-4316 - Replicator's getPendingDocumentIds() and isDocumentPending(String id) are deprecated](https://issues.couchbase.com/browse/CBL-4316)
* [CBL-4315 - ReplicatorConfiguration's filters and conflict resolver properties are deprecated](https://issues.couchbase.com/browse/CBL-4315)
* [CBL-4314 - ReplicatorConfiguration APIs with Database object are deprecated ](https://issues.couchbase.com/browse/CBL-4314)
* [CBL-4313 - MessageEndpointListenerConfiguration APIs using Database object are deprecated](https://issues.couchbase.com/browse/CBL-4313)
* [CBL-4312 - URLEndpointListenerConfiguration APIs using Database object are deprecated](https://issues.couchbase.com/browse/CBL-4312)
* [CBL-4311 - QueryBuilder : isNullOrMissing() and notNullOrMissing() are deprecated](https://issues.couchbase.com/browse/CBL-4311)
* [CBL-4310 - QueryBuilder : FullTextFunction's rank(String index) and match(String index, String query) are deprecated](https://issues.couchbase.com/browse/CBL-4310)
* [CBL-4309 - QueryBuilder : DataSource's database() is deprecated](https://issues.couchbase.com/browse/CBL-4309)
* [CBL-4307 - DocumentChange's database property is deprecated](https://issues.couchbase.com/browse/CBL-4307)
* [CBL-4306 - DatabaseChange and DatabaseChangeListener are deprecated](https://issues.couchbase.com/browse/CBL-4306)
* [CBL-4305 - Database's removeChangeListener() is deprecated](https://issues.couchbase.com/browse/CBL-4305)
* [CBL-4304 - Database's Document APIs are deprecated](https://issues.couchbase.com/browse/CBL-4304)
* [CBL-5331 - Deprecate Replicator's removeChangeListener](https://issues.couchbase.com/browse/CBL-5331)
* [CBL-5330 - Deprecate Replicator's removeChangeListener](https://issues.couchbase.com/browse/CBL-5330)

> [!NOTE]
> For an overview of the latest features offered in Couchbase Lite 3.2.0 Beta 1, see [New in 3.2](../cbl-whatsnew.md)