Skip to content

Releases: muonsoft/openapi-mock

v0.3.9

11 Mar 09:20
0418a29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8

30 Nov 03:00
6ad8cd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

30 Nov 02:44
eb6f24e
Compare
Choose a tag to compare

What's Changed

  • ci: Fix multiarch build (go ldflags xtra arg quoting) by @gschafra in #82

Full Changelog: v0.3.6...v0.3.7

v0.3.6

29 Nov 19:34
7b7aded
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

29 Nov 15:58
a043e5b
Compare
Choose a tag to compare

What's Changed

  • fix docker multi-arch build and push to DockerHub by @smoench in #80

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

05 Nov 07:24
5ca25ba
Compare
Choose a tag to compare

What's Changed

  • Added Github Workflow support for Docker buildkit, using the same tagging as before (ref tagging) but with the Docker metadata action and build v3. by @lucasantarella in #78
  • Migrate to Code Climate coverage by @strider2038 in #79

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

12 Sep 18:06
Compare
Choose a tag to compare
  • fix #71 failed to load OpenAPI specification from absolute path (contibution from @T1p0un3t)
  • fix #68 resolving of external references (contribution from @kylehodgetts)
  • #74 added a note about the path resolution of the specification_url parameter

v0.3.2

19 Jul 18:29
Compare
Choose a tag to compare

fix #63 Don't crash on invalid formats
fix #69 HTTP Access Logs not in JSON format when application log_format set to json

v0.3.1

22 Jun 13:20
Compare
Choose a tag to compare

hotfix for release ci

v0.3.0

22 Jun 13:08
01f9ed2
Compare
Choose a tag to compare
  • fixes #57 url in spec can't be parsed
  • using lucasjones/reggen to generate data by regular expression pattern (thanks to @exgphe)
  • internal improvements