Skip to content

Commit 33803a2

Browse files
authored
More release notes (#360)
* More release notes * Added note about static default
1 parent 990c3f3 commit 33803a2

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

release-notes/v4-tucker/4.5.32.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: 4.5.32
3+
---
4+
5+
### HarperDB 4.5.32
6+
7+
10/21/2025
8+
9+
- Remove append flag for audit log additions

release-notes/v4-tucker/4.6.14.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: 4.6.21
3+
---
4+
5+
# 4.6.14
6+
7+
10/21/2025
8+
9+
- Skip deleted records when doing compactions
10+
- Tighten constraints on blob cleanup memory usage
11+
- Remove append flag for audit log additions

release-notes/v4-tucker/4.7.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: 4.7.1
3+
---
4+
5+
# 4.7.1
6+
7+
10/16/2025
8+
9+
- Fix an issue with an incorrect logger call

release-notes/v4-tucker/4.7.2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: 4.7.2
3+
---
4+
5+
# 4.7.2
6+
7+
10/21/2025
8+
9+
- Data loader updated to detect changes via hash comparison
10+
- Fix for Windows inserting backslashes into exported paths
11+
- Fix for Windows closing connections on thread restart
12+
- Fix for setLogLevel error on upgrade
13+
- Change `static` handler to default to using index.html
14+
- Switch clone node back to using cluster status information to determine cloning is finished and only query the leader
15+
- Added a get_ssh_key operation so that ssh keys could be cloned in new nodes
16+
- Skip deleted records when doing compactions
17+
- Tighten constraints on blob cleanup memory usage
18+
- Added new `HARPER_SET_CONFIG` and `HARPER_DEFAULT_CONFIG` env variables for setting and resetting config values
19+
- Rename read_log's `until` to `to`

0 commit comments

Comments
 (0)