File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " duroxide-python"
3- version = " 0.1.18 "
3+ version = " 0.1.19 "
44edition = " 2021"
55
66[lib ]
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99
1010[dependencies ]
1111duroxide = { version = " 0.1.27" , features = [" sqlite" ] }
12- duroxide-pg = " 0.1.28 "
12+ duroxide-pg = " 0.1.29 "
1313pyo3 = { version = " 0.23" , features = [" extension-module" ] }
1414async-trait = " 0.1"
1515tokio = { version = " 1" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " duroxide"
7- version = " 0.1.18 "
7+ version = " 0.1.19 "
88description = " Python SDK for the Duroxide durable execution runtime"
99readme = " README.md"
1010license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments