Skip to content

Commit

Permalink
mark v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Nov 14, 2024
1 parent c50fcf4 commit bf627cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Unreleased

# 0.1.0

- Breaking: Worker and scheduler setters have been renamed #42
- Breaking: Migrations have been reworked to compensate for features that will land in `sqlx` 0.9.0 #44
- Breaking: Job enqueues now return an `EnqueuedJob` type #46
- Breaking: Task ID is now a newtype #47
- Breaking: Task dequeues are now encapsulated such that they are visible as they're being processed #55, #59, #60
- Breaking: Task dequeues are now encapsulated such that they are visible as they're being processed #55, #59, #60, #64, #65
- Breaking: Task schedule "name" column renamed to "task_queue_name" for consistency #58
- Breaking: Scheduler iterator has been refactored to use `Zoned` directly #62
- Task attempts are now recorded in a separate table, providing a complete log of task execution history #50
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "underway"
description = "⏳ Durable step functions via Postgres"
version = "0.0.6"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["background-jobs", "job-queue", "work-queue", "sqlx", "web"]
Expand Down

0 comments on commit bf627cd

Please sign in to comment.