File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : 4.7.5
3+ ---
4+
5+ # 4.7.5
6+
7+ 11/11/2025
8+
9+ - Transactions:
10+ - Reset transaction timestamp on commit so reused transactions receive a new timestamp and do not conflict with prior operations
11+ - Fix transaction timeout message to be accurate
12+ - Disallow ` get() ` with null/undefined more precisely; prevent misuse and improve safety
13+ - Fix handling of ` create ` with one/two arguments when ` loadAsInstance=false `
14+ - Compaction and database maintenance:
15+ - Move each compacted database into place immediately after its compaction completes
16+ - Do not disable database deletion when a record count discrepancy is expected due to skipped deletion entries
17+ - Component loading/router:
18+ - Await ` loadDataFile ` so subsequent components can access the loaded data
19+ - Keep ` scope.handleEntry() ` promise-free while ensuring the initial load completes before loading the next component
20+ - API/OpenAPI:
21+ - Fix hostname access for OpenAPI generation
22+ - Dependencies:
23+ - Upgrade LMDB to address issue with returning loose pages to the free-list
24+ - Bug fixes:
25+ - Correct nullish comparison logic to properly handle ` null ` values
26+ - Applications:
27+ - Add Harper application lock file to avoid reinstalling application on every restart
You can’t perform that action at this time.
0 commit comments