Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Sourced from actions/checkout's changelog.
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226V4.3.0
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)08eba0b
Prepare release v4.3.0 (#2237)631c7dc
Update package dependencies (#2236)8edcb1b
Update CODEOWNERS for actions (#2224)09d2aca
Update README.md (#2194)85e6279
Adjust positioning of user email note and permissions heading (#2044)009b9ae
Documentation update - add recommended permissions to Readme (#2043)cbb7224
Update README.md (#1977)3b9b8c8
docs: update README.md (#1971)Sourced from github.com/stretchr/testify's releases.
v1.11.0
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
- Call stack perf change for CallerInfo by
@mikeauclair
in stretchr/testify#1614- Lazily render mock diff output on successful match by
@mikeauclair
in stretchr/testify#1615- assert: check early in Eventually, EventuallyWithT, and Never by
@cszczepaniak
in stretchr/testify#1427- assert: add IsNotType by
@bartventer
in stretchr/testify#1730- assert.JSONEq: shortcut if same strings by
@dolmen
in stretchr/testify#1754- assert.YAMLEq: shortcut if same strings by
@dolmen
in stretchr/testify#1755- assert: faster and simpler isEmpty using reflect.Value.IsZero by
@dolmen
in stretchr/testify#1761- suite: faster methods filtering (internal refactor) by
@dolmen
in stretchr/testify#1758Fixes
- assert.ErrorAs: log target type by
@craig65535
in stretchr/testify#1345- Fix failure message formatting for Positive and Negative asserts in stretchr/testify#1062
- Improve ErrorIs message when error is nil but an error was expected by
@tsioftas
in stretchr/testify#1681- fix Subset/NotSubset when calling with mixed input types by
@siliconbrain
in stretchr/testify#1729- Improve ErrorAs failure message when error is nil by
@ccoVeille
in stretchr/testify#1734- mock.AssertNumberOfCalls: improve error msg by
@3scalation
in stretchr/testify#1743Documentation, Build & CI
- docs: Fix typo in README by
@alexandear
in stretchr/testify#1688- Replace deprecated io/ioutil with io and os by
@alexandear
in stretchr/testify#1684- Document consequences of calling t.FailNow() by
@greg0ire
in stretchr/testify#1710- chore: update docs for Unset #1621 by
@techfg
in stretchr/testify#1709- README: apply gofmt to examples by
@alexandear
in stretchr/testify#1687- refactor: use %q and %T to simplify fmt.Sprintf by
@alexandear
in stretchr/testify#1674- Propose Christophe Colombier (ccoVeille) as approver by
@brackendawson
in stretchr/testify#1716- Update documentation for the Error function in assert or require package by
@architagr
in stretchr/testify#1675- assert: remove deprecated build constraints by
@alexandear
in stretchr/testify#1671- assert: apply gofumpt to internal test suite by
@ccoVeille
in stretchr/testify#1739- CI: fix shebang in .ci.*.sh scripts by
@dolmen
in stretchr/testify#1746- assert,require: enable parallel testing on (almost) all top tests by
@dolmen
in stretchr/testify#1747- suite.Passed: add one more status test report by
@Ararsa-Derese
in stretchr/testify#1706- Add Helper() method in internal mocks and assert.CollectT by
@dolmen
in stretchr/testify#1423- assert.Same/NotSame: improve usage of Sprintf by
@ccoVeille
in stretchr/testify#1742- mock: enable parallel testing on internal testsuite by
@dolmen
in stretchr/testify#1756- suite: cleanup use of 'testing' internals at runtime by
@dolmen
in stretchr/testify#1751- assert: check test failure message for Empty and NotEmpty by
@ccoVeille
in stretchr/testify#1745- deps: fix dependency cycle with objx (again) by
@dolmen
in stretchr/testify#1567- assert.Empty: comprehensive doc of "Empty"-ness rules by
@dolmen
in stretchr/testify#1753- doc: improve godoc of top level 'testify' package by
@dolmen
in stretchr/testify#1760- assert.ErrorAs: simplify retrieving the type name by
@ccoVeille
in stretchr/testify#1740- assert.EqualValues: improve test coverage to 100% by
@dolmen
in stretchr/testify#1763- suite.Run: simplify running of Setup/TeardownSuite by
@renzoarreaza
in stretchr/testify#1769- assert.CallerInfo: micro optimization by using LastIndexByte by
@dolmen
in stretchr/testify#1767- assert.CallerInfo: micro cleanup by
@dolmen
in stretchr/testify#1768- assert: refactor TestFileExists and TestDirExists tests to enable parallel testing by
@dolmen
in stretchr/testify#1766
... (truncated)
b7801fb
Merge pull request #1778
from stretchr/dependabot/github_actions/actions/chec...69831f3
build(deps): bump actions/checkout from 4 to 5a53be35
Improve captureTestingT helperaafb604
mock: improve formatting of error message7218e03
improve error msg929a212
Merge pull request #1758
from stretchr/dolmen/suite-faster-method-filteringbc7459e
suite: faster filtering of methods (-testify.m)7d37b5c
suite: refactor methodFilterc58bc90
Merge pull request #1764
from stretchr/dolmen/suite-refactor-stats-for-readab...87101a6
suite.Run: refactor handling of stats