Releases: oasdiff/oasdiff
Releases · oasdiff/oasdiff
v1.11.8
Changelog
- c75875f Merge pull request #751 from oasdiff/go-1.25
- 8cce85f Fix golangci-lint for Go 1.25 by using goinstall mode
- 33beb18 Merge main and resolve go.mod conflict
- 15217b3 Merge pull request #780 from oasdiff/fix/issue-767-exploded-param-self-match
- 3aeb15b Fix false positive diff when exploded param name matches property name
- 754626c Merge pull request #774 from greyhairredbear/patch-1
- cd9484e Merge pull request #777 from oasdiff/772-installation-script-of-the-plugin-on-linux-doesnt-work-anymore
- c59a83f Merge pull request #778 from oasdiff/dependabot/go_modules/github.com/yuin/goldmark-1.7.16
- 568e563 Bump github.com/yuin/goldmark from 1.7.14 to 1.7.16
- 8fd83ff Fix install script failing when version cannot be determined (#772)
- b7c0230 Merge pull request #756 from oasdiff/dependabot/go_modules/github.com/getkin/kin-openapi-0.133.0
- 9ba0fe2 Merge remote-tracking branch 'origin/main' into dependabot/go_modules/github.com/getkin/kin-openapi-0.133.0
- 1e4e427 Replace deprecated Uint64Ptr with Ptr
- 5fc7b5f Fix failing test in load/spec_info_unix_test.go
- 2423bd9 Merge pull request #763 from oasdiff/dependabot/go_modules/github.com/spf13/viper-1.21.0
- 00cad66 Merge branch 'main' into dependabot/go_modules/github.com/spf13/viper-1.21.0
- 8455646 Merge pull request #764 from oasdiff/dependabot/go_modules/cloud.google.com/go-0.123.0
- cedc04e Merge branch 'main' into dependabot/go_modules/cloud.google.com/go-0.123.0
- d2c142a Merge pull request #773 from oasdiff/dependabot/go_modules/github.com/spf13/cobra-1.10.2
- a585e16 Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra-1.10.2
- c6d967d Merge pull request #775 from oasdiff/dependabot/go_modules/github.com/yuin/goldmark-1.7.14
- c106714 Merge branch 'main' into dependabot/go_modules/github.com/yuin/goldmark-1.7.14
- 530bad7 Merge pull request #776 from oasdiff/remove-claude-code-review
- 870cf23 remove review workflow for claude
- b636856 Bump github.com/yuin/goldmark from 1.7.13 to 1.7.14
- 703711d chore: remove tap from homebrew install instructions
- 51a26ce Bump github.com/spf13/cobra from 1.10.1 to 1.10.2
- c7e237e Bump cloud.google.com/go from 0.122.0 to 0.123.0
- c0584f7 Bump github.com/spf13/viper from 1.20.1 to 1.21.0
- b91b8e2 Bump github.com/getkin/kin-openapi from 0.132.0 to 0.133.0
- 1ae5c65 Merge pull request #757 from oasdiff/dependabot/go_modules/github.com/stretchr/testify-1.11.1
- 47756e4 Merge pull request #759 from oasdiff/dependabot/go_modules/github.com/spf13/cobra-1.10.1
- 1e65876 Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
- 8d84d54 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
- 482d32f Merge pull request #761 from oasdiff/dependabot/go_modules/github.com/spf13/pflag-1.0.10
- 0106864 Merge pull request #762 from oasdiff/dependabot/go_modules/cloud.google.com/go-0.122.0
- f34d54a Bump cloud.google.com/go from 0.121.6 to 0.122.0
- 853000b Bump github.com/spf13/pflag from 1.0.7 to 1.0.10
- 5d92d23 Merge pull request #755 from oasdiff/dependabot/go_modules/github.com/stretchr/testify-1.11.0
- 5ad98da Bump github.com/stretchr/testify from 1.10.0 to 1.11.0
- cbb6a05 Merge pull request #754 from oasdiff/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
- e865257 Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0
- eb6d69d upgrade to go 1.25
v1.11.7
Changelog
- fc23f9b fix html encoding
- 0584981 exclude localizations.go from final diff
- e209768 another attempt to fix the build
- 43199a9 Fix cache corruption issues in GitHub workflow
- e39d85d Update generated localization file with latest timestamp
- bc5ea67 Fix GitHub workflow cache issues and add localization generation
- 8063989 add charset UTF-8 to the HTML template
- 43d7801 fix russian messages
v1.11.6
Changelog
- 6d4c193 Update OASDIFF-SERVICE.md
- 5aa50ac Merge pull request #753 from oasdiff/dependabot/go_modules/cloud.google.com/go-0.121.6
- 651797c Bump cloud.google.com/go from 0.121.5 to 0.121.6
- 984335f remove patch methods (#750)
- b66c8a8 fix cache (#749)
- 83bdced fix format
- 926a292 document formatters
- 538e749 run doc-breaking-changes in make test
- aeae205 run go fmt in make lint
- 5ef0a8a ignore claude files
- 110147d Bump cloud.google.com/go from 0.121.4 to 0.121.5 (#747)
- 7b1c297 feature: exploded parameter semantic equivalence (#744)
- dcbfdc7 Add Claude Code GitHub Workflow (#743)
- 2213b0f add spanish messages (#742)
- aa42d36 update checker/localizations/localizations.go (#741)
- c30ec02 fixed all localization discrepancies (#740)
- 1d96150 Update BREAKING-CHANGES.md
- f24fd66 improve documentation with examples folder (#739)
- de2844e Improve make file (#738)
- a124dc7 feature: list-of-types (#736)
- 9c181be clarify custom templates feature
v1.11.5
Changelog
- dd859ec feature: custom markdown templates (#734)
- 3f9aee7 Bump github.com/yuin/goldmark from 1.7.12 to 1.7.13 (#731)
- b902374 Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (#728)
- 0bcf8c1 Bump cloud.google.com/go from 0.121.3 to 0.121.4 (#729)
- 9e4665f correct path
- 5a226e6 document install.sh
- 31d6323 point to components instead of embedding in diff (#725)
- 685f943 pinned version (#724)
- 9a44de6 re-add mistakenly removed request-parameter-x-extensible-enum-value-removed (#721)
- d68743c Fix pattern addition detection: Change severity from WARN to ERROR for breaking changes (#720)
- dcf4f18 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#718)
- ab901ac Fix invalid comparison operator (#713)
- 0a7f68f Bump cloud.google.com/go from 0.121.2 to 0.121.3 (#715)
- c1a1ab7 Bump cloud.google.com/go from 0.121.1 to 0.121.2 (#709)
- 283f6a4 Bump github.com/yuin/goldmark from 1.7.11 to 1.7.12 (#707)
- 21f8884 Bump github.com/wI2L/jsondiff from 0.6.1 to 0.7.0 (#703)
- 9094f49 Bump cloud.google.com/go from 0.121.0 to 0.121.1 (#704)
v1.11.4
Changelog
- 40650c8 response-media-type-changed (#695)
- 1d508f5 Update DEPRECATION.md
- 853acf3 Update DEPRECATION.md
- a5b4a88 Bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0 (#698)
- 0081bea Bump cloud.google.com/go from 0.120.1 to 0.121.0 (#697)
- 1ecaecb Bump github.com/yuin/goldmark from 1.7.10 to 1.7.11 (#696)
- 89685ef fix n/a in report titles (#694)
v1.11.3
v1.11.2
Changelog
- 6a9122b Bump github.com/yuin/goldmark from 1.7.8 to 1.7.9 (#690)
- b866c2d Bump cloud.google.com/go from 0.120.0 to 0.120.1 (#691)
- 40cdeb5 fix isJsonMediaType (#688)
- e071dfb Update README.md (#687)
- a99f303 Add pt br in breaking change and changelog (#685)
- da97d3c request-body-removed (#682)
- 4813010 Bump github.com/spf13/viper from 1.20.0 to 1.20.1 (#679)
- d721a21 Bump cloud.google.com/go from 0.119.0 to 0.120.0 (#677)
- 50941c1 Bump github.com/getkin/kin-openapi from 0.130.0 to 0.131.0 (#676)
- 4dc91f7 fix json with exclude-elements (#675)
- fd1fed3 Bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#672)
- 29fb3dc Bump github.com/getkin/kin-openapi from 0.129.0 to 0.130.0 (#673)
- fe0225f Bump cloud.google.com/go from 0.118.3 to 0.119.0 (#671)
- 22e7c33 move to https://godoc.org/github.com/oasdiff/oasdiff (#668)
v1.11.1
v1.11.0
v1.10.29
Changelog
- 1fc6d41 fix panics (#658)
- 569582a flatten - resolve a single circular item reference within an allOf (#656)
- 647c0c3 upgade go 1.24 (#655)
- 8cc3ac9 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#653)
- 6f903b3 add markdown format as alias for markup (#651)
- 04f9c59 Update README.md (#649)
- b85e200 Bump cloud.google.com/go from 0.118.1 to 0.118.2 (#648)