Releases: appy-one/acebase
Releases · appy-one/acebase
v1.29.10
- New browser build (f6e7a21)
- Add corrupted node testing capability. Writing to path
simulate/corrupt/record/herewill now simulate a corrupted record (0456a23) - Fix transaction log tests that did not always get the most recent cursor because of a race condition (4efe992)
- Improve node-lock test to handle lock timeouts correctly (52220b9)
- (commented out) add a way to test with very short lock timeouts (1c97222)
- Enhance node read/write error handling, automatically await child stream callback promises, fix locks potentially not being released upon error, reduce mem/cpu usage when reading/writing large nodes (maybe also slowing down a bit but not noticeably when running the tests), improve logging (c1ea087)
- Fix: suppress unhandled promise rejections and PromiseRejectionHandledWarning (#271) (41b4694)
- chore: release v1.29.9 [skip ci] (7e439ce)
v1.29.9
v1.29.8
v1.29.7
v1.29.6
- chore: release v1.29.6-rc.7 [skip ci] (3501900)
- chore: release v1.29.6-rc.6 [skip ci] (25fc759)
- Fix workflow: commit version bumps to current branch and prevent tagging old commits (3ab18ff)
- Fix workflow: also commit package-lock.json version updates (d369c25)
- chore: release v1.29.6-rc.4 [skip ci] (ed8608e)
- Fix workflow: commit package.json version update (9ab7347)
- Fix publish workflow: acebase-core dependency install (ecb2f79)
- fix workflow builds (c94bf09)
- Fix: make sure unallocated records are not referenced in cache anymore. Might prevent
CorruptRecordErrors from occuring whilst running in a single process. (744bcc3) - Ad prerelease testing (4cc6f74)
- Remove NODE_AUTH_TOKEN because we're using provenance (27dc054)
- Add automatic npm publish workflow upon tag push (fc12aa0)
- Fix DataProxy test race condition causing other transaction order (4314735)
- Remove Pino and custom logger from tests (116f869)
- Cleanup: remove unused file created by testing with Claude Code (7fa59ae)
- Cleanup: remove generated code from repository (490cafb)
- Disable usage of socket IPC for tests, needs works (23812d5)
- Change JSDoc type to TypeScript (6c67c95)
- Refactor all
.forEachcalls tofor .. ofloops (49822b2) - Fix stack overflow when building a large index (f474787)
- Removed double property setting in constructor (27ea13f)
- test with pino logger (eb53d25)
- Add
no-invalid-thiseslint rule (098adb4) - Add custom logger support (dd1a646)
- fix parentheses in code snipeets (7d723ac)
- Bump word-wrap from 1.2.3 to 1.2.4 (524d409)