Skip to content

Releases: elmarti/camadb

2.0.0

08 Jan 18:08
Compare
Choose a tag to compare

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

17 Oct 16:14
f07dd7d
Compare
Choose a tag to compare

v1.7.0 (Sun, October 17, 2021)

## ✨ New Features
  - [`2c874a0`](https://github.com/elmarti/camadb/commit/2c874a0)  ⚡ hydrate cache on collection init 

1.7.0-develop.1

17 Oct 08:14
44ceafd
Compare
Choose a tag to compare
1.7.0-develop.1 Pre-release
Pre-release

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

16 Oct 20:50
Compare
Choose a tag to compare

v1.6.0 (Sat Oct 16 2021 20:50:16 GMT+0000 (Coordinated Universal Time))

## ✨ New Features
  - [`627750f`](https://github.com/elmarti/camadb/commit/627750f)  trigger release 

1.5.1

16 Oct 17:38
b16bec5
Compare
Choose a tag to compare

v1.5.1 (Sat Oct 16 2021 17:38:31 GMT+0000 (Coordinated Universal Time))

## 🐛 Bug Fixes
  - [`20437ec`](https://github.com/elmarti/camadb/commit/20437ec)  update cache onUpdate 

1.5.0

16 Oct 17:33
157412b
Compare
Choose a tag to compare

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

16 Oct 11:35
3ab9b37
Compare
Choose a tag to compare

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

16 Oct 17:36
Compare
Choose a tag to compare
1.4.0-develop.4 Pre-release
Pre-release

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

16 Oct 17:29
Compare
Choose a tag to compare
1.4.0-develop.3 Pre-release
Pre-release

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

16 Oct 11:51
Compare
Choose a tag to compare
1.4.0-develop.2 Pre-release
Pre-release

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