diff --git a/modules/project-docs/pages/sdk-release-notes.adoc b/modules/project-docs/pages/sdk-release-notes.adoc index 46b8b6c1..e80ed070 100644 --- a/modules/project-docs/pages/sdk-release-notes.adoc +++ b/modules/project-docs/pages/sdk-release-notes.adoc @@ -17,6 +17,35 @@ We always recommend using the latest version of the SDK -- it contains all of th All patch releases for each dot minor release should be API compatible, and safe to upgrade; any changes to expected behavior are noted in the release notes that follow. + + + + +=== Version 1.5.2 (5 January 2024) + +This is a regular maintenance release. + +https://docs.couchbase.com/sdk-api/couchbase-scala-client-1.5.2/com/couchbase/client/scala/index.html[API Reference] | +http://docs.couchbase.com/sdk-api/couchbase-core-io-2.5.2/[Core API Reference] + +The supported and tested dependencies for this release are: + +* io.projectreactor:**reactor-core:3.5.8** +* org.reactivestreams:**reactive-streams:1.0.4** + +==== Improvements + + +==== Bugfixes + +* https://issues.couchbase.com/browse/JVMCBC-1455[JVMCBC-1455]: +Fixed compatibility with `couchbase2://` endpoints by upgrading internal GRPC dependency. +All couchbase2 protocol users should upgrade to this release. +* https://issues.couchbase.com/browse/JVMCBC-1463[JVMCBC-1463]: +Fixed compatibility between `couchbase2://` endpoints and the `tracing-opentelemetry` module. + + + === Version 1.5.1 (8 December 2023) This is a regular maintenance release.