Skip to content

chore: v1.1.2 -> v1.2.0#221

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

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

Conversation

@yaythomas
Copy link
Copy Markdown
Contributor

@yaythomas yaythomas commented May 20, 2026

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

Notable change since v1.1.2:

This fix changes Execution.new() to construct ARNs as <uuid>/<invocation_id> instead of a bare UUID, which is required for compatibility with aws-durable-execution-sdk-python v1.5.0 (whose ExecutionState.get_input_payload() looks up the EXECUTION operation by arn.split("/")[-1]). Without this release, DurableFunctionTestRunner.run_async(input=...) causes the handler to receive {} instead of the supplied event when paired with main SDK v1.5.0.

Verification

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

@yaythomas yaythomas merged commit 632ab8d into main May 20, 2026
7 checks passed
@yaythomas yaythomas deleted the chore/release-v1.2.0 branch May 20, 2026 19:54
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.

3 participants