This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.
What's Changed
- Change yaml library to
go.yaml.in/yaml/v3by @harryzcy in #1935 - change yaml library to go.yaml.in/yaml/v3 by @boekkooi-impossiblecloud in #1772
New Contributors
- @harryzcy made their first contribution in #1935
- @boekkooi-impossiblecloud made their first contribution in #1772
Full Changelog: v1.12.0...v1.12.1
What's Changed
- Change yaml library to
go.yaml.in/yaml/v3by @harryzcy in #1935 - change yaml library to go.yaml.in/yaml/v3 by @boekkooi-impossiblecloud in #1772
New Contributors
- @harryzcy made their first contribution in #1935
- @boekkooi-impossiblecloud made their first contribution in #1772
Full Changelog: v1.12.0...v1.12.1