Sourced from codecov/codecov-action's releases.
v5.0.5
What's Changed
- chore(release): wrapper-0.0.27 by
@codecov-releaser-app
in codecov/codecov-action#1685- chore(release): 5.0.5 by
@thomasrockhu-codecov
in codecov/codecov-action#1686New Contributors
@codecov-releaser-app
made their first contribution in codecov/codecov-action#1685Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4...v5.0.5
Sourced from codecov/codecov-action's changelog.
v5.0.7
What's Changed
- fix: use HEAD_REPO by
@thomasrockhu-codecov
in codecov/codecov-action#1690Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
v5.0.6
What's Changed
- fix: update CODECOV_TOKEN and fix tokenless by
@thomasrockhu-codecov
in codecov/codecov-action#1688Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
v5.0.5
What's Changed
- chore(release): wrapper-0.0.27 by
@app/codecov-releaser-app
in codecov/codecov-action#1685Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5
Sourced from github.com/celestiaorg/go-square/v2's releases.
v2.1.0
What's Changed
- chore(deps): bump celestiaorg/.github from 0.4.3 to 0.4.5 by
@dependabot
in celestiaorg/go-square#105- chore: expose generate subtree roots method by
@rach-id
in celestiaorg/go-square#106- chore: add fmt target to makefile and fix linting by
@rach-id
in celestiaorg/go-square#107- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by
@dependabot
in celestiaorg/go-square#110- chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2 by
@dependabot
in celestiaorg/go-square#112- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by
@dependabot
in celestiaorg/go-square#111- chore: add idea folder to gitignore by
@vgonkivs
in celestiaorg/go-square#115- feat: add missing utilities used by celestia-node by
@vgonkivs
in celestiaorg/go-square#109- chore(ci): add support for pushing proto definitions to Buf Schema Registry by
@rach-id
in celestiaorg/go-square#113- chore(deps): bump celestiaorg/.github from 0.4.5 to 0.5.0 by
@dependabot
in celestiaorg/go-square#123- feat: add json encoding to the blob struct by
@vgonkivs
in celestiaorg/go-square#125New Contributors
@vgonkivs
made their first contribution in celestiaorg/go-square#115Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.0.0...v2.1.0
v2.1.0-rc1
What's Changed
- chore(ci): add support for pushing proto definitions to Buf Schema Registry by
@rach-id
in celestiaorg/go-square#113- chore(deps): bump celestiaorg/.github from 0.4.5 to 0.5.0 by
@dependabot
in celestiaorg/go-square#123- feat: add json encoding to the blob struct by
@vgonkivs
in celestiaorg/go-square#125Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.1.0-rc0...v2.1.0-rc1
v2.1.0-rc0
What's Changed
- chore(deps): bump celestiaorg/.github from 0.4.3 to 0.4.5 by
@dependabot
in celestiaorg/go-square#105- chore: expose generate subtree roots method by
@rach-id
in celestiaorg/go-square#106- chore: add fmt target to makefile and fix linting by
@rach-id
in celestiaorg/go-square#107- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by
@dependabot
in celestiaorg/go-square#110- chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2 by
@dependabot
in celestiaorg/go-square#112- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by
@dependabot
in celestiaorg/go-square#111- chore: add idea folder to gitignore by
@vgonkivs
in celestiaorg/go-square#115- feat: add missing utilities used by celestia-node by
@vgonkivs
in celestiaorg/go-square#109New Contributors
@vgonkivs
made their first contribution in celestiaorg/go-square#115Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.0.0...v2.1.0-rc0
1efeea8
feat: add json encoding to the blob struct (#125)1ad10b4
chore(deps): bump celestiaorg/.github from 0.4.5 to 0.5.0 (#123)f0bf090
chore(ci): add support for pushing proto definitions to Buf Schema
Registry (...f47b641
feat: add missing utilities used by celestia-node (#109)9ff313b
chore: add idea folder to gitignore (#115)8e9b275
chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#111)074eac8
chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2 (#112)b07b17c
chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#110)1f814d6
chore: add fmt target to makefile and fix linting (#107)662d17d
chore: expose generate subtree roots method (#106)Sourced from github.com/stretchr/testify's releases.
v1.10.0
What's Changed
Functional Changes
- Add PanicAssertionFunc by
@fahimbagar
in stretchr/testify#1337- assert: deprecate CompareType by
@dolmen
in stretchr/testify#1566- assert: make YAML dependency pluggable via build tags by
@dolmen
in stretchr/testify#1579- assert: new assertion NotElementsMatch by
@hendrywiranto
in stretchr/testify#1600- mock: in order mock calls by
@ReyOrtiz
in stretchr/testify#1637- Add assertion for NotErrorAs by
@palsivertsen
in stretchr/testify#1129- Record Return Arguments of a Call by
@jayd3e
in stretchr/testify#1636- assert.EqualExportedValues: accepts everything by
@redachl
in stretchr/testify#1586Fixes
- assert: make tHelper a type alias by
@dolmen
in stretchr/testify#1562- Do not get argument again unnecessarily in Arguments.Error() by
@TomWright
in stretchr/testify#820- Fix time.Time compare by
@myxo
in stretchr/testify#1582- assert.Regexp: handle []byte array properly by
@kevinburkesegment
in stretchr/testify#1587- assert: collect.FailNow() should not panic by
@marshall-lee
in stretchr/testify#1481- mock: simplify implementation of FunctionalOptions by
@dolmen
in stretchr/testify#1571- mock: caller information for unexpected method call by
@spirin
in stretchr/testify#1644- suite: fix test failures by
@stevenh
in stretchr/testify#1421- Fix issue #1662 (comparing infs should fail) by
@ybrustin
in stretchr/testify#1663- NotSame should fail if args are not pointers #1661 by
@sikehish
in stretchr/testify#1664- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by
@sikehish
in stretchr/testify#1667- fix: compare functional option names for indirect calls by
@arjun-1
in stretchr/testify#1626Documantation, Build & CI
- .gitignore: ignore "go test -c" binaries by
@dolmen
in stretchr/testify#1565- mock: improve doc by
@dolmen
in stretchr/testify#1570- mock: fix FunctionalOptions docs by
@snirye
in stretchr/testify#1433- README: link out to the excellent testifylint by
@brackendawson
in stretchr/testify#1568- assert: fix typo in comment by
@JohnEndson
in stretchr/testify#1580- Correct the EventuallyWithT and EventuallyWithTf example by
@JonCrowther
in stretchr/testify#1588- CI: bump softprops/action-gh-release from 1 to 2 by
@dependabot
in stretchr/testify#1575- mock: document more alternatives to deprecated AnythingOfTypeArgument by
@dolmen
in stretchr/testify#1569- assert: Correctly document EqualValues behavior by
@brackendawson
in stretchr/testify#1593- fix: grammar in godoc by
@miparnisari
in stretchr/testify#1607- .github/workflows: Run tests for Go 1.22 by
@HaraldNordgren
in stretchr/testify#1629- Document suite's lack of support for t.Parallel by
@brackendawson
in stretchr/testify#1645- assert: fix typos in comments by
@alexandear
in stretchr/testify#1650- mock: fix doc comment for NotBefore by
@alexandear
in stretchr/testify#1651- Generate better comments for require package by
@Neokil
in stretchr/testify#1610- README: replace Testify V2 notice with
@dolmen
's V2 manifesto by@hendrywiranto
in stretchr/testify#1518New Contributors
@fahimbagar
made their first contribution in stretchr/testify#1337@TomWright
made their first contribution in stretchr/testify#820@snirye
made their first contribution in stretchr/testify#1433@myxo
made their first contribution in stretchr/testify#1582@JohnEndson
made their first contribution in stretchr/testify#1580
... (truncated)
89cbdd9
Merge pull request #1626
from arjun-1/fix-functional-options-diff-indirect-calls07bac60
Merge pull request #1667
from sikehish/flaky716de8d
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in
CI118fb83
NotSame should fail if args are not pointers #1661
(#1664)7d99b2b
attempt 205f87c0
more similarea7129e
better fmta1b9c9e
Merge pull request #1663
from ybrustin/master8302de9
Merge branch 'master' into master89352f7
Merge pull request #1518
from hendrywiranto/adjust-readme-remove-v26b4557d
chore: prepare log v1.4.0 (#21197)5a08833
build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#21189)655b303
build(deps): Bump github.com/spf13/cast from 1.6.0 to 1.7.0 (#21190)cc25f59
ci: add compat check 052 x main (#21174)5b7d8b6
test(stf/mock): Unmarshal with knowing the message type (#21178)641f964
ci: attempt to fix goreleaser (#21194)a0fdab2
test(server/v2): Update testdata prune options (#21192)4b4ec47
build(deps): Bump bufbuild/buf-setup-action from 1.35.1 to 1.36.0 (#21191)feb0e07
feat: [ADR-071] Cryptography v2 (#18824)111a999
docs: rename v2 to di (#21181)