Skip to content

v1.3.0

Latest

Choose a tag to compare

@chris-olszewski chris-olszewski released this 18 Feb 19:18
· 18 commits to main since this release
c40a658

What's Changed

Nexus Caller Support (experimental)

Add support for calling Nexus operations and fetching results. This does not include implementing Nexus handlers.

⚠️ This is experimental and subject to change.

Client Environment Configuration General Availability

The client environment configuration feature is no longer experimental and is now generally available.

Deployment-Based Worker Versioning General Availability

The deployment-based worker versioning feature is no longer experimental and is now generally available. The older style worker deployment APIs have been marked as obsolete.

Bug Fixes

  • Fixed memory leak where a heap allocated function pointer would not always be freed.
  • Added backoff on ResourceExhausted errors in Poller autoscaler to prevent hot retry loop

Specific Changes

2026-02-05 - 7d14a90 - remove experimental warning for new worker versioning APIs and envconfig, add deprecation warnings for old worker versioning APIs (#383)
2026-02-09 - ec8412c - Fix leak issues (#385)
2026-02-17 - 4c357f7 - Nexus caller-only support (#381)
2026-02-17 - bdd0604 - Add backoff on ResourceExhausted errors in Poller autoscaler (#387)