File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change History
2
2
3
- ## January 17 2025: v8.0.0-beta.3
3
+ ## January 22 2025: v8.0.0
4
4
5
5
- ** New Features**
6
6
- [ CLIENT-3257] Implement iterator support for ` Recordset ` .
7
7
8
8
- ** 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.
10
10
- [ 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.
14
14
- [ 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.
16
20
17
21
## December 20 2024: v8.0.0-beta.2
18
22
You can’t perform that action at this time.
0 commit comments