Skip to content

Commit

Permalink
Prepare release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo committed May 27, 2024
1 parent 57c79fe commit 3809d43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## [unreleased]
## 1.0.0 - 2024-05-27

* Allow delayed schedule of tasks, use clearer name for database columns
* Add `get_many` helper to retrieve multiple tasks with a single DB call
* Add `add_many` helper to insert multiple tasks with a single transaction
* Create an index on the table, can now scale to millions of tasks
* Every method returning tasks returns the queue name too, in case multi-queue is added later
* Type hints are made available to users thanks to `py.typed`

## 0.0.6 - 2024-02-13

Expand Down

0 comments on commit 3809d43

Please sign in to comment.