Skip to content

Latest commit

 

History

History
101 lines (44 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

101 lines (44 loc) · 3.18 KB

Change Log

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.

Unreleased

⚠ BREAKING CHANGES

Added

Changed

Fixed

1.14.3 - 2024-08-09

Fixed

  • #76 add schedule example

1.14.2 - 2024-07-01

Fixed

  • #74 fix support for external messages in cli generation

1.14.1 - 2024-06-20

Fixed

  • #73 default to WorkflowUpdateStageCompleted if update options WaitForStage unspecified

1.14.0 - 2024-06-20

⚠ BREAKING CHANGES

1.13.3 - 2024-06-13

Fixed

  • #71 fix activity non_retryable_error_types

1.13.2 - 2024-05-31

Fixed

  • #69 support external messages as rpc parameters

1.13.1 - 2024-05-14

Fixed

  • #68 prevent xns cancellation propagation on worker close

1.13.0 - 2024-05-03

Added

  • #62 add individual option override methods

Fixed

  • #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

Added

  • 0182d7b add generated WorkflowFunction helpers
  • #57 add missing WaitForCancellation for activity options

Changed

  • #60 add additional details to expression evaluation errors

Fixed

  • 84342c6 support brackets in bloblang expressions