Skip to content

Releases: atlassian/koa-oas3

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 01:19
fed392b

Major Changes

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 00:11
26fc8c2

Minor Changes

  • 16c2776: Upgraded dependencies and now allow Koa Version 3. Fixed commas instead of semi-colons in config.

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 04:01
b3acbfa

Minor Changes

  • 24c1b79: Upgrade major version of dependency oas3-chow-chow which removes support for node 16 and adds support for node 20 and 22 of oas3-chow-chow and reduces warning logging

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 02:41
07187fa

Patch Changes

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 06:53
7591457

Major Changes

  • 6905eee: Bumped oas3-chow-chow which has an upgraded ajv version.

    • The latest ajv version has removed the support for JSON Schema Draft-v4 and the result being that you might see some warning about your schema syntax which you need fix.

    Remove Node v14 support

v2.5.0

Choose a tag to compare

@supertong supertong released this 19 Feb 00:23
aae8267

Minor Changes

  • a2bf304: update validatePaths type to accept string array or regex array

Patch Changes

  • a6228d4: change validatePath type to allow both string and RegExp

v2.4.1

Choose a tag to compare

@supertong supertong released this 16 Nov 00:28
17a18cd

Patch Changes

v2.4.0

Choose a tag to compare

@supertong supertong released this 15 Nov 23:57
c741b93

Minor Changes

  • dd5d075: add oasValidatorOptions for oas-validator

v2.3.3

Choose a tag to compare

@supertong supertong released this 15 Nov 04:15
ce0e5a1

Patch Changes

v2.3.2

Choose a tag to compare

@supertong supertong released this 27 Sep 03:41
8e1b109

Patch Changes

  • 7b113c2: Fix setting of ctx.oas.request.path