chore(deps): update module github.com/stretchr/testify to v1.11.1 #3

Merged
notarock-s-renovate[bot] merged 1 commit from renovate/github.com-stretchr-testify-1.x into master 2026-03-04 02:20:21 +00:00
notarock-s-renovate[bot] commented 2026-03-04 02:18:47 +00:00 (Migrated from github.com)

This PR contains the following updates:

Package Type Update Change
github.com/stretchr/testify require minor v1.7.0v1.11.1

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2

v1.8.1

Compare Source

What's Changed

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0

v1.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5

v1.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4

v1.7.3

Compare Source

What's Changed

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3

v1.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://redirect.github.com/stretchr/testify) | require | minor | `v1.7.0` → `v1.11.1` | --- ### Release Notes <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.11.1`](https://redirect.github.com/stretchr/testify/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.11.0...v1.11.1) This release fixes [#&#8203;1785](https://redirect.github.com/stretchr/testify/issues/1785) introduced in v1.11.0 where expected argument values implementing the stringer interface (`String() string`) with a method which mutates their value, when passed to mock.Mock.On (`m.On("Method", <expected>).Return()`) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case. #### What's Changed - Backport [#&#8203;1786](https://redirect.github.com/stretchr/testify/issues/1786) to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1788](https://redirect.github.com/stretchr/testify/pull/1788) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1> ### [`v1.11.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.10.0...v1.11.0) #### What's Changed ##### Functional Changes v1.11.0 Includes a number of performance improvements. - Call stack perf change for CallerInfo by [@&#8203;mikeauclair](https://redirect.github.com/mikeauclair) in [#&#8203;1614](https://redirect.github.com/stretchr/testify/pull/1614) - Lazily render mock diff output on successful match by [@&#8203;mikeauclair](https://redirect.github.com/mikeauclair) in [#&#8203;1615](https://redirect.github.com/stretchr/testify/pull/1615) - assert: check early in Eventually, EventuallyWithT, and Never by [@&#8203;cszczepaniak](https://redirect.github.com/cszczepaniak) in [#&#8203;1427](https://redirect.github.com/stretchr/testify/pull/1427) - assert: add IsNotType by [@&#8203;bartventer](https://redirect.github.com/bartventer) in [#&#8203;1730](https://redirect.github.com/stretchr/testify/pull/1730) - assert.JSONEq: shortcut if same strings by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1754](https://redirect.github.com/stretchr/testify/pull/1754) - assert.YAMLEq: shortcut if same strings by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1755](https://redirect.github.com/stretchr/testify/pull/1755) - assert: faster and simpler isEmpty using reflect.Value.IsZero by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1761](https://redirect.github.com/stretchr/testify/pull/1761) - suite: faster methods filtering (internal refactor) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1758](https://redirect.github.com/stretchr/testify/pull/1758) ##### Fixes - assert.ErrorAs: log target type by [@&#8203;craig65535](https://redirect.github.com/craig65535) in [#&#8203;1345](https://redirect.github.com/stretchr/testify/pull/1345) - Fix failure message formatting for Positive and Negative asserts in [#&#8203;1062](https://redirect.github.com/stretchr/testify/pull/1062) - Improve ErrorIs message when error is nil but an error was expected by [@&#8203;tsioftas](https://redirect.github.com/tsioftas) in [#&#8203;1681](https://redirect.github.com/stretchr/testify/pull/1681) - fix Subset/NotSubset when calling with mixed input types by [@&#8203;siliconbrain](https://redirect.github.com/siliconbrain) in [#&#8203;1729](https://redirect.github.com/stretchr/testify/pull/1729) - Improve ErrorAs failure message when error is nil by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1734](https://redirect.github.com/stretchr/testify/pull/1734) - mock.AssertNumberOfCalls: improve error msg by [@&#8203;3scalation](https://redirect.github.com/3scalation) in [#&#8203;1743](https://redirect.github.com/stretchr/testify/pull/1743) ##### Documentation, Build & CI - docs: Fix typo in README by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1688](https://redirect.github.com/stretchr/testify/pull/1688) - Replace deprecated io/ioutil with io and os by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1684](https://redirect.github.com/stretchr/testify/pull/1684) - Document consequences of calling t.FailNow() by [@&#8203;greg0ire](https://redirect.github.com/greg0ire) in [#&#8203;1710](https://redirect.github.com/stretchr/testify/pull/1710) - chore: update docs for Unset [#&#8203;1621](https://redirect.github.com/stretchr/testify/issues/1621) by [@&#8203;techfg](https://redirect.github.com/techfg) in [#&#8203;1709](https://redirect.github.com/stretchr/testify/pull/1709) - README: apply gofmt to examples by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1687](https://redirect.github.com/stretchr/testify/pull/1687) - refactor: use %q and %T to simplify fmt.Sprintf by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1674](https://redirect.github.com/stretchr/testify/pull/1674) - Propose Christophe Colombier (ccoVeille) as approver by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1716](https://redirect.github.com/stretchr/testify/pull/1716) - Update documentation for the Error function in assert or require package by [@&#8203;architagr](https://redirect.github.com/architagr) in [#&#8203;1675](https://redirect.github.com/stretchr/testify/pull/1675) - assert: remove deprecated build constraints by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1671](https://redirect.github.com/stretchr/testify/pull/1671) - assert: apply gofumpt to internal test suite by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1739](https://redirect.github.com/stretchr/testify/pull/1739) - CI: fix shebang in .ci.\*.sh scripts by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1746](https://redirect.github.com/stretchr/testify/pull/1746) - assert,require: enable parallel testing on (almost) all top tests by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1747](https://redirect.github.com/stretchr/testify/pull/1747) - suite.Passed: add one more status test report by [@&#8203;Ararsa-Derese](https://redirect.github.com/Ararsa-Derese) in [#&#8203;1706](https://redirect.github.com/stretchr/testify/pull/1706) - Add Helper() method in internal mocks and assert.CollectT by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1423](https://redirect.github.com/stretchr/testify/pull/1423) - assert.Same/NotSame: improve usage of Sprintf by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1742](https://redirect.github.com/stretchr/testify/pull/1742) - mock: enable parallel testing on internal testsuite by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1756](https://redirect.github.com/stretchr/testify/pull/1756) - suite: cleanup use of 'testing' internals at runtime by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1751](https://redirect.github.com/stretchr/testify/pull/1751) - assert: check test failure message for Empty and NotEmpty by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1745](https://redirect.github.com/stretchr/testify/pull/1745) - deps: fix dependency cycle with objx (again) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1567](https://redirect.github.com/stretchr/testify/pull/1567) - assert.Empty: comprehensive doc of "Empty"-ness rules by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1753](https://redirect.github.com/stretchr/testify/pull/1753) - doc: improve godoc of top level 'testify' package by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1760](https://redirect.github.com/stretchr/testify/pull/1760) - assert.ErrorAs: simplify retrieving the type name by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1740](https://redirect.github.com/stretchr/testify/pull/1740) - assert.EqualValues: improve test coverage to 100% by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1763](https://redirect.github.com/stretchr/testify/pull/1763) - suite.Run: simplify running of Setup/TeardownSuite by [@&#8203;renzoarreaza](https://redirect.github.com/renzoarreaza) in [#&#8203;1769](https://redirect.github.com/stretchr/testify/pull/1769) - assert.CallerInfo: micro optimization by using LastIndexByte by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1767](https://redirect.github.com/stretchr/testify/pull/1767) - assert.CallerInfo: micro cleanup by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1768](https://redirect.github.com/stretchr/testify/pull/1768) - assert: refactor Test*FileExists and Test*DirExists tests to enable parallel testing by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1766](https://redirect.github.com/stretchr/testify/pull/1766) - suite.Run: refactor handling of stats for improved readability by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1764](https://redirect.github.com/stretchr/testify/pull/1764) - tests: improve captureTestingT helper by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1741](https://redirect.github.com/stretchr/testify/pull/1741) - build(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1778](https://redirect.github.com/stretchr/testify/pull/1778) #### New Contributors - [@&#8203;greg0ire](https://redirect.github.com/greg0ire) made their first contribution in [#&#8203;1710](https://redirect.github.com/stretchr/testify/pull/1710) - [@&#8203;techfg](https://redirect.github.com/techfg) made their first contribution in [#&#8203;1709](https://redirect.github.com/stretchr/testify/pull/1709) - [@&#8203;mikeauclair](https://redirect.github.com/mikeauclair) made their first contribution in [#&#8203;1614](https://redirect.github.com/stretchr/testify/pull/1614) - [@&#8203;cszczepaniak](https://redirect.github.com/cszczepaniak) made their first contribution in [#&#8203;1427](https://redirect.github.com/stretchr/testify/pull/1427) - [@&#8203;architagr](https://redirect.github.com/architagr) made their first contribution in [#&#8203;1675](https://redirect.github.com/stretchr/testify/pull/1675) - [@&#8203;tsioftas](https://redirect.github.com/tsioftas) made their first contribution in [#&#8203;1681](https://redirect.github.com/stretchr/testify/pull/1681) - [@&#8203;siliconbrain](https://redirect.github.com/siliconbrain) made their first contribution in [#&#8203;1729](https://redirect.github.com/stretchr/testify/pull/1729) - [@&#8203;bartventer](https://redirect.github.com/bartventer) made their first contribution in [#&#8203;1730](https://redirect.github.com/stretchr/testify/pull/1730) - [@&#8203;Ararsa-Derese](https://redirect.github.com/Ararsa-Derese) made their first contribution in [#&#8203;1706](https://redirect.github.com/stretchr/testify/pull/1706) - [@&#8203;renzoarreaza](https://redirect.github.com/renzoarreaza) made their first contribution in [#&#8203;1769](https://redirect.github.com/stretchr/testify/pull/1769) - [@&#8203;3scalation](https://redirect.github.com/3scalation) made their first contribution in [#&#8203;1743](https://redirect.github.com/stretchr/testify/pull/1743) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0> ### [`v1.10.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.9.0...v1.10.0) #### What's Changed ##### Functional Changes - Add PanicAssertionFunc by [@&#8203;fahimbagar](https://redirect.github.com/fahimbagar) in [#&#8203;1337](https://redirect.github.com/stretchr/testify/pull/1337) - assert: deprecate CompareType by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1566](https://redirect.github.com/stretchr/testify/pull/1566) - assert: make YAML dependency pluggable via build tags by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1579](https://redirect.github.com/stretchr/testify/pull/1579) - assert: new assertion NotElementsMatch by [@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) in [#&#8203;1600](https://redirect.github.com/stretchr/testify/pull/1600) - mock: in order mock calls by [@&#8203;ReyOrtiz](https://redirect.github.com/ReyOrtiz) in [#&#8203;1637](https://redirect.github.com/stretchr/testify/pull/1637) - Add assertion for NotErrorAs by [@&#8203;palsivertsen](https://redirect.github.com/palsivertsen) in [#&#8203;1129](https://redirect.github.com/stretchr/testify/pull/1129) - Record Return Arguments of a Call by [@&#8203;jayd3e](https://redirect.github.com/jayd3e) in [#&#8203;1636](https://redirect.github.com/stretchr/testify/pull/1636) - assert.EqualExportedValues: accepts everything by [@&#8203;redachl](https://redirect.github.com/redachl) in [#&#8203;1586](https://redirect.github.com/stretchr/testify/pull/1586) ##### Fixes - assert: make tHelper a type alias by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1562](https://redirect.github.com/stretchr/testify/pull/1562) - Do not get argument again unnecessarily in Arguments.Error() by [@&#8203;TomWright](https://redirect.github.com/TomWright) in [#&#8203;820](https://redirect.github.com/stretchr/testify/pull/820) - Fix time.Time compare by [@&#8203;myxo](https://redirect.github.com/myxo) in [#&#8203;1582](https://redirect.github.com/stretchr/testify/pull/1582) - assert.Regexp: handle \[]byte array properly by [@&#8203;kevinburkesegment](https://redirect.github.com/kevinburkesegment) in [#&#8203;1587](https://redirect.github.com/stretchr/testify/pull/1587) - assert: collect.FailNow() should not panic by [@&#8203;marshall-lee](https://redirect.github.com/marshall-lee) in [#&#8203;1481](https://redirect.github.com/stretchr/testify/pull/1481) - mock: simplify implementation of FunctionalOptions by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1571](https://redirect.github.com/stretchr/testify/pull/1571) - mock: caller information for unexpected method call by [@&#8203;spirin](https://redirect.github.com/spirin) in [#&#8203;1644](https://redirect.github.com/stretchr/testify/pull/1644) - suite: fix test failures by [@&#8203;stevenh](https://redirect.github.com/stevenh) in [#&#8203;1421](https://redirect.github.com/stretchr/testify/pull/1421) - Fix issue [#&#8203;1662](https://redirect.github.com/stretchr/testify/issues/1662) (comparing infs should fail) by [@&#8203;ybrustin](https://redirect.github.com/ybrustin) in [#&#8203;1663](https://redirect.github.com/stretchr/testify/pull/1663) - NotSame should fail if args are not pointers [#&#8203;1661](https://redirect.github.com/stretchr/testify/issues/1661) by [@&#8203;sikehish](https://redirect.github.com/sikehish) in [#&#8203;1664](https://redirect.github.com/stretchr/testify/pull/1664) - Increase timeouts in Test\_Mock\_Called\_blocks to reduce flakiness in CI by [@&#8203;sikehish](https://redirect.github.com/sikehish) in [#&#8203;1667](https://redirect.github.com/stretchr/testify/pull/1667) - fix: compare functional option names for indirect calls by [@&#8203;arjun-1](https://redirect.github.com/arjun-1) in [#&#8203;1626](https://redirect.github.com/stretchr/testify/pull/1626) ##### Documentation, Build & CI - .gitignore: ignore "go test -c" binaries by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1565](https://redirect.github.com/stretchr/testify/pull/1565) - mock: improve doc by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1570](https://redirect.github.com/stretchr/testify/pull/1570) - mock: fix FunctionalOptions docs by [@&#8203;snirye](https://redirect.github.com/snirye) in [#&#8203;1433](https://redirect.github.com/stretchr/testify/pull/1433) - README: link out to the excellent testifylint by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1568](https://redirect.github.com/stretchr/testify/pull/1568) - assert: fix typo in comment by [@&#8203;JohnEndson](https://redirect.github.com/JohnEndson) in [#&#8203;1580](https://redirect.github.com/stretchr/testify/pull/1580) - Correct the EventuallyWithT and EventuallyWithTf example by [@&#8203;JonCrowther](https://redirect.github.com/JonCrowther) in [#&#8203;1588](https://redirect.github.com/stretchr/testify/pull/1588) - CI: bump softprops/action-gh-release from 1 to 2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1575](https://redirect.github.com/stretchr/testify/pull/1575) - mock: document more alternatives to deprecated AnythingOfTypeArgument by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1569](https://redirect.github.com/stretchr/testify/pull/1569) - assert: Correctly document EqualValues behavior by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1593](https://redirect.github.com/stretchr/testify/pull/1593) - fix: grammar in godoc by [@&#8203;miparnisari](https://redirect.github.com/miparnisari) in [#&#8203;1607](https://redirect.github.com/stretchr/testify/pull/1607) - .github/workflows: Run tests for Go 1.22 by [@&#8203;HaraldNordgren](https://redirect.github.com/HaraldNordgren) in [#&#8203;1629](https://redirect.github.com/stretchr/testify/pull/1629) - Document suite's lack of support for t.Parallel by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1645](https://redirect.github.com/stretchr/testify/pull/1645) - assert: fix typos in comments by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1650](https://redirect.github.com/stretchr/testify/pull/1650) - mock: fix doc comment for NotBefore by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1651](https://redirect.github.com/stretchr/testify/pull/1651) - Generate better comments for require package by [@&#8203;Neokil](https://redirect.github.com/Neokil) in [#&#8203;1610](https://redirect.github.com/stretchr/testify/pull/1610) - README: replace Testify V2 notice with [@&#8203;dolmen](https://redirect.github.com/dolmen)'s V2 manifesto by [@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) in [#&#8203;1518](https://redirect.github.com/stretchr/testify/pull/1518) #### New Contributors - [@&#8203;fahimbagar](https://redirect.github.com/fahimbagar) made their first contribution in [#&#8203;1337](https://redirect.github.com/stretchr/testify/pull/1337) - [@&#8203;TomWright](https://redirect.github.com/TomWright) made their first contribution in [#&#8203;820](https://redirect.github.com/stretchr/testify/pull/820) - [@&#8203;snirye](https://redirect.github.com/snirye) made their first contribution in [#&#8203;1433](https://redirect.github.com/stretchr/testify/pull/1433) - [@&#8203;myxo](https://redirect.github.com/myxo) made their first contribution in [#&#8203;1582](https://redirect.github.com/stretchr/testify/pull/1582) - [@&#8203;JohnEndson](https://redirect.github.com/JohnEndson) made their first contribution in [#&#8203;1580](https://redirect.github.com/stretchr/testify/pull/1580) - [@&#8203;JonCrowther](https://redirect.github.com/JonCrowther) made their first contribution in [#&#8203;1588](https://redirect.github.com/stretchr/testify/pull/1588) - [@&#8203;miparnisari](https://redirect.github.com/miparnisari) made their first contribution in [#&#8203;1607](https://redirect.github.com/stretchr/testify/pull/1607) - [@&#8203;marshall-lee](https://redirect.github.com/marshall-lee) made their first contribution in [#&#8203;1481](https://redirect.github.com/stretchr/testify/pull/1481) - [@&#8203;spirin](https://redirect.github.com/spirin) made their first contribution in [#&#8203;1644](https://redirect.github.com/stretchr/testify/pull/1644) - [@&#8203;ReyOrtiz](https://redirect.github.com/ReyOrtiz) made their first contribution in [#&#8203;1637](https://redirect.github.com/stretchr/testify/pull/1637) - [@&#8203;stevenh](https://redirect.github.com/stevenh) made their first contribution in [#&#8203;1421](https://redirect.github.com/stretchr/testify/pull/1421) - [@&#8203;jayd3e](https://redirect.github.com/jayd3e) made their first contribution in [#&#8203;1636](https://redirect.github.com/stretchr/testify/pull/1636) - [@&#8203;Neokil](https://redirect.github.com/Neokil) made their first contribution in [#&#8203;1610](https://redirect.github.com/stretchr/testify/pull/1610) - [@&#8203;redachl](https://redirect.github.com/redachl) made their first contribution in [#&#8203;1586](https://redirect.github.com/stretchr/testify/pull/1586) - [@&#8203;ybrustin](https://redirect.github.com/ybrustin) made their first contribution in [#&#8203;1663](https://redirect.github.com/stretchr/testify/pull/1663) - [@&#8203;sikehish](https://redirect.github.com/sikehish) made their first contribution in [#&#8203;1664](https://redirect.github.com/stretchr/testify/pull/1664) - [@&#8203;arjun-1](https://redirect.github.com/arjun-1) made their first contribution in [#&#8203;1626](https://redirect.github.com/stretchr/testify/pull/1626) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0> ### [`v1.9.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.9.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.4...v1.9.0) #### What's Changed - Fix Go modules version by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;1394](https://redirect.github.com/stretchr/testify/pull/1394) - Document that require is not safe to call in created goroutines by [@&#8203;programmer04](https://redirect.github.com/programmer04) in [#&#8203;1392](https://redirect.github.com/stretchr/testify/pull/1392) - Remove myself from MAINTAINERS.md by [@&#8203;mvdkleijn](https://redirect.github.com/mvdkleijn) in [#&#8203;1367](https://redirect.github.com/stretchr/testify/pull/1367) - Correct spelling/grammar by [@&#8203;echarrod](https://redirect.github.com/echarrod) in [#&#8203;1389](https://redirect.github.com/stretchr/testify/pull/1389) - docs: Update URLs in README by [@&#8203;davidjb](https://redirect.github.com/davidjb) in [#&#8203;1349](https://redirect.github.com/stretchr/testify/pull/1349) - Update mockery link to Github Pages in README by [@&#8203;LandonTClipp](https://redirect.github.com/LandonTClipp) in [#&#8203;1346](https://redirect.github.com/stretchr/testify/pull/1346) - docs: Fix typos in tests and comments by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1410](https://redirect.github.com/stretchr/testify/pull/1410) - CI: tests from go1.17 by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;1409](https://redirect.github.com/stretchr/testify/pull/1409) - Fix adding ? when no values passed by [@&#8203;lesichkovm](https://redirect.github.com/lesichkovm) in [#&#8203;1320](https://redirect.github.com/stretchr/testify/pull/1320) - codegen: use standard header for generated files by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1406](https://redirect.github.com/stretchr/testify/pull/1406) - mock: AssertExpectations log reason only on failure by [@&#8203;hikyaru-suzuki](https://redirect.github.com/hikyaru-suzuki) in [#&#8203;1360](https://redirect.github.com/stretchr/testify/pull/1360) - assert: fix flaky TestNeverTrue by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1417](https://redirect.github.com/stretchr/testify/pull/1417) - README: fix typos "set up" vs "setup" by [@&#8203;ossan-dev](https://redirect.github.com/ossan-dev) in [#&#8203;1428](https://redirect.github.com/stretchr/testify/pull/1428) - mock: move regexp compilation outside of `Called` by [@&#8203;aud10slave](https://redirect.github.com/aud10slave) in [#&#8203;631](https://redirect.github.com/stretchr/testify/pull/631) - assert: refactor internal func getLen() by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1445](https://redirect.github.com/stretchr/testify/pull/1445) - mock: deprecate type AnythingOfTypeArgument ([#&#8203;1434](https://redirect.github.com/stretchr/testify/issues/1434)) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1441](https://redirect.github.com/stretchr/testify/pull/1441) - Remove no longer needed assert.canConvert by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1470](https://redirect.github.com/stretchr/testify/pull/1470) - assert: ObjectsAreEqual: use time.Equal for time.Time types by [@&#8203;tscales](https://redirect.github.com/tscales) in [#&#8203;1464](https://redirect.github.com/stretchr/testify/pull/1464) - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1466](https://redirect.github.com/stretchr/testify/pull/1466) - Bump actions/setup-go from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1451](https://redirect.github.com/stretchr/testify/pull/1451) - fix: make EventuallyWithT concurrency safe by [@&#8203;czeslavo](https://redirect.github.com/czeslavo) in [#&#8203;1395](https://redirect.github.com/stretchr/testify/pull/1395) - assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by [@&#8203;hidu](https://redirect.github.com/hidu) in [#&#8203;1484](https://redirect.github.com/stretchr/testify/pull/1484) - assert.EqualExportedValues: fix handling of arrays by [@&#8203;zrbecker](https://redirect.github.com/zrbecker) in [#&#8203;1473](https://redirect.github.com/stretchr/testify/pull/1473) - .github: use latest Go versions by [@&#8203;kevinburkesegment](https://redirect.github.com/kevinburkesegment) in [#&#8203;1489](https://redirect.github.com/stretchr/testify/pull/1489) - assert: Deprecate EqualExportedValues by [@&#8203;HaraldNordgren](https://redirect.github.com/HaraldNordgren) in [#&#8203;1488](https://redirect.github.com/stretchr/testify/pull/1488) - suite: refactor test assertions by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1474](https://redirect.github.com/stretchr/testify/pull/1474) - suite: fix SetupSubTest and TearDownSubTest execution order by [@&#8203;linusbarth](https://redirect.github.com/linusbarth) in [#&#8203;1471](https://redirect.github.com/stretchr/testify/pull/1471) - docs: Fix deprecation comments for http package by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1335](https://redirect.github.com/stretchr/testify/pull/1335) - Add map support doc comments to Subset and NotSubset by [@&#8203;jedevc](https://redirect.github.com/jedevc) in [#&#8203;1306](https://redirect.github.com/stretchr/testify/pull/1306) - TestErrorIs/TestNotErrorIs: check error message contents by [@&#8203;craig65535](https://redirect.github.com/craig65535) in [#&#8203;1435](https://redirect.github.com/stretchr/testify/pull/1435) - suite: fix subtest names (fix [#&#8203;1501](https://redirect.github.com/stretchr/testify/issues/1501)) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1504](https://redirect.github.com/stretchr/testify/pull/1504) - assert: improve unsafe.Pointer tests by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1505](https://redirect.github.com/stretchr/testify/pull/1505) - assert: simplify isNil implementation by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1506](https://redirect.github.com/stretchr/testify/pull/1506) - assert.InEpsilonSlice: fix expected/actual order and other improvements by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1483](https://redirect.github.com/stretchr/testify/pull/1483) - Fix dependency cycle with objx [#&#8203;1292](https://redirect.github.com/stretchr/testify/issues/1292) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1453](https://redirect.github.com/stretchr/testify/pull/1453) - mock: refactor TestIsArgsEqual by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1444](https://redirect.github.com/stretchr/testify/pull/1444) - mock: optimize argument matching checks by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1416](https://redirect.github.com/stretchr/testify/pull/1416) - assert: fix TestEventuallyTimeout by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1412](https://redirect.github.com/stretchr/testify/pull/1412) - CI: add go 1.21 in GitHub Actions by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1450](https://redirect.github.com/stretchr/testify/pull/1450) - suite: fix recoverAndFailOnPanic to report test failure at the right location by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1502](https://redirect.github.com/stretchr/testify/pull/1502) - Update maintainers by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1533](https://redirect.github.com/stretchr/testify/pull/1533) - assert: Fix EqualValues to handle overflow/underflow by [@&#8203;arjunmahishi](https://redirect.github.com/arjunmahishi) in [#&#8203;1531](https://redirect.github.com/stretchr/testify/pull/1531) - assert: better formatting for Len() error by [@&#8203;kevinburkesegment](https://redirect.github.com/kevinburkesegment) in [#&#8203;1485](https://redirect.github.com/stretchr/testify/pull/1485) - Ensure AssertExpectations does not fail in skipped tests by [@&#8203;ianrose14](https://redirect.github.com/ianrose14) in [#&#8203;1331](https://redirect.github.com/stretchr/testify/pull/1331) - suite: fix deadlock in suite.Require()/Assert() by [@&#8203;arjunmahishi](https://redirect.github.com/arjunmahishi) in [#&#8203;1535](https://redirect.github.com/stretchr/testify/pull/1535) - Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1537](https://redirect.github.com/stretchr/testify/pull/1537) - \[chore] Add issue templates by [@&#8203;arjunmahishi](https://redirect.github.com/arjunmahishi) in [#&#8203;1538](https://redirect.github.com/stretchr/testify/pull/1538) - Update the build status badge by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1540](https://redirect.github.com/stretchr/testify/pull/1540) - Update Github workflows setup-go to V5 by [@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) in [#&#8203;1545](https://redirect.github.com/stretchr/testify/pull/1545) - Support Pointer to Struct in EqualExportedValues by [@&#8203;Lucaber](https://redirect.github.com/Lucaber) in [#&#8203;1517](https://redirect.github.com/stretchr/testify/pull/1517) - README: drop link to gorc by [@&#8203;guettli](https://redirect.github.com/guettli) in [#&#8203;1248](https://redirect.github.com/stretchr/testify/pull/1248) - http\_assertions: honour the msgAndArgs provided with each assertion by [@&#8203;arjunmahishi](https://redirect.github.com/arjunmahishi) in [#&#8203;1548](https://redirect.github.com/stretchr/testify/pull/1548) - fix typos in comments and tests by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1247](https://redirect.github.com/stretchr/testify/pull/1247) - Include the auto-release notes in releases by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1550](https://redirect.github.com/stretchr/testify/pull/1550) - Add `NotImplements` and variants by [@&#8203;hslatman](https://redirect.github.com/hslatman) in [#&#8203;1385](https://redirect.github.com/stretchr/testify/pull/1385) - Add support to compare uintptr by [@&#8203;bogdandrutu](https://redirect.github.com/bogdandrutu) in [#&#8203;1339](https://redirect.github.com/stretchr/testify/pull/1339) - build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1552](https://redirect.github.com/stretchr/testify/pull/1552) #### New Contributors - [@&#8203;SuperQ](https://redirect.github.com/SuperQ) made their first contribution in [#&#8203;1394](https://redirect.github.com/stretchr/testify/pull/1394) - [@&#8203;programmer04](https://redirect.github.com/programmer04) made their first contribution in [#&#8203;1392](https://redirect.github.com/stretchr/testify/pull/1392) - [@&#8203;echarrod](https://redirect.github.com/echarrod) made their first contribution in [#&#8203;1389](https://redirect.github.com/stretchr/testify/pull/1389) - [@&#8203;davidjb](https://redirect.github.com/davidjb) made their first contribution in [#&#8203;1349](https://redirect.github.com/stretchr/testify/pull/1349) - [@&#8203;LandonTClipp](https://redirect.github.com/LandonTClipp) made their first contribution in [#&#8203;1346](https://redirect.github.com/stretchr/testify/pull/1346) - [@&#8203;alexandear](https://redirect.github.com/alexandear) made their first contribution in [#&#8203;1410](https://redirect.github.com/stretchr/testify/pull/1410) - [@&#8203;lesichkovm](https://redirect.github.com/lesichkovm) made their first contribution in [#&#8203;1320](https://redirect.github.com/stretchr/testify/pull/1320) - [@&#8203;dolmen](https://redirect.github.com/dolmen) made their first contribution in [#&#8203;1406](https://redirect.github.com/stretchr/testify/pull/1406) - [@&#8203;hikyaru-suzuki](https://redirect.github.com/hikyaru-suzuki) made their first contribution in [#&#8203;1360](https://redirect.github.com/stretchr/testify/pull/1360) - [@&#8203;ossan-dev](https://redirect.github.com/ossan-dev) made their first contribution in [#&#8203;1428](https://redirect.github.com/stretchr/testify/pull/1428) - [@&#8203;aud10slave](https://redirect.github.com/aud10slave) made their first contribution in [#&#8203;631](https://redirect.github.com/stretchr/testify/pull/631) - [@&#8203;tscales](https://redirect.github.com/tscales) made their first contribution in [#&#8203;1464](https://redirect.github.com/stretchr/testify/pull/1464) - [@&#8203;czeslavo](https://redirect.github.com/czeslavo) made their first contribution in [#&#8203;1395](https://redirect.github.com/stretchr/testify/pull/1395) - [@&#8203;hidu](https://redirect.github.com/hidu) made their first contribution in [#&#8203;1484](https://redirect.github.com/stretchr/testify/pull/1484) - [@&#8203;zrbecker](https://redirect.github.com/zrbecker) made their first contribution in [#&#8203;1473](https://redirect.github.com/stretchr/testify/pull/1473) - [@&#8203;kevinburkesegment](https://redirect.github.com/kevinburkesegment) made their first contribution in [#&#8203;1489](https://redirect.github.com/stretchr/testify/pull/1489) - [@&#8203;linusbarth](https://redirect.github.com/linusbarth) made their first contribution in [#&#8203;1471](https://redirect.github.com/stretchr/testify/pull/1471) - [@&#8203;jedevc](https://redirect.github.com/jedevc) made their first contribution in [#&#8203;1306](https://redirect.github.com/stretchr/testify/pull/1306) - [@&#8203;craig65535](https://redirect.github.com/craig65535) made their first contribution in [#&#8203;1435](https://redirect.github.com/stretchr/testify/pull/1435) - [@&#8203;arjunmahishi](https://redirect.github.com/arjunmahishi) made their first contribution in [#&#8203;1531](https://redirect.github.com/stretchr/testify/pull/1531) - [@&#8203;ianrose14](https://redirect.github.com/ianrose14) made their first contribution in [#&#8203;1331](https://redirect.github.com/stretchr/testify/pull/1331) - [@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) made their first contribution in [#&#8203;1545](https://redirect.github.com/stretchr/testify/pull/1545) - [@&#8203;Lucaber](https://redirect.github.com/Lucaber) made their first contribution in [#&#8203;1517](https://redirect.github.com/stretchr/testify/pull/1517) - [@&#8203;guettli](https://redirect.github.com/guettli) made their first contribution in [#&#8203;1248](https://redirect.github.com/stretchr/testify/pull/1248) - [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) made their first contribution in [#&#8203;1247](https://redirect.github.com/stretchr/testify/pull/1247) - [@&#8203;hslatman](https://redirect.github.com/hslatman) made their first contribution in [#&#8203;1385](https://redirect.github.com/stretchr/testify/pull/1385) - [@&#8203;bogdandrutu](https://redirect.github.com/bogdandrutu) made their first contribution in [#&#8203;1339](https://redirect.github.com/stretchr/testify/pull/1339) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0> ### [`v1.8.4`](https://redirect.github.com/stretchr/testify/releases/tag/v1.8.4) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.3...v1.8.4) #### What's Changed - Create GitHub release when new release tag is pushed by [@&#8203;aldas](https://redirect.github.com/aldas) in [#&#8203;1354](https://redirect.github.com/stretchr/testify/pull/1354) #### New Contributors - [@&#8203;aldas](https://redirect.github.com/aldas) made their first contribution in [#&#8203;1354](https://redirect.github.com/stretchr/testify/pull/1354) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4> ### [`v1.8.3`](https://redirect.github.com/stretchr/testify/releases/tag/v1.8.3) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.2...v1.8.3) #### What's Changed - Compare public elements of struct by [@&#8203;mchlp](https://redirect.github.com/mchlp) in [#&#8203;1309](https://redirect.github.com/stretchr/testify/pull/1309) - assert: fix error message formatting for NotContains by [@&#8203;wwade](https://redirect.github.com/wwade) in [#&#8203;1362](https://redirect.github.com/stretchr/testify/pull/1362) - allow testing for functional options by [@&#8203;nbaztec](https://redirect.github.com/nbaztec) in [#&#8203;1023](https://redirect.github.com/stretchr/testify/pull/1023) - add EventuallyWithT assertion by [@&#8203;tobikris](https://redirect.github.com/tobikris) in [#&#8203;1264](https://redirect.github.com/stretchr/testify/pull/1264) - EqualExportedValues: Handle nested pointer, slice and map fields by [@&#8203;HaraldNordgren](https://redirect.github.com/HaraldNordgren) in [#&#8203;1379](https://redirect.github.com/stretchr/testify/pull/1379) #### New Contributors - [@&#8203;mchlp](https://redirect.github.com/mchlp) made their first contribution in [#&#8203;1309](https://redirect.github.com/stretchr/testify/pull/1309) - [@&#8203;wwade](https://redirect.github.com/wwade) made their first contribution in [#&#8203;1362](https://redirect.github.com/stretchr/testify/pull/1362) - [@&#8203;nbaztec](https://redirect.github.com/nbaztec) made their first contribution in [#&#8203;1023](https://redirect.github.com/stretchr/testify/pull/1023) - [@&#8203;tobikris](https://redirect.github.com/tobikris) made their first contribution in [#&#8203;1264](https://redirect.github.com/stretchr/testify/pull/1264) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3> ### [`v1.8.2`](https://redirect.github.com/stretchr/testify/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.1...v1.8.2) #### What's Changed - Add opportunity to trigger setup/teardown for subtest by [@&#8203;qerdcv](https://redirect.github.com/qerdcv) in [#&#8203;1246](https://redirect.github.com/stretchr/testify/pull/1246) - fix: fix bug for check unsafe.Pointer isNil by [@&#8203;sunpe](https://redirect.github.com/sunpe) in [#&#8203;1319](https://redirect.github.com/stretchr/testify/pull/1319) - Fix Call.Unset() panic (issue [#&#8203;1236](https://redirect.github.com/stretchr/testify/issues/1236)) by [@&#8203;lisitsky](https://redirect.github.com/lisitsky) in [#&#8203;1250](https://redirect.github.com/stretchr/testify/pull/1250) - Fix `CallerInfo()` source file paths by [@&#8203;bozaro](https://redirect.github.com/bozaro) in [#&#8203;1288](https://redirect.github.com/stretchr/testify/pull/1288) - assert: Fix Subset/NotSubset when map is missing keys from the subset by [@&#8203;danielwhite](https://redirect.github.com/danielwhite) in [#&#8203;1261](https://redirect.github.com/stretchr/testify/pull/1261) #### New Contributors - [@&#8203;qerdcv](https://redirect.github.com/qerdcv) made their first contribution in [#&#8203;1246](https://redirect.github.com/stretchr/testify/pull/1246) - [@&#8203;sunpe](https://redirect.github.com/sunpe) made their first contribution in [#&#8203;1319](https://redirect.github.com/stretchr/testify/pull/1319) - [@&#8203;lisitsky](https://redirect.github.com/lisitsky) made their first contribution in [#&#8203;1250](https://redirect.github.com/stretchr/testify/pull/1250) - [@&#8203;bozaro](https://redirect.github.com/bozaro) made their first contribution in [#&#8203;1288](https://redirect.github.com/stretchr/testify/pull/1288) - [@&#8203;danielwhite](https://redirect.github.com/danielwhite) made their first contribution in [#&#8203;1261](https://redirect.github.com/stretchr/testify/pull/1261) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2> ### [`v1.8.1`](https://redirect.github.com/stretchr/testify/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.0...v1.8.1) #### What's Changed - Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1283](https://redirect.github.com/stretchr/testify/pull/1283) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1> ### [`v1.8.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.5...v1.8.0) #### What's Changed - Add WithinTimeRange method by [@&#8203;moolmanruan](https://redirect.github.com/moolmanruan) in [#&#8203;1188](https://redirect.github.com/stretchr/testify/pull/1188) - fix: assert.MapSubset (or just support maps in assert.Subset) by [@&#8203;OladapoAjala](https://redirect.github.com/OladapoAjala) in [#&#8203;1178](https://redirect.github.com/stretchr/testify/pull/1178) - Allow mock expectations to be ordered by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1106](https://redirect.github.com/stretchr/testify/pull/1106) - impr: `CallerInfo` should print full paths to the terminal by [@&#8203;stdedos](https://redirect.github.com/stdedos) in [#&#8203;1201](https://redirect.github.com/stretchr/testify/pull/1201) #### New Contributors - [@&#8203;moolmanruan](https://redirect.github.com/moolmanruan) made their first contribution in [#&#8203;1188](https://redirect.github.com/stretchr/testify/pull/1188) - [@&#8203;OladapoAjala](https://redirect.github.com/OladapoAjala) made their first contribution in [#&#8203;1178](https://redirect.github.com/stretchr/testify/pull/1178) - [@&#8203;stdedos](https://redirect.github.com/stdedos) made their first contribution in [#&#8203;1201](https://redirect.github.com/stretchr/testify/pull/1201) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0> ### [`v1.7.5`](https://redirect.github.com/stretchr/testify/releases/tag/v1.7.5) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.4...v1.7.5) #### What's Changed - Support comparing byte slice by [@&#8203;rleungx](https://redirect.github.com/rleungx) in [#&#8203;1202](https://redirect.github.com/stretchr/testify/pull/1202) - Add .Unset method to mock by [@&#8203;pdufour](https://redirect.github.com/pdufour) in [#&#8203;982](https://redirect.github.com/stretchr/testify/pull/982) - fix(suite) correctly set stats on test panic by [@&#8203;nicoche](https://redirect.github.com/nicoche) in [#&#8203;1195](https://redirect.github.com/stretchr/testify/pull/1195) - Mock can be deadlocked by a panic by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1157](https://redirect.github.com/stretchr/testify/pull/1157) - fixing panic in calls to assertion with nil m.mutex by [@&#8203;sfc-gh-eraigosa](https://redirect.github.com/sfc-gh-eraigosa) in [#&#8203;1212](https://redirect.github.com/stretchr/testify/pull/1212) #### New Contributors - [@&#8203;rleungx](https://redirect.github.com/rleungx) made their first contribution in [#&#8203;1202](https://redirect.github.com/stretchr/testify/pull/1202) - [@&#8203;pdufour](https://redirect.github.com/pdufour) made their first contribution in [#&#8203;982](https://redirect.github.com/stretchr/testify/pull/982) - [@&#8203;nicoche](https://redirect.github.com/nicoche) made their first contribution in [#&#8203;1195](https://redirect.github.com/stretchr/testify/pull/1195) - [@&#8203;sfc-gh-eraigosa](https://redirect.github.com/sfc-gh-eraigosa) made their first contribution in [#&#8203;1212](https://redirect.github.com/stretchr/testify/pull/1212) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5> ### [`v1.7.4`](https://redirect.github.com/stretchr/testify/releases/tag/v1.7.4) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.3...v1.7.4) #### What's Changed - arrays value types in a zero-initialized state are considered empty by [@&#8203;adamluzsi](https://redirect.github.com/adamluzsi) in [#&#8203;1126](https://redirect.github.com/stretchr/testify/pull/1126) - Fix panic in AssertExpectations for mocks without expectations by [@&#8203;tabboud](https://redirect.github.com/tabboud) in [#&#8203;1207](https://redirect.github.com/stretchr/testify/pull/1207) #### New Contributors - [@&#8203;adamluzsi](https://redirect.github.com/adamluzsi) made their first contribution in [#&#8203;1126](https://redirect.github.com/stretchr/testify/pull/1126) - [@&#8203;tabboud](https://redirect.github.com/tabboud) made their first contribution in [#&#8203;1207](https://redirect.github.com/stretchr/testify/pull/1207) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4> ### [`v1.7.3`](https://redirect.github.com/stretchr/testify/releases/tag/v1.7.3) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.2...v1.7.3) #### What's Changed - Bump github.com/stretchr/objx from 0.1.0 to 0.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1183](https://redirect.github.com/stretchr/testify/pull/1183) - Added Go 1.18.1 as a build/supported version by [@&#8203;boyan-soubachov](https://redirect.github.com/boyan-soubachov) in [#&#8203;1182](https://redirect.github.com/stretchr/testify/pull/1182) - Bump actions/checkout from 2 to 3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1163](https://redirect.github.com/stretchr/testify/pull/1163) - Bump actions/setup-go from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1191](https://redirect.github.com/stretchr/testify/pull/1191) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3> ### [`v1.7.2`](https://redirect.github.com/stretchr/testify/releases/tag/v1.7.2) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.1...v1.7.2) #### What's Changed - Update versions supported to include `go 1.16` by [@&#8203;jeffwidman](https://redirect.github.com/jeffwidman) in [#&#8203;1055](https://redirect.github.com/stretchr/testify/pull/1055) - assert: fix typo by [@&#8203;cuishuang](https://redirect.github.com/cuishuang) in [#&#8203;1164](https://redirect.github.com/stretchr/testify/pull/1164) - fix data race in the suit by [@&#8203;hawkingrei](https://redirect.github.com/hawkingrei) in [#&#8203;1165](https://redirect.github.com/stretchr/testify/pull/1165) - Bump actions/setup-go from 2 to 3.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1186](https://redirect.github.com/stretchr/testify/pull/1186) - Update go versions in build matrix by [@&#8203;jeffwidman](https://redirect.github.com/jeffwidman) in [#&#8203;1171](https://redirect.github.com/stretchr/testify/pull/1171) - Update gopkg.in/yaml.v3 by [@&#8203;ingwarsw](https://redirect.github.com/ingwarsw) in [#&#8203;1192](https://redirect.github.com/stretchr/testify/pull/1192) #### New Contributors - [@&#8203;jeffwidman](https://redirect.github.com/jeffwidman) made their first contribution in [#&#8203;1055](https://redirect.github.com/stretchr/testify/pull/1055) - [@&#8203;cuishuang](https://redirect.github.com/cuishuang) made their first contribution in [#&#8203;1164](https://redirect.github.com/stretchr/testify/pull/1164) - [@&#8203;hawkingrei](https://redirect.github.com/hawkingrei) made their first contribution in [#&#8203;1165](https://redirect.github.com/stretchr/testify/pull/1165) - [@&#8203;ingwarsw](https://redirect.github.com/ingwarsw) made their first contribution in [#&#8203;1192](https://redirect.github.com/stretchr/testify/pull/1192) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2> ### [`v1.7.1`](https://redirect.github.com/stretchr/testify/releases/tag/v1.7.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.0...v1.7.1) #### What's Changed - Change Readme to reflect supported Go versions by [@&#8203;prochac](https://redirect.github.com/prochac) in [#&#8203;1039](https://redirect.github.com/stretchr/testify/pull/1039) - fix the output source file in test output by [@&#8203;fefe982](https://redirect.github.com/fefe982) in [#&#8203;1026](https://redirect.github.com/stretchr/testify/pull/1026) - Add ErrorContains by [@&#8203;alxn](https://redirect.github.com/alxn) in [#&#8203;1022](https://redirect.github.com/stretchr/testify/pull/1022) - Make sure time.Time comparison produces a helpful diff. closes [#&#8203;989](https://redirect.github.com/stretchr/testify/issues/989) by [@&#8203;HaraldNordgren](https://redirect.github.com/HaraldNordgren) in [#&#8203;1072](https://redirect.github.com/stretchr/testify/pull/1072) - Add String method to Mock to fix [#&#8203;423](https://redirect.github.com/stretchr/testify/issues/423) by [@&#8203;neilisaac](https://redirect.github.com/neilisaac) in [#&#8203;694](https://redirect.github.com/stretchr/testify/pull/694) - Use GitHub actions by [@&#8203;boyan-soubachov](https://redirect.github.com/boyan-soubachov) in [#&#8203;1096](https://redirect.github.com/stretchr/testify/pull/1096) - Fix NaN similarity checks by [@&#8203;mvrahden](https://redirect.github.com/mvrahden) in [#&#8203;1085](https://redirect.github.com/stretchr/testify/pull/1085) - Set up Dependabot by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [#&#8203;1100](https://redirect.github.com/stretchr/testify/pull/1100) - Improve mock.MatchedBy failed comparison Diff message by [@&#8203;perrydunn](https://redirect.github.com/perrydunn) in [#&#8203;1074](https://redirect.github.com/stretchr/testify/pull/1074) - Fix [#&#8203;1083](https://redirect.github.com/stretchr/testify/issues/1083) (Nil-pointer dereference) by [@&#8203;mvrahden](https://redirect.github.com/mvrahden) in [#&#8203;1084](https://redirect.github.com/stretchr/testify/pull/1084) - Update builds by [@&#8203;boyan-soubachov](https://redirect.github.com/boyan-soubachov) in [#&#8203;1156](https://redirect.github.com/stretchr/testify/pull/1156) - fix format strings support via msgAndArgs forwarding by [@&#8203;ikravets](https://redirect.github.com/ikravets) in [#&#8203;1150](https://redirect.github.com/stretchr/testify/pull/1150) - assert: allow comparing time.Time by [@&#8203;torkelrogstad](https://redirect.github.com/torkelrogstad) in [#&#8203;1149](https://redirect.github.com/stretchr/testify/pull/1149) - Fixed didPanic to now detect panic(nil). by [@&#8203;RmbRT](https://redirect.github.com/RmbRT) in [#&#8203;793](https://redirect.github.com/stretchr/testify/pull/793) #### New Contributors - [@&#8203;prochac](https://redirect.github.com/prochac) made their first contribution in [#&#8203;1039](https://redirect.github.com/stretchr/testify/pull/1039) - [@&#8203;fefe982](https://redirect.github.com/fefe982) made their first contribution in [#&#8203;1026](https://redirect.github.com/stretchr/testify/pull/1026) - [@&#8203;alxn](https://redirect.github.com/alxn) made their first contribution in [#&#8203;1022](https://redirect.github.com/stretchr/testify/pull/1022) - [@&#8203;neilisaac](https://redirect.github.com/neilisaac) made their first contribution in [#&#8203;694](https://redirect.github.com/stretchr/testify/pull/694) - [@&#8203;mvrahden](https://redirect.github.com/mvrahden) made their first contribution in [#&#8203;1085](https://redirect.github.com/stretchr/testify/pull/1085) - [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) made their first contribution in [#&#8203;1100](https://redirect.github.com/stretchr/testify/pull/1100) - [@&#8203;perrydunn](https://redirect.github.com/perrydunn) made their first contribution in [#&#8203;1074](https://redirect.github.com/stretchr/testify/pull/1074) - [@&#8203;ikravets](https://redirect.github.com/ikravets) made their first contribution in [#&#8203;1150](https://redirect.github.com/stretchr/testify/pull/1150) - [@&#8203;RmbRT](https://redirect.github.com/RmbRT) made their first contribution in [#&#8203;793](https://redirect.github.com/stretchr/testify/pull/793) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Sign in to join this conversation.
No description provided.