Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-12898]: Release note for 7.6.5 #3765

Open
wants to merge 1 commit into
base: release/7.6
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/release-notes/pages/relnotes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
:description: Couchbase Server 7.6.x introduces multiple new features and fixes, as well as some deprecations and removals.
:page-toclevels: 2

include::partial$docs-server-7.6.5-release-note.adoc[]

include::partial$docs-server-7.6.4-release-note.adoc[]

include::partial$docs-server-7.6.3-release-note.adoc[]
Expand Down
37 changes: 37 additions & 0 deletions modules/release-notes/partials/docs-server-7.6.5-release-note.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
== Release 7.6.5 (February 2025)

Couchbase Server 7.6.5 was released in February 2025. This maintenance release contains new features and fixes several known issues.

For detailed information on new features and enhancements, please see xref:introduction:whats-new.adoc[].

[#fixed-issues-765]
=== Fixed Issues

This release contains the following fixes:

==== Search Service

[#table-fixed-issues-765-search-service,cols="10,40,40"]
|===
|Issue | Description | Resolution

| https://jira.issues.couchbase.com/browse/MB-64764[MB-64764]
| If an index is created during rebalance
and the rebalance is stopped before plans are computed for that index,
plans are not created for the index,
and consequently, no partition is created.

| The corrected behavior ensures that plans are computed for such indexes too,
even if the rebalance is stopped midway.




|===