Skip to content

Commit b741695

Browse files
committed
Update CHANGELOG
1 parent 61e7302 commit b741695

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# Change History
22

3-
## January 17 2025: v8.0.0-beta.3
3+
## January 22 2025: v8.0.0
44

55
- **New Features**
66
- [CLIENT-3257] Implement iterator support for `Recordset`.
77

88
- **Fixes**
9-
- [CLIENT-3275] Return an error when MRT commit called, but transaction was already aborted.
9+
- [CLIENT-3275] Return an error when Transaction commit called, but transaction was already aborted.
1010
- [CLIENT-3295] Duplicate parsing of fields in RecordParser.ParseRecord.
11-
- [CLIENT-3261] New OnLockingOnly attribute for various write policies to write only if provisional does not exist.
12-
- [CLIENT-3227] Clarify that BasePolicy.UseCompression requires Enterprise Edition.
13-
- [CLIENT-3260] Add MRT_ALREADY_LOCKED and MRT_MONITOR_EXISTS error codes.
11+
- [CLIENT-3261] New `OnLockingOnly` attribute for various write policies to write only if provisional does not exist.
12+
- [CLIENT-3227] Clarify that `BasePolicy.UseCompression` requires Enterprise Edition.
13+
- [CLIENT-3260] Add `MRT_ALREADY_LOCKED` and `MRT_MONITOR_EXISTS` error codes.
1414
- [CLIENT-3292][CLIENT-3293] Update dependencies due to Snyk CVE reports.
15-
- [CLIENT-3274] Fix MRT related client exception inconsistency between clients.
15+
- [CLIENT-3274] Fix Transaction related client exception inconsistency between clients.
16+
- [CLIENT-3207] Do not close/delete Transaction monitor record on abort/commit when a write command in that Transaction fails and is `inDoubt`.
17+
- [CLIENT-3283] Remove the txn instance from the copied write policy when adding Transaction monitor keys.
18+
- [CLIENT-3270] Normalize API reference language with server 8.0 site docs.
19+
- [CLIENT-3258] Transaction commit returns 'Failed to commit one or more record versions' error.
1620

1721
## December 20 2024: v8.0.0-beta.2
1822

0 commit comments

Comments
 (0)