Skip to content

Releases: vdaron/StatesLanguage

2.3.0

Choose a tag to compare

@vdaron vdaron released this 05 Feb 09:25
  • 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

Choose a tag to compare

@vdaron vdaron released this 12 Sep 13:46

Full Changelog: 2.1.0...2.2.0

Release 2.1.0

Choose a tag to compare

@vdaron vdaron released this 17 Mar 19:03

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

Release 2.0.5

Choose a tag to compare

@vdaron vdaron released this 06 May 07:51

Fix Deserialization of IsPresent IsBoolean IsString IsTimestamp IsNumeric and IsNull

2.0.4

Choose a tag to compare

@vdaron vdaron released this 22 Sep 06:40

Improve error messages

2.0.3

Choose a tag to compare

@vdaron vdaron released this 07 Sep 21:29
  • Small fix to detect Intrinsic Functions correctly

2.0.2

Choose a tag to compare

@vdaron vdaron released this 07 Sep 14:23

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

Choose a tag to compare

@vdaron vdaron released this 07 Sep 07:31

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

Choose a tag to compare

@vdaron vdaron released this 01 Jan 12:40

Add support for Map States

Release 1.9.0

Choose a tag to compare

@vdaron vdaron released this 07 Jan 17:59

Add support for Parameters from new Amazon Specification