Skip to content

Swagger Editor v4.14.0 Released!

Latest
Compare
Choose a tag to compare
@swagger-bot swagger-bot released this 06 Nov 10:23
· 13 commits to master since this release

4.14.0 (2024-11-06)

Features

  • analytics: use Scarf.js to provide anonymized installation analytics (#5258) (c3172be)

Anonymized analytics

Swagger Editor 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 scarfSettings.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.