Skip to content

Commit 5c05e44

Browse files
committed
Update release meta for 3.3.16
Change-Id: Ied9626009a32e11065cd740d672a4a70ca52ad97 Reviewed-on: https://review.couchbase.org/c/libcouchbase/+/228539 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 12164ab commit 5c05e44

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1)
3030
# Couchbase mock path to download
3131
SET(COUCHBASE_MOCK_VERSION 1.5.25)
3232
SET(COUCHBASE_MOCK_URL "https://github.com/couchbase/CouchbaseMock/releases/download/${COUCHBASE_MOCK_VERSION}/CouchbaseMock-${COUCHBASE_MOCK_VERSION}.jar")
33-
project(libcouchbase VERSION 3.3.15 LANGUAGES C CXX)
33+
project(libcouchbase VERSION 3.3.16 LANGUAGES C CXX)
3434

3535
if (NOT CMAKE_VERSION VERSION_LESS "3.13")
3636
# CMP0077: option() honors normal variables

RELEASE_NOTES.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release Notes
22

3+
# 3.3.16 (2025-05-30)
4+
5+
* CCBC-1664: Register read event watcher for KV socket if duplex is enabled.
6+
Fixes missing configuration updates on newer server versions (7.6.5+).
7+
8+
* CCBC-1662: Ignore server-side notification during bootstrap.
9+
Libcouchbase reports protocol error and stop bootstrapping the connection if
10+
the server sends configuration notification during the initial handshake.
11+
12+
* Define `LCB_CC_STRING` for MS VS 17 to fix packaging scripts.
13+
14+
* CCBC-1658: Add support for encrypted TLS keys.
15+
The key password should be specified in connection options with
16+
`lcb_createopts_tls_key_password()`.
17+
318
# 3.3.15 (2024-12-13)
419

520
* CCBC-1652: Allow to force SASL when client certificate is being used.

cmake/Modules/GetVersionInfo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ IF(APPLE)
6565
ELSE()
6666
SET(LCB_SONAME_MAJOR "8")
6767
ENDIF()
68-
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.23")
68+
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.24")
6969

7070
MESSAGE(STATUS "libcouchbase ${LCB_VERSION_MAJOR},${LCB_VERSION_MINOR},${LCB_VERSION_PATCH}")
7171
MESSAGE(STATUS "Building libcouchbase ${LCB_VERSION}/${LCB_VERSION_CHANGESET}")

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Couchbase C Client"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.3.15
41+
PROJECT_NUMBER = 3.3.16
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)