Releases: Tufin/oasdiff
Releases · Tufin/oasdiff
v1.10.7
Changelog
- 957bdc6 Bump github.com/oasdiff/go-common from 0.2.28 to 0.2.29 (#484)
- a7cb2ad skip added required properties in the response-property-became-required check (#487)
- 6367fb6 revert
- ad3cdf6 go build
- 63bd9f0 Merge branch 'main' of https://github.com/Tufin/oasdiff
- 3f4730f fix build on push
- a31fd62 remove unused bc_diff (#485)
- e4d777b refactor errors (#483)
- e17f870 Bump github.com/yuin/goldmark from 1.6.0 to 1.7.0 (#486)
- b91141d Update COMMON-PARAMS.md
v1.10.6
Changelog
- a3b4664 OpenAPI Common Parameters (#479)
- 270ba7b Update DELTA.md (#480)
- e7d7d64 documentation (#478)
- 8b6e8c9 add property name to the response's type/format change message (#477)
- 64535de delta (#473)
- a8392c1 Bump cloud.google.com/go from 0.111.0 to 0.112.0 (#472)
- a2470e3 update Breaking Changes to Enum Values
- 76e7440 lower-min-go-ver (#471)
v1.10.5
v1.10.4
v1.10.3
v1.10.2
v1.10.1
v1.10.0
This release adds the ability to control color output with a new color=auto|never|always
flag.
Please note:
- the default mode
--color auto
is backward compatible except that output intext
format is always multi-line regardless of color mode - a new output format
singleline
was added to provide backward compatibility with the old single-line output for auto-detected piped output
For example, these two commands are equivalent on Unix:
oasdiff breaking data/openapi-test3.yaml data/openapi-test1.yaml -f singleline --color never
oasdiff breaking data/openapi-test3.yaml data/openapi-test1.yaml | cat
In addition:
- some breaking change/changelog messages have slight modifications (e.g added quotes around values), this could break the ‘ignore’ configuration files
- a new field ‘section’ was added to json/yaml output of breaking changes/changelog