Skip to content

Releases: jentic/arazzo-engine

Arazzo Runner v0.9.2

01 Oct 08:44

Choose a tag to compare

Features

  • implement support for extracting application/x-www-form-urlencoded request/response bodies by @DavidAtJentic in #116
  • allow oneOf and anyOf structures to be passed to the inputs field of an io object by @DavidAtJentic in #117

Bugfixes

Enhancements

  • runner: provide development setup documentation

New Contributors

  • @Shrihari25-hub made their first contribution in #112 enhancing the state of the documentation

Full Changelog: arazzo_runner/v0.9.1...arazzo_runner/v0.9.2

Arazzo Runner v0.9.1

04 Sep 12:10

Choose a tag to compare

Enhancements

  • automatic release pipeline for Arazzo Runner

Full Changelog: arazzo_generator/v0.2.1...arazzo_runner/v0.9.1

Arazzo Generator v0.2.1

04 Sep 12:02

Choose a tag to compare

Enhancements

  • automatic release pipeline for Arazzo Generator

Full Changelog: arazzo_generator/v0.2.0...arazzo_generator/v0.2.1

Arazzo Generator v0.2.0

03 Sep 10:37
4d36278

Choose a tag to compare

Features

  • publish Docker image to GitHub Container registry by @char0n in #93
  • publish latest & tagged Docker image to GitHub Container Registry by @char0n in #94

Arazzo Runner v0.9.0

02 Sep 09:23
0c6e967

Choose a tag to compare

Bug fixes

  • fix: exclude tests/ directory from sdist package by @char0n #87

Enhancements

  • align code with minimum Python >= 3.11 version requirement

Arazzo Generator v0.1.2

02 Sep 08:54
794d13e

Choose a tag to compare

Bug fixes

  • fix: exclude tests/ directory from sdist package by @char0n in #88

Arazzo Generator v0.1.1

29 Aug 12:46
14b79eb

Choose a tag to compare

Bug fixes

  • fix: fix scheme matching in OpenAPI parser by @char0n in #74
  • fix: allow generator CLI to run by @char0n in #79
  • fix: allow docker to run as API server by @char0n in #81

Enhancements

  • number of documentation enhancements demonstrating usage