Skip to content

Arazzo 1.1.0 Released!

Latest

Choose a tag to compare

@frankkilcommins frankkilcommins released this 18 May 11:11
3016d7e

What's Changed

  • feat(spec): added support for AsyncAPI v3 by @nashjain in #367
  • Clarify origin or runtime expressions ABNF non-terminals by @char0n in #325
  • fix: fix referenced stepId in examples by @char0n in #358
  • fix(schema): remove conditional statement for type: retry in failure action object by @jeremyfiel in #343
  • fix(schema): remove enumeration in failure action object by @jeremyfiel in #348
  • refactor(arazzo): remove brackets around condition by @char0n in #362
  • feat(spec): Add support for JSONPath and XPath where JSONPointer is supported by @frankkilcommins in #409
  • feat(spec): Allow workflow inputs to be passed in success and failure actions by @frankkilcommins in #416
  • feat(spec): Add querystring support compatible with OAS 3.2 by @frankkilcommins in #443
  • feat(runtime-expressions): improve ABNF grammar clarity by @frankkilcommins in #454
  • feat(spec): Add $self for identity-based referencing by @frankkilcommins in #451
  • Clarify Criterion Object condition evaluation semantics by @frankkilcommins in #475
  • Add missing schema validation fixtures for async, OpenAPI, and workflow steps by @nashjain in #476

House Keeping

  • example: match ABNF for runtime expressions by @markus-96 in #339
  • fix(examples): Update JSON Path condition to conform to RFC 9535, and show two valid condition flavours by @frankkilcommins in #478
  • chore(repo): Update README for 1.1 release prep by @frankkilcommins in #477

Infrastructure Items

New Contributors

Full Changelog: 1.0.1...1.1.0