Releases: elmarti/camadb
Releases · elmarti/camadb
2.0.0
v2.0.0 (Sun, January 08, 2023)
## 🐛 Bug Fixes
- [`9651304`](https://github.com/elmarti/camadb/commit/9651304) remove queues for in-browser APIs
- [`059f2c1`](https://github.com/elmarti/camadb/commit/059f2c1) await IDB init before operations
## 💥 Breaking Changes
- [`af5e1f2`](https://github.com/elmarti/camadb/commit/af5e1f2) centralize queueing system The queueing system created an instance for each service - this was slightly ineffectient, but also caused unnecessary concurrency complexity. This was uncovered by exploring issue #65 where custom storage directories weren't initializing properly. The initialization order of the metadata was part of the problem here, (the fundamental problem being hardcoded folder names). The initial fix was to add a service for handling metadata resolution, but the full fix is to resolve this concurrency issue - hence breaking change (Issues: [`#65`](https://github.com/elmarti/camadb/issues/65))
1.7.0
1.7.0-develop.1
v1.7.0-develop.1 (Sun Oct 17 2021 08:14:16 GMT+0000 (Coordinated Universal Time))
## ✨ New Features
- [`2c874a0`](https://github.com/elmarti/camadb/commit/2c874a0) ⚡ hydrate cache on collection init
1.6.0
1.5.1
1.5.0
v1.5.0 (Sat Oct 16 2021 17:33:37 GMT+0000 (Coordinated Universal Time))
## ✨ New Features
- [`a7635c7`](https://github.com/elmarti/camadb/commit/a7635c7) ⚗️ remove publish from package.json
## 🐛 Bug Fixes
- [`1e4b42d`](https://github.com/elmarti/camadb/commit/1e4b42d) set cache after insert
1.4.0
v1.4.0 (Sat Oct 16 2021 11:35:00 GMT+0000 (Coordinated Universal Time))
## ✨ New Features
- [`d6bb3ad`](https://github.com/elmarti/camadb/commit/d6bb3ad) makke container instance public for testing
## 🐛 Bug Fixes
- [`a1863d7`](https://github.com/elmarti/camadb/commit/a1863d7) make findMany options optional
- [`f0f09fd`](https://github.com/elmarti/camadb/commit/f0f09fd) fix deepscan
1.4.0-develop.4
v1.4.0-develop.4 (Sat Oct 16 2021 17:36:36 GMT+0000 (Coordinated Universal Time))
## 🐛 Bug Fixes
- [`20437ec`](https://github.com/elmarti/camadb/commit/20437ec) update cache onUpdate
1.4.0-develop.3
v1.4.0-develop.3 (Sat Oct 16 2021 17:29:56 GMT+0000 (Coordinated Universal Time))
## 🐛 Bug Fixes
- [`1e4b42d`](https://github.com/elmarti/camadb/commit/1e4b42d) set cache after insert
1.4.0-develop.2
v1.4.0-develop.2 (Sat Oct 16 2021 11:51:52 GMT+0000 (Coordinated Universal Time))
## ✨ New Features
- [`a7635c7`](https://github.com/elmarti/camadb/commit/a7635c7) ⚗️ remove publish from package.json