0.8.1-Release-notes#49
Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation updates for the PCSM 0.8.1 release by introducing a new release-notes page, wiring it into MkDocs navigation, and updating shared variables used for version/date templating.
Changes:
- Bumped the global
releasevariable to0.8.1and added a new templated date keydate.v0_8_1. - Added a new
docs/release-notes/0.8.1.mdrelease notes page. - Linked 0.8.1 into the release notes index page and MkDocs nav.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
variables.yml |
Updates the displayed release version and adds a new date macro for 0.8.1. |
mkdocs-base.yml |
Adds 0.8.1 to the “Release notes” navigation list. |
docs/release-notes/0.8.1.md |
New 0.8.1 release notes content using the shared macros. |
docs/release-notes.md |
Adds 0.8.1 to the release notes index list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Sandra Romanchenko <53295797+sandraromanchenko@users.noreply.github.com>
Co-authored-by: Sandra Romanchenko <53295797+sandraromanchenko@users.noreply.github.com>
Co-authored-by: Sandra Romanchenko <53295797+sandraromanchenko@users.noreply.github.com>
|
|
||
| ### Bugs | ||
|
|
||
| - [PCSM-305](https://perconadev.atlassian.net/browse/PCSM-305): Fixed an issue where change-stream replication could fail on the target when source updates combined a truncation of a large nested array with indexed writes inside that same array and sibling-field updates. PCSM now splits update operations that conflict with an array truncation into separate follow-up writes and sizes bulk batches by aggregate wire bytes, keeping every individual update and every bulk command safely below MongoDB's 125 MB limit. |
There was a problem hiding this comment.
@sandraromanchenko Could you please check this comment.
There was a problem hiding this comment.
@rasika-chivate, numbers are correct, if wording is confusing change it to "keeping every individual update and every bulk command safely below internal 125 MB BufBuilder buffer limit"
Release notes for PCSM 0.8.1