Releases: NaturalCycles/db-lib
Releases · NaturalCycles/db-lib
v9.14.0
9.14.0 (2024-04-28)
Features
- adopt latest fs2 ndjson helpers (5fb21a6)
- CommonDao to use iterable
.map
instead of transformMapSimple (ca2e24b)
v9.13.0
9.13.0 (2024-04-22)
Features
- default stream concurrency to 32 (up from 16) (82c8b90)
v9.12.1
9.12.1 (2024-04-22)
Bug Fixes
- rename transformBuffer to transformChunk (nodejs-lib compat) (1ca08c2)
v9.12.0
9.12.0 (2024-04-07)
Features
- CommonKeyValueDaoMemoCacheCfg.ttl (d0c0ddd)
v9.11.0
9.11.0 (2024-04-07)
Features
- CommonKeyValueDBSaveBatchOptions.expireAt (5eaf601)
v9.10.1
9.10.1 (2024-04-06)
Bug Fixes
- stream iterator functions (939a185)
v9.10.0
9.10.0 (2024-04-06)
Features
- refactor to use stream iterator functions like
map
(0910865)