Skip to content

v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 08:36
v2.6.0

2.6.0 - 2026-06-25

Full Changelog: v2.5.1...v2.6.0

22 commits in this release.


Implemented enhancements

  • feat(ci): added shared workflow for bot-pr monitoring by @fredbi ...

Fixed bugs

  • fix: guard copyExportedFields against nil interface values in slices, maps, and pointers by @Copilot in #127 ...
  • Fix nil pointer dereferences in assertion functions and add fuzz tests by @Copilot in #126 ...
  • Fix didPanic to use type assertion for runtime.PanicNilError instead of string comparison by @Copilot in #124 ...

Documentation

Code quality

  • feat(codegen): support go-version-guarded assertions by @fredbi ...
  • fix(assertions): guard reflection walkers against cyclic inputs by @fredbi in #129 ...

Miscellaneous tasks

Other (technical)

  • codegen w/ go version guards - ErrorAsType (go1.26) by @fredbi in #132 ...

People who contributed to this release


testify license terms

License

Per-module changes


codegen (2.6.0)

Documentation

  • feat(assertions): add go1.26 ErrorAsType / NotErrorAsType by @fredbi ...

Code quality

  • feat(codegen): support go-version-guarded assertions by @fredbi ...

Miscellaneous tasks

  • test(ci): fixup tests for CI running go1.25 with GOTOOLCHAIN=local by @fredbi ...

Other (technical)

  • codegen w/ go version guards - ErrorAsType (go1.26) by @fredbi in #132 ...

enable/colors (2.6.0)

Miscellaneous tasks


enable/yaml (2.6.0)

Miscellaneous tasks


internal/testintegration (2.6.0)

Fixed bugs

  • fix: guard copyExportedFields against nil interface values in slices, maps, and pointers by @Copilot in #127 ...
  • Fix nil pointer dereferences in assertion functions and add fuzz tests by @Copilot in #126 ...

Miscellaneous tasks