Releases: usabilla/openapi3-validator
Releases · usabilla/openapi3-validator
1.0.0
1.0.0
Minor functionality improvements
Update of the release process - switch to eve to create a release
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 1
enhancement
v0.3.0
New features:
- possibility to lookup for open API spec file(s) in the provided path tree with support of wildcards
- possibility to validate multiple open API spec files via full path(s)
- possibility to validate multiple open API spec files via url(s)
- explicit command line named arguments support
The tool still can be used in legacy mode for existing CI/CD pipelines support.
Repo has been migrated to the github actions instead of travis-ci.
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 1
enhancement
- 14: Add possibility to not fail validation if spec file is missing thanks to @vadzim-kazak
- 12: Add release action workflow thanks to @vadzim-kazak
- 11: The openapi3-validator tool enhancements thanks to @vadzim-kazak
bug
- 13: Fix legacy mode using issue thanks to @vadzim-kazak
v0.2.0
This version makes it easier to execute the container by providing an entrypoint.
The size of the container was also drastically reduced to ensure that it's easy and fast to use the project.
Total issues resolved: 3
- 5: Use Travis-CI instead of Circle-CI thanks to @lcobucci
- 6: Improve docker image thanks to @lcobucci
- 7: Fix shared volume syntax thanks to @lcobucci
v0.1.0
This version introduces the very basic functionality for validating OpenAPI v3 specs.
Total issues resolved: 4
- 1: Reformat according to PEP8 thanks to @rdohms
- 2: Improve output of validation thanks to @rdohms
- 3: Add Circle-CI configuration thanks to @lcobucci
- 4: Load external specs through http and https thanks to @kejwmen