Skip to content

Releases: swagger-api/swagger-js

v3.31.0

07 Nov 11:16
Compare
Choose a tag to compare

3.31.0 (2024-11-07)

Features

v3.30.1

05 Nov 10:24
Compare
Choose a tag to compare

3.30.1 (2024-11-05)

Bug Fixes

  • docs: fix typo around Scarf opt out settings (#3708) (517d8e6)

v3.30.0

05 Nov 10:02
Compare
Choose a tag to compare

3.30.0 (2024-11-05)

Features

  • analytics: use Scarf.js to provide anonymized installation analytics (#3707) (3e59da4)

Swagger Client uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scafrSettings.enabled field to false in your project's package.json:

// package.json
{
  // ...
  "scarfSettings": {
    "enabled": false
  }
  // ...
}

Alternatively, you can set the environment variable SCARF_ANALYTICS to false as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install.

v3.29.4

08 Oct 10:19
Compare
Choose a tag to compare

3.29.4 (2024-10-08)

Bug Fixes

  • security: fix unsafe cookie serialization (#3680) (1e18423)

v3.29.3

13 Sep 14:16
Compare
Choose a tag to compare

3.29.3 (2024-09-13)

Bug Fixes

  • execute: do not encode server variables by default (6a151d9), closes #3656

v3.29.2

15 Aug 07:25
Compare
Choose a tag to compare

3.29.2 (2024-08-15)

Bug Fixes

v3.29.1

12 Aug 08:31
Compare
Choose a tag to compare

3.29.1 (2024-08-12)

Bug Fixes

v3.29.0

09 Aug 13:14
Compare
Choose a tag to compare

3.29.0 (2024-08-09)

Features

  • resolver: loosen requirement for file extensions in ApiDOM parser plugins (#3630) (e15eb3d)

v3.28.3

09 Aug 12:27
Compare
Choose a tag to compare

3.28.3 (2024-08-09)

Bug Fixes

  • resolver: disable Server Objects normalization for OpenAPI 3.1.0 (#3628) (d63f33f), closes #3627
  • resolver: don't skip normalization of OpenAPI 3.1.0 specs (#3575) (bc4a40c), closes #1396

v3.28.2

06 Jun 10:57
Compare
Choose a tag to compare

3.28.2 (2024-06-06)

Bug Fixes