Releases: lyra/openapi-dev-tool
Releases · lyra/openapi-dev-tool
Release v9.9.0
Changelogs:
- Add the possibility to download artifacts by using a pool. Parameter
downloadPoolSize
allows specifying pool size. - Update dependencies
Release v9.8.2
Changelogs:
- Add the possibility to publish into
npm
releases and snapshots registries
For example openapi-dev-tool -c config.yaml --repoType npm --repoServer https://<your_npm_release_registry_url> --repoSnapshotsServer https://<your_npm_snapshot_registry_url> --repoToken <token>
- Fix maven archive generation
Release v9.8.1
Changelogs:
- Add the possibility to publish into
npm
releases and snapshots registries
For example openapi-dev-tool -c config.yaml --repoType npm --repoServer https://<your_npm_release_registry_url> --repoSnapshotsServer https://<your_npm_snapshot_registry_url> --repoToken <token>
Release v9.8.0
Changelogs:
- Add the possibility to publish into a
npm
registry
For example openapi-dev-tool -c config.yaml --repoType npm --repoServer https://<your_npm_registry_url> --repoToken <token>
Release v9.7.4
Changelogs:
- Fix the whole of warnings messages
- Fix usage from NodeJS older
Release v9.7.3
Changelogs:
- Fix issue with Node18
Release v9.7.2
Changelogs:
- Fix compatibility with Node18 by switching module management in native way
Release v9.7.1
Changelogs:
- Fix mvn local repository publish
Release v9.7.0
Changelogs:
- Add Openapi 3.1.0 support
Release v9.6.1
Changelogs:
- Change command exit code when at least one specs is in error