Skip to content

Releases: oliver-oloughlin/kvdex

Improved performance of deleteMany() and deleteAll()

01 Nov 22:51
0265aa4
Compare
Choose a tag to compare
v0.18.5

Merge pull request #95 from oliver-oloughlin/patch/delete-many-perfor…

Optional Indices

22 Oct 12:25
6caaee8
Compare
Choose a tag to compare
Merge pull request #94 from oliver-oloughlin/feature/optional-indices

feat: optional indices + tests

Typed enqueue()

16 Oct 17:04
1a40f85
Compare
Choose a tag to compare
Merge pull request #92 from oliver-oloughlin/feature/typed-enqueue

added generic types to enqueue() operations

Cron Job changes

10 Oct 11:56
1796fe6
Compare
Choose a tag to compare

Increased the default interval of cron jobs to 1 hour instead of 1 second to avoid exhausting resources accidentally.
Errors that occur within exitOn and setInterval callbacks are now caught and do not cause the cron job to terminate unexpectedly.

Improved error handling for xxxMany() operations

08 Oct 00:51
9b1a7a0
Compare
Choose a tag to compare
Merge pull request #89 from oliver-oloughlin/patch/improved-handle-many

refactored handleMany to be more reusable and handle errors

Extensible model strategy (supports Zod)

07 Oct 16:35
439fc2e
Compare
Choose a tag to compare
Merge pull request #88 from oliver-oloughlin/patch/readme-update

updated README highlights

Fixed cron job timing issue + Added findUndelivered()

05 Oct 07:18
df25ee6
Compare
Choose a tag to compare
Merge pull request #85 from oliver-oloughlin/patch/delete-undelivered

added missing deleteUndelivered method + fixed cron job timing

README and documentation updated

04 Oct 14:53
c7315f5
Compare
Choose a tag to compare
Merge pull request #83 from oliver-oloughlin/patch/readme-update

updated README and documentation

Cron jobs & Queue topics

04 Oct 14:03
d0907b0
Compare
Choose a tag to compare
Merge pull request #82 from oliver-oloughlin/feature/cron-jobs

added cron jobs and queue topics

Document class

03 Oct 18:59
4302ee1
Compare
Choose a tag to compare
Merge pull request #80 from oliver-oloughlin/feature/update-readme

Feature/update readme