All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.15.0 - 2025-01-28
- [#87] add support for Editions and Proto3 optional
1.14.5 - 2025-01-06
- #85 ensure updateID is passed through test client (@nishkrishnan)
1.14.4 - 2024-12-19
1.14.3 - 2024-08-09
- #76 add schedule example
1.14.2 - 2024-07-01
- #74 fix support for external messages in cli generation
1.14.1 - 2024-06-20
- #73 default to WorkflowUpdateStageCompleted if update options WaitForStage unspecified
1.14.0 - 2024-06-20
1.13.3 - 2024-06-13
- #71 fix activity non_retryable_error_types
1.13.2 - 2024-05-31
- #69 support external messages as rpc parameters
1.13.1 - 2024-05-14
- #68 prevent xns cancellation propagation on worker close
1.13.0 - 2024-05-03
- #62 add individual option override methods
- #65 wrap expression evaluation in local activities inside workflow contexts (Patch Version 64)
- #66 fix cancellation propagation in xns activities
1.12.0 - 2024-04-19
- 0182d7b add generated WorkflowFunction helpers
- #57 add missing WaitForCancellation for activity options
- #60 add additional details to expression evaluation errors
- 84342c6 support brackets in bloblang expressions