Skip to content

Commit 84b519e

Browse files
authored
Prepare release 1.31.0 (#1693)
1 parent 7d52c78 commit 84b519e

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ to include examples, links to docs, or any other relevant information.
2020

2121
### Added
2222

23+
### Changed
24+
25+
### Deprecated
26+
27+
### Breaking Changes
28+
29+
### Fixed
30+
31+
### Security
32+
33+
## [1.31.0] - 2026-07-29
34+
35+
### Added
36+
2337
- Added the `Worker` `max_eager_activity_reservations_per_workflow_task` option for configuring
2438
the number of activity slots reserved for eager execution per workflow task. Configured values
2539
must be positive; use `disable_eager_activity_execution` to disable eager activity execution.
@@ -50,8 +64,6 @@ to include examples, links to docs, or any other relevant information.
5064
overrides for this flag from `tests/worker/test_workflow.py`, and replace this rollout
5165
note with a `Fixed` entry announcing the behavior change.
5266

53-
### Deprecated
54-
5567
### Breaking Changes
5668

5769
- Custom workflow runners that construct `WorkflowInstanceDetails` must now pass
@@ -72,8 +84,6 @@ to include examples, links to docs, or any other relevant information.
7284
- Marked system Nexus envelope payloads so nested payloads can be detected and
7385
visited after the envelope is already stored as a payload.
7486

75-
### Security
76-
7787
## [1.30.0] - 2026-07-01
7888

7989
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "temporalio"
3-
version = "1.30.0"
3+
version = "1.31.0"
44
description = "Temporal.io Python SDK"
55
authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66
requires-python = ">=3.10"

temporalio/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import temporalio.runtime
2525
from temporalio.bridge.client import RPCError as BridgeRPCError
2626

27-
__version__ = "1.30.0"
27+
__version__ = "1.31.0"
2828

2929
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
3030
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)