Skip to content

Commit 17bacc6

Browse files
committed
Merge branch 'release_4.5' into release_4.6
2 parents 02a5f35 + d5d57f8 commit 17bacc6

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

docs/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@
137137
* [4.6.2](technical-details/release-notes/4.tucker/4.6.2.md)
138138
* [4.6.1](technical-details/release-notes/4.tucker/4.6.1.md)
139139
* [4.6.0](technical-details/release-notes/4.tucker/4.6.0.md)
140+
* [4.5.16](technical-details/release-notes/4.tucker/4.5.16.md)
141+
* [4.5.15](technical-details/release-notes/4.tucker/4.5.15.md)
140142
* [4.5.14](technical-details/release-notes/4.tucker/4.5.14.md)
141143
* [4.5.13](technical-details/release-notes/4.tucker/4.5.13.md)
142144
* [4.5.12](technical-details/release-notes/4.tucker/4.5.12.md)

docs/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The port to use for secure replication connections.
269269

270270
When true, Harper will verify certificates against the Node.js bundled CA store. The bundled CA store is a snapshot of the Mozilla CA store that is fixed at release time.
271271

272-
`copyTablesToCatchUp` - _Type_: boolean; _Default_: true
272+
`copyTablesToCatchUp` - _Type_: boolean; _Default_: false
273273

274274
Replication will first attempt to catch up using the audit log. If unsuccessful, it will perform a full table copy. When set to `false`, replication will only use the audit log.
275275

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### HarperDB 4.5.15
2+
7/21/2025
3+
4+
- Removed the `copyTablesToCatchUp` option and instead utilized the clone node designation of the leader node to copy tables
5+
- Ensure that skipping large number of audit entries does not lock up the thread and cause a connection reset
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### HarperDB 4.5.16
2+
7/30/2025
3+
4+
- 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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
[4.6.0 Tucker](4.tucker/4.6.0.md)
1212

13+
[4.5.16 Tucker](4.tucker/4.5.16.md)
14+
15+
[4.5.15 Tucker](4.tucker/4.5.15.md)
16+
1317
[4.5.14 Tucker](4.tucker/4.5.14.md)
1418

1519
[4.5.13 Tucker](4.tucker/4.5.13.md)

0 commit comments

Comments
 (0)