-
Notifications
You must be signed in to change notification settings - Fork 182
[DOC-14580-Create-release-note-for-Couchbase-Server-8.0.3]: #4147
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
Open
RayOffiah
wants to merge
6
commits into
release/8.0
Choose a base branch
from
DOC-14580-Create-release-note-for-Couchbase-Server-8.0.3
base: release/8.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9a34cf1
[DOC-14580-Create-release-note-for-Couchbase-Server-8.0.3]:
RayOffiah 138e4d9
Potential fix for pull request finding
RayOffiah b27ff7a
Potential fix for pull request finding
RayOffiah a44974c
Potential fix for pull request finding
RayOffiah 10e1603
[DOC-14580-Create-release-note-for-Couchbase-Server-8.0.3]:
RayOffiah c7da363
[DOC-14580-Create-release-note-for-Couchbase-Server-8.0.3]:
RayOffiah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
54 changes: 54 additions & 0 deletions
54
modules/release-notes/partials/docs-server-8.0.3-fixes-and-improvements.adoc
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| [#release-8-0-3] | ||
| == Release 8.0.3 (August 2026) | ||
|
|
||
| Couchbase Server 8.0.3 was released in August 2026. | ||
| This maintenance release contains fixes for issues listed below. | ||
|
|
||
| === Fixed Issues | ||
| {empty} | ||
|
|
||
| ==== Cluster Manager | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-72097[MB-72097]:: | ||
| This fix prevents a critical bug where undefined bucket storage properties caused incorrect transitions to Magma during upgrades. | ||
| The issue affected buckets created before version 5.0.0. | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-70951[MB-70951]:: | ||
| The `/metrics` REST API previously reported certain low cardinality statistics twice. | ||
| This update ensures each statistic appears only once in the output. | ||
|
|
||
| ==== Data Service | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-70640[MB-70640]:: | ||
| This fix addresses a rebalance hang observed during node scaling and swap rebalance operations. | ||
| The issue was related to socket receive buffer management on specific Linux kernels. | ||
|
|
||
| ==== Analytics Service | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-71453[MB-71453]:: | ||
| Queries combining LIMIT with index-nested-loop joins could return incorrect results. | ||
| The fix ensures all filter conditions are evaluated before applying the limit. | ||
|
|
||
| ==== XDCR | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-72305[MB-72305]:: | ||
| Upgraded nodes now correctly handle rebalancing when replications or buckets were deleted and recreated. | ||
| This prevents issues with stale manifests and incomplete backfills. | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-71586[MB-71586]:: | ||
| The new `forwardLocalOnly` setting allows XDCR to replicate only local mutations. | ||
| This feature reduces data transfer by identifying mutations originating from source clusters. | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-71257[MB-71257]:: | ||
| A race condition causing deadlocks during replication pause or deletion has been resolved. | ||
| The fix ensures goroutines exit properly during rollback operations. | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-71013[MB-71013]:: | ||
| XDCR now correctly handles conflict resolution for locked documents on target clusters. | ||
| This fix prevents unnecessary skipping of mutations and potential data loss. | ||
|
|
||
| ==== Tools | ||
|
|
||
| link:https://jira.issues.couchbase.com/browse/MB-70745[MB-70745]:: | ||
| Restore operations no longer fail when Cost-Based Optimizer statistics contain keys with double colons. | ||
| This fix applies to indexes using specific string functions. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.