From 3809d431184137fb5c839c08b1c4413a40438cb7 Mon Sep 17 00:00:00 2001 From: jacopo Date: Mon, 27 May 2024 11:54:45 +0200 Subject: [PATCH] Prepare release 1.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 444c2f7..d5983ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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