FEATURES
- Add evict option to temporal_sdk_workflow:await/wait - (7d52104)
- [**breaking**] Add workflow sticky queue poller - (7c7e469)
- Add temporal_sdk_workflow c:handle_eviction/2 and evict_workflow/0 - (893c80f)
- [**breaking**] Add handler context to c:temporal_sdk_workflow:handle_message - (3a07c71)
- [**breaking**] Add handler context to c:temporal_sdk_workflow:handle_failure - (f5f1336)
- [**breaking**] Replace temporal_sdk_workflow:record_env with app_env and os_env - (af72d75)
- Improve mutable marker - (4852928)
- Add temporal_sdk_service:reset_workflow - (a141552)
BUG FIXES
- Fix temporal_sdk_telemetry:handle_log/4 typespecs - (1ab4a44)
- Fix stale sticky task reconstruction for long history WF - (b654854)
- Fix handle_eviction PollIdleTime for disabled and pool sticky_executions - (715500a)
- Fix closed workflow query handling - (b43cf30)
- Improve t:temporal_sdk_workflow:workflow_info/0 is_replaying eval - (f57244d)
- Fix await with timeout NDE on WF replay - (df52098)
- Fix include/workflow.hrl - (1329cb2)
- Fix temporal_sdk_workflow:record_marker_mutable_opts() - (ef744ad)
- [**breaking**] Fix temporal_sdk_workflow:record_env - (39e8c76)
- Fix temporal_sdk_service:reset_workflow_opts() - (c951c94)
REFACTOR
- Rename c:temporal_sdk_workflow:handle_eviction force_evict to stop - (39ef23a)
- [**breaking**] Rename temporal_sdk_workflow:stop to terminate_executor - (e1a0c29)
DOCUMENTATION
- Unify SDK Samples repo references - (1fdb22a)
- Add WF Sticky Execution and WF Eviction docs - (b961cee)
- Add c:temporal_sdk_workflow:handle_eviction/2 md file - (be4ad73)
TESTING
- Add additional replay_test workflow worker configuration cases - (591c426)
- Fix flaky query replay test - (dc2dea8)
- Fix flaky eager activity replay tests - (6ea96bf)
- Fix flaky a_cancel_loop replay test - (05d6448)
- Fix flaky a_cancel_loop replay test - (e340f26)
MISCELLANEOUS
- Improve sticky queue name for pool sticky_executions - (2b2de97)
- Bump telemetry to 1.4.1 - (b757525)
- Improve temporal_sdk_poller task_execute_status - (1c764b0)
- Improve workflow eviction implementation - (6324b9d)
- Improve workflow handlers defaults implementation - (dda6e25)
- Improve workflow context and info - (ad0a6e0)
- Improve workflow task failure handling - (22dcbbd)
- Remove obsolete opentelemetry_api_experimental from deps locks - (82b68ca)