Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- [Fix comment typos (that got added in #770)](actions/checkout#1057)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update
@actions/io
to 1.1.2- Upgrading version to 3.2.0
v3.1.0
v3.0.2
v3.0.1
... (truncated)
Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.
v0.25.1
What's Changed
- ci: uci/copy-templates by
@web3-bot
in libp2p/go-libp2p-kad-dht#863- Add provider record addresses to peerstore by
@dennis-tra
in libp2p/go-libp2p-kad-dht#870- fix: correctly apply addrFilters in the dht by
@Jorropo
in libp2p/go-libp2p-kad-dht#872Full Changelog: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.25.0...v0.25.1
b63ad60
chore: release v0.25.168c5dee
perf: don't buffer the output of FindProvidersAsyncf901041
chore: use go-libp2p-routing-helpers for tracing needs134f7e4
fix: properly iterate in tracing for protocol messenger0c90569
fix: apply addrFilters in the dht (#872)2cbe38a
Merge pull request #870 from libp2p/issue-868b564493
fixing base32 import777160f
add provider record addresses to peerstore2a515e8
Merge pull request #863 from libp2p/uci/copy-templates079d352
Merge remote-tracking branch 'origin/master' into uci/copy-templates