Skip to content

Releases: atlassian/koa-oas3

v4.0.0

22 Sep 01:19
fed392b

Choose a tag to compare

Major Changes

v3.2.0

25 Jun 00:11
26fc8c2

Choose a tag to compare

Minor Changes

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

v3.1.0

11 Feb 04:01
b3acbfa

Choose a tag to compare

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

18 Jul 02:41
07187fa

Choose a tag to compare

Patch Changes

v3.0.0

03 Oct 06:53
7591457

Choose a tag to compare

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

19 Feb 00:23
aae8267

Choose a tag to compare

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

16 Nov 00:28
17a18cd

Choose a tag to compare

Patch Changes

v2.4.0

15 Nov 23:57
c741b93

Choose a tag to compare

Minor Changes

  • dd5d075: add oasValidatorOptions for oas-validator

v2.3.3

15 Nov 04:15
ce0e5a1

Choose a tag to compare

Patch Changes

v2.3.2

27 Sep 03:41
8e1b109

Choose a tag to compare

Patch Changes

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