File tree Expand file tree Collapse file tree 7 files changed +3
-14
lines changed
Expand file tree Collapse file tree 7 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ title: 4.6.19
7711/24/2025
88
99- Put a time window on custom metric lookup to improve performance
10- - Backport Red Hat Connect release image publishing
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ title: 4.6.22
66
7712/02/2025
88
9- - Add CI linting of undefined variables to catch potential bugs early
9+ - No relevant changes
Original file line number Diff line number Diff line change @@ -8,4 +8,3 @@ title: 4.7.10
88
99- Fix undefined snake_case references that should be camelCase variables
1010- Ensure ` HARPER_SET_CONFIG ` can override any other config source, especially at install time
11- - Update dev team name in CODEOWNERS
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ title: 4.7.11
99- Limit message size to prevent oversized messages
1010- Restart 1/8th of the workers at a time for smoother restarts
1111- Add host and hostname to ` listSSHKeys ` response
12- - Add CI linting of undefined variables to catch potential bugs early
13- - Lazy load the trusted components to avoid requiring the component loader too early (fixes unit test failures)
12+ - Lazy load the trusted components to avoid requiring the component loader too early
1413- Only guard certain core component names from being deployed
1514- Have ` deploy-component ` fail by default if a conflicting config entry exists (can be forced)
1615- Ensure that the resource cache is reset when a transaction is committed to avoid reading stale data
17- - Reset the ` restartRequired ` flag on restart (STUDIO-358)
16+ - Reset the ` restartRequired ` flag on restart
1817- Fix link to the configuration file documentation
1918- Fix ` mergeHeaders ` where set-cookie headers could get combined, and handle when array is passed with non-string values
Original file line number Diff line number Diff line change @@ -7,5 +7,3 @@ title: 4.7.12
7712/08/2025
88
99- Warn users if they are running HarperDB in an application folder or root folder to prevent potential issues
10- - Update ` listSSHKeys ` unit tests for better coverage
11- - Remove unused process management functions
Original file line number Diff line number Diff line change @@ -13,11 +13,9 @@ title: 4.7.4
1313 - Transactions record the ` startedFrom ` resource name and method for better error reporting
1414 - Transactions will commit instead of aborting when they timeout, so processes can continue with minimal disruption
1515- Improve TypeScript type accuracy for resource interfaces and pub/sub bits
16- - Update user.js to user.ts for better type safety
1716- Fix JSResource to wait for resources to be imported before considering the component loaded
1817- Improve JSResource error handling
1918- Ensure authorize is consistently disabled on appropriate REST methods
20- - Automate Red Hat OpenShift image publish on release
2119- Audit log improvements:
2220 - When conflict/CRDT resolutions are performed, always save an audit log entry to ensure all blobs have a reference for eventual cleanup
2321 - Ensure that audit entries are not referenced if not being recorded
Original file line number Diff line number Diff line change @@ -8,15 +8,11 @@ title: 4.7.8
88
99- Handle thrown plain objects correctly and properly report errors for a bad body
1010- Fix connect to properly pass on query to subscribe
11- - Update test to use ` loadAsInstance=false `
1211- Put a time window on custom metric lookup to improve performance
13- - Backport Red Hat Connect release image publishing
1412- Use faster compression setting
1513- Further lock down node rearranging when failover is disabled
16- - Enable code coverage in Sonar scan
1714- Update status of last received commit when receiving a sequence id update
1815- Allow databases config to support a direct database name or a data config object
1916- Avoid unnecessary ` end_txn ` messages when no transactions have been delivered
2017- Rename HDBMS to Studio
2118- Keep multiple set-cookie headers separate
22- - Fixes for cert verification integration tests
You can’t perform that action at this time.
0 commit comments