Skip to content

chore: v1.2.0 -> v1.2.1#224

Merged
yaythomas merged 1 commit into
mainfrom
chore/release-v1.2.1
May 21, 2026
Merged

chore: v1.2.0 -> v1.2.1#224
yaythomas merged 1 commit into
mainfrom
chore/release-v1.2.1

Conversation

@yaythomas
Copy link
Copy Markdown
Contributor

Bumps testing SDK from v1.2.0 to v1.2.1 in preparation for a new release.

Notable change since v1.2.0:

This fixes a regression introduced in v1.2.0: dex-local-runner (WebRunner) returned 404 for every Get/State/History/Checkpoint/Stop call against an execution whose ARN contained a literal /, and silently returned an empty list for ListDurableExecutionsByFunction when the function name contained : or $. The cause was that the WebServer's route layer wasn't URL-decoding captured path segments before using them as store-lookup keys, while boto's rest-json serializer percent-encodes those characters in non-greedy URI labels. See #222 for the full bug report.

Verification

  • hatch version patch ran cleanly; __about__.py updated 1.2.0 → 1.2.1.
  • No code changes in this PR — version bump only.

@yaythomas yaythomas merged commit 7463e3f into main May 21, 2026
7 checks passed
@yaythomas yaythomas deleted the chore/release-v1.2.1 branch May 21, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants