Skip to content

Files

Latest commit

 

History

History
141 lines (67 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

141 lines (67 loc) · 4.89 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

  • The existing usage of the iancoleman/strcase third-party library has been replaced with a first-party implementation with better acronym handling. This may lead to changes in generated cli command and flag names. To compensate for any potential issues, the protobuf options for workflows, queries, signals, updates, and message fields have been expanded to support user-defined overrides.

Added

  • #89 add option to ignore camel case renames for specific acronyms
  • #94 improve acronym behavior, expand cli options
  • #95 add support for opaque, hybrid apis

Changed

Fixed

  • #95 fix unmarshal cli flag prefixing

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