Skip to content

Latest commit

 

History

History
131 lines (57 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

131 lines (57 loc) · 4.06 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.15.0 - 2025-01-28

⚠ BREAKING CHANGES

Added

Changed

Fixed

1.14.5 - 2025-01-06

Fixed

  • #85 ensure updateID is passed through test client (@nishkrishnan)

1.14.4 - 2024-12-19

Fixed

  • #80 fix cross-package signal-with-start
  • #84 fix cross-package cli imports, repeated string flags

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