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
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 4.5.17
sidebar_position: 59484
---

### HarperDB 4.5.17

8/4/2025

- Ensure that blob paths exist when determining blob volume sizes
- Increase and make timeouts for blob transfers configurable
- Add debugging information on the record ID if a blob transfer times out
- Fix for copying tables when doing an initial clone node (will not affect an existing cluster)
- Fix for ensuring node IDs are not duplicated across subscriptions to different nodes. This eliminates the duplication of replication data
- Fix for building the local studio
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 4.5.18
sidebar_position: 59485
---

### HarperDB 4.5.18

Release was incorrect version
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 4.5.19
sidebar_position: 59486
---

### HarperDB 4.5.19

8/5/2025

- Update subscription manager to only use failover subscriptions to nodes with the same shard
- Do not attempt to resolve a proxied request to the oneself
- Delay deletion of blobs when doing proxied requests of blobs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 4.5.20
sidebar_position: 59487
---

### HarperDB 4.5.20

8/7/2025

- Properly handle and aggregate multiple requests for the same blob using the same stream
- Added analytics for blob replication and replication egress transfer
- Added receiving status to indicate if there is a replication backlog or waiting for future transactions
- Fix for properly saving blob in a recently updated/relocated record
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 4.5.15
sidebar_position: 59484
---

### HarperDB 4.5.15
7/21/2025

- Removed the `copyTablesToCatchUp` option and instead utilized the clone node designation of the leader node to copy tables
- Ensure that skipping large number of audit entries does not lock up the thread and cause a connection reset
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 4.5.16
sidebar_position: 59483
---

### HarperDB 4.5.16
7/30/2025

- 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 4.5.17
sidebar_position: 59484
---

### HarperDB 4.5.17

8/4/2025

- Ensure that blob paths exist when determining blob volume sizes
- Increase and make timeouts for blob transfers configurable
- Add debugging information on the record ID if a blob transfer times out
- Fix for copying tables when doing an initial clone node (will not affect an existing cluster)
- Fix for ensuring node IDs are not duplicated across subscriptions to different nodes. This eliminates the duplication of replication data
- Fix for building the local studio
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 4.5.18
sidebar_position: 59485
---

### HarperDB 4.5.18

Release was incorrect version
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 4.5.19
sidebar_position: 59486
---

### HarperDB 4.5.19

8/5/2025

- Update subscription manager to only use failover subscriptions to nodes with the same shard
- Do not attempt to resolve a proxied request to the oneself
- Delay deletion of blobs when doing proxied requests of blobs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 4.5.20
sidebar_position: 59487
---

### HarperDB 4.5.20

8/7/2025

- Properly handle and aggregate multiple requests for the same blob using the same stream
- Added analytics for blob replication and replication egress transfer
- Added receiving status to indicate if there is a replication backlog or waiting for future transactions
- Fix for properly saving blob in a recently updated/relocated record
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 4.6.3
sidebar_position: 59396
---

# 4.6.3
7/30/2025

- Fix for calling table.operation()
- 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
- Removed the `copyTablesToCatchUp` option and instead utilized the clone node designation of the leader node to copy tables
- Ensure that skipping large number of audit entries does not lock up the thread and cause a connection reset