[1.13.2] - 2025-11-10
Note Worthy Features
- (experimental) Plugins Implementation (#1705)
- Plugins are a new way of providing easy configuration of workers and clients
- (experimental) Introduce
envconfigpackage (#1795)envconfigprovides a way to configure clients using TOML files
Minor Features
- Create
RawValuefrom direct payload using identity payload converter (#1806) - Add support for gRPC binary metadata values (#1791)
- Make address of test server public (#1819)
- Bump uuid to 11.1.0 (#1789, thanks to @TastyPi 🙏)
Bug Fixes
- [
otel] Mark peer dependencies as optional (#1812) - [
otel] Remove await from OTEL handleSignal interceptor (#1803)
Security
- Set explicit permissions for GitHub Actions workflows (#1815)
Notable Changes
- Remove experimental notices from poller behavior (#1821)
- Remove experimental notices from worker tuner APIs (#1797)
SDK-Core update
- Support user metadata in local activity (temporalio/sdk-core#974)
- Support for Unix sockets in HTTP connect proxy (temporalio/sdk-core#984)
- Enable slot supplier for nexus pollers (temporalio/sdk-core#994)
- [BREAKING] Use normal task queue name for sticky task queue client metrics (temporalio/sdk-core#1039)
- Set worker version on eager start requests (temporalio/sdk-core#1033)