Skip to content

Commit 26fc525

Browse files
committed
4.6.3 release notes
1 parent 17bacc6 commit 26fc525

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
* [Transactions](technical-details/reference/transactions.md)
135135
* [Release Notes](technical-details/release-notes/README.md)
136136
* [Harper Tucker (Version 4)](technical-details/release-notes/4.tucker/README.md)
137+
* [4.6.3](technical-details/release-notes/4.tucker/4.6.3.md)
137138
* [4.6.2](technical-details/release-notes/4.tucker/4.6.2.md)
138139
* [4.6.1](technical-details/release-notes/4.tucker/4.6.1.md)
139140
* [4.6.0](technical-details/release-notes/4.tucker/4.6.0.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 4.6.3
2+
7/30/2025
3+
4+
- Fix for calling table.operation()
5+
- Do not free/remove the shared user buffer that is used by all threads as an atomic counter for ids (for blobs and incremented ids), but retain it as a stable allocated buffer
6+
- Removed the `copyTablesToCatchUp` option and instead utilized the clone node designation of the leader node to copy tables
7+
- Ensure that skipping large number of audit entries does not lock up the thread and cause a connection reset

docs/technical-details/release-notes/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
[Meet Tucker](4.tucker/tucker.md) Our 4th Release Pup
66

7+
[4.6.3 Tucker](4.tucker/4.6.3.md)
8+
79
[4.6.2 Tucker](4.tucker/4.6.2.md)
810

911
[4.6.1 Tucker](4.tucker/4.6.1.md)

0 commit comments

Comments
 (0)