-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from DemetrisChr/2.6.6-relnotes-port
Port v2.6.6 release notes to v2.7 docs
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,6 +158,24 @@ Fixed issue where `Projections` as a part of a `Get` operation would return any | |
|
||
== Go SDK 2.6 Releases | ||
|
||
=== Version 2.6.6 (26 February 2024) | ||
|
||
Version 2.6.6 is a maintenance release for the Go SDK 2.6. | ||
|
||
https://pkg.go.dev/github.com/couchbase/gocb/[email protected]?tab=doc[API Documentation] | ||
|
||
==== New Features and Behavioral Changes | ||
|
||
* https://issues.couchbase.com/browse/GOCBC-1585[GOCBC-1585]: | ||
Exposed non-idempotent requests that fail because of the socket closing while they are in-flight to the retry orchestrator (`SocketCloseInFlightRetryReason` retry reason). | ||
|
||
==== Fixed Issues | ||
|
||
* https://issues.couchbase.com/browse/GOCBC-1581[GOCBC-1581]: | ||
Fixed issue where the partition counts in `SearchMetrics` were not populated. | ||
* https://issues.couchbase.com/browse/GOCBC-1586[GOCBC-1586]: | ||
Fixed issue where the server response for `GetAllScopes` could not be parsed if any collection had a negative `MaxExpiry` value. | ||
|
||
=== Version 2.6.5 (18 October 2023) | ||
|
||
Version 2.6.5 is a maintenance release for the Go SDK 2.6. | ||
|