Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions release-notes/v4-tucker/4.5.32.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 4.5.32
---

### HarperDB 4.5.32

10/21/2025

- Remove append flag for audit log additions
11 changes: 11 additions & 0 deletions release-notes/v4-tucker/4.6.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 4.6.21
---

# 4.6.14

10/21/2025

- Skip deleted records when doing compactions
- Tighten constraints on blob cleanup memory usage
- Remove append flag for audit log additions
9 changes: 9 additions & 0 deletions release-notes/v4-tucker/4.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 4.7.1
---

# 4.7.1

10/16/2025

- Fix an issue with an incorrect logger call
19 changes: 19 additions & 0 deletions release-notes/v4-tucker/4.7.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 4.7.2
---

# 4.7.2

10/21/2025

- Data loader updated to detect changes via hash comparison
- Fix for Windows inserting backslashes into exported paths
- Fix for Windows closing connections on thread restart
- Fix for setLogLevel error on upgrade
- Change `static` handler to default to using index.html
- Switch clone node back to using cluster status information to determine cloning is finished and only query the leader
- Added a get_ssh_key operation so that ssh keys could be cloned in new nodes
- Skip deleted records when doing compactions
- Tighten constraints on blob cleanup memory usage
- Added new `HARPER_SET_CONFIG` and `HARPER_DEFAULT_CONFIG` env variables for setting and resetting config values
- Rename read_log's `until` to `to`