Skip to content
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Starting with version 0.7.0, Percona Link for MongoDB has been rebranded as Percona ClusterSync for MongoDB. Any mentions of Percona Link for MongoDB in earlier release notes now refer to this product.

* [Percona ClusterSync for MongoDB 0.8.1 ({{date.v0_8_1}})](release-notes/0.8.1.md)

Check notice on line 7 in docs/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes.md#L7

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/release-notes.md", "range": {"start": {"line": 7, "column": 42}}}, "severity": "INFO"}

* [Percona ClusterSync for MongoDB 0.8.0 ({{date.v0_8_0}})](release-notes/0.8.0.md)

* [Percona ClusterSync for MongoDB 0.7.0 ({{date.v0_7_0}})](release-notes/0.7.0.md)
Expand Down
16 changes: 16 additions & 0 deletions docs/release-notes/0.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# {{ pcsm.full_name }} 0.8.1 ({{ date.v0_8_1 }})

Check warning on line 1 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L1

[Google.Headings] '{{ pcsm.full_name }} 0.8.1 ({{ date.v0_8_1 }})' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] '{{ pcsm.full_name }} 0.8.1 ({{ date.v0_8_1 }})' should use sentence-style capitalization.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 1, "column": 3}}}, "severity": "WARNING"}

Check notice on line 1 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L1

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 1, "column": 30}}}, "severity": "INFO"}

We announce the release of Percona ClusterSync for MongoDB (PCSM) 0.8.1. This patch focuses on stability improvements, addressing a critical bug that could abort change-stream replication under heavy update workloads. With this fix, replication is more resilient and migrations complete reliably even when the source produces large, complex update events.

Check warning on line 3 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L3

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 3, "column": 1}}}, "severity": "WARNING"}

Check notice on line 3 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L3

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 3, "column": 60}}}, "severity": "INFO"}

Check notice on line 3 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L3

[Google.Acronyms] Spell out 'PCSM', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'PCSM', if it's unfamiliar to the audience.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 3, "column": 61}}}, "severity": "INFO"}

Check warning on line 3 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L3

[Google.WordList] Use 'stop', 'exit', 'cancel', or 'end' instead of 'abort'.
Raw output
{"message": "[Google.WordList] Use 'stop', 'exit', 'cancel', or 'end' instead of 'abort'.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 3, "column": 157}}}, "severity": "WARNING"}

[Get started with {{pcsm.short}}](../installation.md){.md-button}

## Changelog

### 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 internal 125 MB BufBuilder buffer limit.

Check notice on line 11 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L11

[Google.Acronyms] Spell out 'PCSM', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'PCSM', if it's unfamiliar to the audience.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 11, "column": 4}}}, "severity": "INFO"}

Check notice on line 11 in docs/release-notes/0.8.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/0.8.1.md#L11

[Google.Acronyms] Spell out 'PCSM', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'PCSM', if it's unfamiliar to the audience.", "location": {"path": "docs/release-notes/0.8.1.md", "range": {"start": {"line": 11, "column": 273}}}, "severity": "INFO"}





1 change: 1 addition & 0 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ nav:
- FAQ: faq.md
- Release notes:
- Release notes index: release-notes.md
- 0.8.1: release-notes/0.8.1.md
- 0.8.0: release-notes/0.8.0.md
- 0.7.0: release-notes/0.7.0.md
- 0.6.0: release-notes/0.6.0.md
Expand Down
3 changes: 2 additions & 1 deletion variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path

year: '2026'
release: '0.8.0'
release: '0.8.1'

date:
v0_8_1: '2026-05-07'
v0_8_0: '2026-04-06'
v0_7_0: '2026-01-14'
v0_6_0: '2025-09-04'
Expand Down
Loading