Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to include examples, links to docs, or any other relevant information.
### Added — new features
### Changed — changes in existing functionality
### Deprecated — soon-to-be-removed features
### Breaking Changes — removed or backwards-incompatible features
### :boom: Breaking Changes — removed or backwards-incompatible features
### Fixed — notable bug fixes
### Security — notable security fixes
-->
Expand All @@ -24,7 +24,7 @@ to include examples, links to docs, or any other relevant information.

### Deprecated

### Breaking Changes
### :boom: Breaking Changes

### Fixed

Expand Down Expand Up @@ -64,7 +64,7 @@ to include examples, links to docs, or any other relevant information.
overrides for this flag from `tests/worker/test_workflow.py`, and replace this rollout
note with a `Fixed` entry announcing the behavior change.

### Breaking Changes
### :boom: Breaking Changes

- Custom workflow runners that construct `WorkflowInstanceDetails` must now pass
`payload_converter_factory` instead of `payload_converter_class`. The factory
Expand Down Expand Up @@ -104,7 +104,7 @@ to include examples, links to docs, or any other relevant information.
with the selected optional dependencies.
- Standalone Nexus operation links are now forwarded on start workflow and signal requests.

### Breaking Changes
### :boom: Breaking Changes

- AWS Lambda worker `configure` parameter has been changed to be invoked
per-invocation of the worker instead of only at startup. It is advised that
Expand All @@ -127,7 +127,7 @@ to include examples, links to docs, or any other relevant information.
Pass `grpc_compression=GrpcCompression.NONE` to `Client.connect` or
`CloudOperationsClient.connect` to disable it.

### Breaking Changes
### :boom: Breaking Changes

- `StartWorkflowUpdateWithStartInput` now owns the authoritative
`rpc_metadata` and `rpc_timeout` fields for
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Added",
"Changed",
"Deprecated",
"Breaking Changes",
":boom: Breaking Changes",
"Fixed",
"Security",
)
Expand Down
4 changes: 3 additions & 1 deletion tests/test_prepare_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def test_finalize_changelog_release_seeds_unreleased_and_versions_notes() -> Non

- Changed a thing.

### :boom: Breaking Changes

### Fixed

## [1.29.0] - 2026-06-17
Expand All @@ -46,7 +48,7 @@ def test_finalize_changelog_release_seeds_unreleased_and_versions_notes() -> Non

### Deprecated

### Breaking Changes
### :boom: Breaking Changes

### Fixed

Expand Down
Loading