Skip to content

Releases: vdaron/StatesLanguage

2.3.0

05 Feb 09:25

Choose a tag to compare

  • FailState: Add support for Intrinsic Functions in ErrorPath and CausePath
  • Cause is not mandatory anymore on FailState

Thanks for first contribution from @neojps

Release 2.2.0

12 Sep 13:46

Choose a tag to compare

Full Changelog: 2.1.0...2.2.0

Release 2.1.0

17 Mar 19:03

Choose a tag to compare

Add support for new Intrinsic Functions
Add support for Net6
Bump Newtonsoft.Json dependency

Release 2.0.5

06 May 07:51

Choose a tag to compare

Fix Deserialization of IsPresent IsBoolean IsString IsTimestamp IsNumeric and IsNull

2.0.4

22 Sep 06:40

Choose a tag to compare

Improve error messages

2.0.3

07 Sep 21:29

Choose a tag to compare

  • Small fix to detect Intrinsic Functions correctly

2.0.2

07 Sep 14:23

Choose a tag to compare

Small fixes

  • Ensure OptionalString are well deserialized
  • Ensure ResultPath is an OptionalString
  • Ensure correct exception is trowed when input is null and we need to extract a path
  • Do not validate ReferecePath before Build

2.0.0

07 Sep 07:31

Choose a tag to compare

Version 2.0.0 !

This is a huge Release with plenty of new features and code cleanup!

  • Full support of latest Amazon StateLanguage (August 11, 2020)
    • ie : Intrinsic Functions (including Standard ones)
  • Huge refactoring of code to avoid code duplicate
  • InputOutpurProcessor to help compute EffectiveInput, EffectiveResult and # EffectiveOutput
  • Improved validation of ReferencePath

Breaking Changes

  • StateLanguage.Model namespace removed
  • StepFunctionBuilder replace by StateMachineBuilder

Migration should be straightforward

1.10.0 - Happy new year 2020

01 Jan 12:40

Choose a tag to compare

Add support for Map States

Release 1.9.0

07 Jan 17:59

Choose a tag to compare

Add support for Parameters from new Amazon Specification