-
Notifications
You must be signed in to change notification settings - Fork 8
Release 4.5.33 #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 4.5.33 #385
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| title: 4.5.33 | ||
| --- | ||
|
|
||
| ### HarperDB 4.5.33 | ||
|
|
||
| 11/5/2025 | ||
|
|
||
| - Add option to mark a database as "sharded" so replication only connects to databases in the same shard, improving efficiency for sharded clusters. | ||
| - Reliability: ensure we never attempt to reference an audit entry when one is not recorded and always create an audit entry during conflict/CRDT resolutions; this prevents orphaned blobs and guarantees they can be cleaned up. | ||
| - Data integrity: assert that each transaction is recorded in the audit log. | ||
| - Maintenance: throttle blob cleanup to reduce system load and add a final log message indicating when orphan cleanup finishes. | ||
| - Fix: do not relocate records when their location is determined by id. | ||
| - Add a final cleanup log message when orphan blob cleanup finishes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| title: 4.6.15 | ||
| --- | ||
|
|
||
| # 4.6.15 | ||
|
|
||
| 11/5/2025 | ||
|
|
||
| - Audit logging robustness: | ||
| - Always record an audit entry when conflict/CRDT resolutions are performed so all blobs retain a reference for eventual cleanup | ||
| - Avoid referencing an audit entry when audit logging is disabled; ensure a new version is created when resolving a cache entry that replaces an existing one | ||
| - Blob cleanup improvements: | ||
| - Reduce cleanup rate to limit resource usage under load | ||
| - Add a final "orphan cleanup finished" log message | ||
| - Sharded deployments: do not connect to nodes with a database connection if the database is marked as sharded and is not in the same shard | ||
| - Stability: clear the application timeout timer to allow threads to exit gracefully when still running | ||
| - HTTP/router: fix missing `urlPath` option on initial entry handler creation (#2944, #2946) | ||
| - Memory monitoring: make the near‑limit heap snapshot threshold configurable and enable taking a snapshot before exhausting heap memory | ||
| - Data placement: avoid relocating records when location is determined by id | ||
| - Developer ergonomics: fix camelCase conversion typos in resource code | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.