Skip to content

Tags: temporalio/sdk-php

Tags

v2.15.1

Toggle v2.15.1's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
What's Changed:

- Remove experimental note from `updateWithStart` client method by @roxblnfk in #637
- Send a special request to RR if the calling Workflow was not found by @roxblnfk in#639

v2.15.0

Toggle v2.15.0's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
New features:

- **Task Queue Priority**: Control workflow/activity execution order with priority levels 1-5 (lower = higher priority). Pre-release feature requiring RoadRunner 2025.1.2.
- **User Metadata**: Add descriptions to Query/Signal/Update handlers and custom summaries for Activities/Timers (displayed in Temporal UI).
- **Activity Pause**: Enhanced activity cancellation handling with `ActivityPausedException` and `getCancellationDetails()` method.

Key changes include priority support across client/workflow APIs, improved UI documentation through metadata, and better activity lifecycle management. Multiple bug fixes and testing improvements included.

v2.14.1

Toggle v2.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix WorkflowInit detection (#611)

* Fix WorkflowInit detection

* Add tests

v2.14.0

Toggle v2.14.0's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Add Workflow Logger with replay-aware behavior

- Add getInstance() methods to get current Activity and Workflow instances
- Add dynamic handlers for Signals, Updates, and Queries
- Add UserMetadata support in Client API
- Skip magic methods in Activity classes
- Enhance Workflow description info with rootExecution, firstRunId, and executionDuration
- Fix updateWithStart signature, UpdateHandle polling, and Workflow request collection
- Improve CI workflows and maintenance

v2.13.4

Toggle v2.13.4's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Fix memory leak on upsert Memo / Search Attributes / Typed Search A…

…ttribbutes #590

v2.13.3

Toggle v2.13.3's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
Fix: expose Namespace metadata in RPC requests

v2.13.2

Toggle v2.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #570: Fix decoding of non-nullable interval fields…

… when null is gotten

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #569: Add default implementation for upsertMemo me…

…thod in interceptors

v2.13.0

Toggle v2.13.0's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Typed Search Attributes

- Workflow Init
- Upsert Memo
- MetaStorm metadata

v2.12.3

Toggle v2.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #551: activate Acceptance/Extra tests, fix bugs