Skip to content

Commit 3eb7ef0

Browse files
affandarCopilot
andcommitted
v0.1.19: bump duroxide-pg to 0.1.29 (migration race fix)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4a577b2 commit 3eb7ef0

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.19] - 2026-04-06
9+
10+
### Changed
11+
- Bumped `duroxide-pg` from 0.1.28 to 0.1.29.
12+
- Fixes migration race condition on concurrent startup ([microsoft/duroxide#10](https://github.com/microsoft/duroxide/issues/10)).
13+
- Cached plan invalidation (`0A000`) now retryable.
14+
815
## [0.1.18] - 2026-04-04
916

1017
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duroxide-python"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
edition = "2021"
55

66
[lib]
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
duroxide = { version = "0.1.27", features = ["sqlite"] }
12-
duroxide-pg = "0.1.28"
12+
duroxide-pg = "0.1.29"
1313
pyo3 = { version = "0.23", features = ["extension-module"] }
1414
async-trait = "0.1"
1515
tokio = { version = "1", features = ["full"] }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "duroxide"
7-
version = "0.1.18"
7+
version = "0.1.19"
88
description = "Python SDK for the Duroxide durable execution runtime"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)