Releases: oliver-oloughlin/kvdex
Releases · oliver-oloughlin/kvdex
Improved performance of deleteMany() and deleteAll()
v0.18.5 Merge pull request #95 from oliver-oloughlin/patch/delete-many-perfor…
Optional Indices
Merge pull request #94 from oliver-oloughlin/feature/optional-indices feat: optional indices + tests
Typed enqueue()
Merge pull request #92 from oliver-oloughlin/feature/typed-enqueue added generic types to enqueue() operations
Cron Job changes
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
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)
Merge pull request #88 from oliver-oloughlin/patch/readme-update updated README highlights
Fixed cron job timing issue + Added findUndelivered()
Merge pull request #85 from oliver-oloughlin/patch/delete-undelivered added missing deleteUndelivered method + fixed cron job timing
README and documentation updated
Merge pull request #83 from oliver-oloughlin/patch/readme-update updated README and documentation
Cron jobs & Queue topics
Merge pull request #82 from oliver-oloughlin/feature/cron-jobs added cron jobs and queue topics
Document class
Merge pull request #80 from oliver-oloughlin/feature/update-readme Feature/update readme