fix(deps): update all non-major dependencies - autoclosed
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| github.com/go-playground/validator/v10 |
v10.26.0 -> v10.27.0
|
require | minor | ||
| github.com/go-viper/mapstructure/v2 |
v2.2.1 -> v2.4.0
|
require | minor | ||
| github.com/samber/slog-multi |
v1.4.0 -> v1.5.0
|
require | minor | ||
| github.com/spf13/pflag |
v1.0.6 -> v1.0.10
|
require | patch | ||
| github.com/spf13/viper |
v1.20.1 -> v1.21.0
|
require | minor | ||
| github.com/stretchr/testify |
v1.10.0 -> v1.11.1
|
require | minor | ||
| golang |
1.24.4-alpine -> 1.25.1-alpine
|
image | minor | ||
| golang.org/x/term |
v0.32.0 -> v0.35.0
|
require | minor | ||
| google.golang.org/api |
v0.236.0 -> v0.249.0
|
require | minor |
Release Notes
go-playground/validator (github.com/go-playground/validator/v10)
v10.27.0: Release 10.27.0
What's Changed
- Fix Release version badge on README page by @nodivbyzero in https://github.com/go-playground/validator/pull/1406
- fix russian E.164 error message by @prigornitskiy in https://github.com/go-playground/validator/pull/1349
- chore: remove unnecessary statement by @qshuai in https://github.com/go-playground/validator/pull/1200
- Re-enable several linters by @nodivbyzero in https://github.com/go-playground/validator/pull/1412
- add support to tag validateFn by @peczenyj in https://github.com/go-playground/validator/pull/1363
- Bump golang.org/x/crypto from 0.33.0 to 0.35.0 in /_examples/validate_fn by @dependabot in https://github.com/go-playground/validator/pull/1418
- Bump golang.org/x/net from 0.34.0 to 0.38.0 in /_examples/validate_fn by @dependabot in https://github.com/go-playground/validator/pull/1419
- Align required_without with the contract stated in the documentation by @jmfrees in https://github.com/go-playground/validator/pull/1422
- Add translation example by @cxlblm in https://github.com/go-playground/validator/pull/1394
- doc(errors): mention RegisterTagNameFunc for FieldError.Field by @khan-ajamal in https://github.com/go-playground/validator/pull/1358
- Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in https://github.com/go-playground/validator/pull/1425
- feat(translation): add en translation for urn_rfc2141 by @ryanmalesic in https://github.com/go-playground/validator/pull/1431
- fix: panics when private field is validated by @ykalchevskiy in https://github.com/go-playground/validator/pull/1423
- Fix: support validation for map values with struct types by @JunaidIslam2105 in https://github.com/go-playground/validator/pull/1433
- Omitzero does not work with slice and map bug by @JunaidIslam2105 in https://github.com/go-playground/validator/pull/1436
- Fix: Validator panics when 'nil' is used along with required if for slices and maps by @JunaidIslam2105 in https://github.com/go-playground/validator/pull/1442
- docs: typos by @eqsdxr in https://github.com/go-playground/validator/pull/1440
- fix: make "file://" fail
urlvalidation by @bfabio in https://github.com/go-playground/validator/pull/1444 - disable way too aggressive and disagreeable linters by @deankarn in https://github.com/go-playground/validator/pull/1445
- use golangci lint file for disables by @deankarn in https://github.com/go-playground/validator/pull/1447
New Contributors
- @prigornitskiy made their first contribution in https://github.com/go-playground/validator/pull/1349
- @qshuai made their first contribution in https://github.com/go-playground/validator/pull/1200
- @peczenyj made their first contribution in https://github.com/go-playground/validator/pull/1363
- @jmfrees made their first contribution in https://github.com/go-playground/validator/pull/1422
- @cxlblm made their first contribution in https://github.com/go-playground/validator/pull/1394
- @khan-ajamal made their first contribution in https://github.com/go-playground/validator/pull/1358
- @ryanmalesic made their first contribution in https://github.com/go-playground/validator/pull/1431
- @ykalchevskiy made their first contribution in https://github.com/go-playground/validator/pull/1423
- @JunaidIslam2105 made their first contribution in https://github.com/go-playground/validator/pull/1433
- @eqsdxr made their first contribution in https://github.com/go-playground/validator/pull/1440
- @bfabio made their first contribution in https://github.com/go-playground/validator/pull/1444
Full Changelog: https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0
go-viper/mapstructure (github.com/go-viper/mapstructure/v2)
v2.4.0
What's Changed
- refactor: replace interface{} with any by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/115
- build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by @dependabot[bot] in https://github.com/go-viper/mapstructure/pull/114
- Generic tests by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/118
- Fix godoc reference link in README.md by @peczenyj in https://github.com/go-viper/mapstructure/pull/107
- feat: add StringToTimeLocationHookFunc to convert strings to *time.Location by @ErfanMomeniii in https://github.com/go-viper/mapstructure/pull/117
- feat: add back previous StringToSlice as a weak function by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/119
New Contributors
- @ErfanMomeniii made their first contribution in https://github.com/go-viper/mapstructure/pull/117
Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0
v2.3.0
What's Changed
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/46
- build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in https://github.com/go-viper/mapstructure/pull/47
- [enhancement] Add check for
reflect.ValueinComposeDecodeHookFuncby @mahadzaryab1 in https://github.com/go-viper/mapstructure/pull/52 - build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/51
- build(deps): bump actions/checkout from 4.2.0 to 4.2.2 by @dependabot in https://github.com/go-viper/mapstructure/pull/50
- build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/55
- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/58
- ci: add Go 1.24 to the test matrix by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/74
- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/72
- build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in https://github.com/go-viper/mapstructure/pull/76
- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/78
- feat: add decode hook for netip.Prefix by @tklauser in https://github.com/go-viper/mapstructure/pull/85
- Updates by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/86
- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by @dependabot in https://github.com/go-viper/mapstructure/pull/87
- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/93
- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by @dependabot in https://github.com/go-viper/mapstructure/pull/92
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by @dependabot in https://github.com/go-viper/mapstructure/pull/97
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot in https://github.com/go-viper/mapstructure/pull/96
- Update README.md by @peczenyj in https://github.com/go-viper/mapstructure/pull/90
- Add omitzero tag. by @Crystalix007 in https://github.com/go-viper/mapstructure/pull/98
- Use error structs instead of duplicated strings by @m1k1o in https://github.com/go-viper/mapstructure/pull/102
- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/101
- feat: add common error interface by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/105
- update linter by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/106
- Feature allow unset pointer by @rostislaved in https://github.com/go-viper/mapstructure/pull/80
New Contributors
- @tklauser made their first contribution in https://github.com/go-viper/mapstructure/pull/85
- @peczenyj made their first contribution in https://github.com/go-viper/mapstructure/pull/90
- @Crystalix007 made their first contribution in https://github.com/go-viper/mapstructure/pull/98
- @rostislaved made their first contribution in https://github.com/go-viper/mapstructure/pull/80
Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0
samber/slog-multi (github.com/samber/slog-multi)
v1.5.0
What's Changed
- feat: adding some router predicates by @samber in https://github.com/samber/slog-multi/pull/37
Other
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/samber/slog-multi/pull/34
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in https://github.com/samber/slog-multi/pull/35
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in https://github.com/samber/slog-multi/pull/38
Full Changelog: https://github.com/samber/slog-multi/compare/v1.4.1...v1.5.0
v1.4.1
What's Changed
- fix(router): fix attribute+group merging in https://github.com/samber/slog-multi/commit/25912654fde70162c00d4c899332176ea4d7eab2
- chore(ci): test more go version in https://github.com/samber/slog-multi/commit/f8ccbbd9cb3a378dca599374c377ceb5f69aabe5
Dependencies
- chore(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in https://github.com/samber/slog-multi/pull/28
- chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 by @dependabot in https://github.com/samber/slog-multi/pull/29
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in https://github.com/samber/slog-multi/pull/31
- chore(deps): bump github.com/samber/lo from 1.50.0 to 1.51.0 by @dependabot in https://github.com/samber/slog-multi/pull/32
Full Changelog: https://github.com/samber/slog-multi/compare/v1.4.0...v1.4.1
spf13/pflag (github.com/spf13/pflag)
v1.0.10
What's Changed
- fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @thaJeztah in https://github.com/spf13/pflag/pull/447
- remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @thaJeztah in https://github.com/spf13/pflag/pull/448
New Contributors
- @thaJeztah made their first contribution in https://github.com/spf13/pflag/pull/447
Full Changelog: https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10
v1.0.9
What's Changed
- fix: Restore ParseErrorsWhitelist name for now by @tomasaschan in https://github.com/spf13/pflag/pull/446
Full Changelog: https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9
v1.0.8
⚠️ Breaking Change
This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.
This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.
The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.
What's Changed
- Remove Redundant "Unknown-Flag" Error by @vaguecoder in https://github.com/spf13/pflag/pull/364
- Switching from whitelist to Allowlist terminology by @dubrie in https://github.com/spf13/pflag/pull/261
- Omit zero time.Time default from usage line by @mologie in https://github.com/spf13/pflag/pull/438
- implement CopyToGoFlagSet by @pohly in https://github.com/spf13/pflag/pull/330
- flag: Emulate stdlib behavior and do not print ErrHelp by @tmc in https://github.com/spf13/pflag/pull/407
- Print Default Values of String-to-String in Sorted Order by @vaguecoder in https://github.com/spf13/pflag/pull/365
- fix: Don't print ErrHelp in ParseAll by @tomasaschan in https://github.com/spf13/pflag/pull/443
- Reset args on re-parse even if empty by @tomasaschan in https://github.com/spf13/pflag/pull/444
New Contributors
- @vaguecoder made their first contribution in https://github.com/spf13/pflag/pull/364
- @dubrie made their first contribution in https://github.com/spf13/pflag/pull/261
- @mologie made their first contribution in https://github.com/spf13/pflag/pull/438
- @pohly made their first contribution in https://github.com/spf13/pflag/pull/330
- @tmc made their first contribution in https://github.com/spf13/pflag/pull/407
- @tomasaschan made their first contribution in https://github.com/spf13/pflag/pull/443
Full Changelog: https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8
v1.0.7
What's Changed
- Fix defaultIsZeroValue check for generic Value types by @MidnightRocket in https://github.com/spf13/pflag/pull/422
- feat: Use structs for errors returned by pflag. by @eth-p in https://github.com/spf13/pflag/pull/425
- Fix typos by @co63oc in https://github.com/spf13/pflag/pull/428
- fix #423 : Add helper function and some documentation to parse shorthand go test flags. by @valdar in https://github.com/spf13/pflag/pull/424
- add support equivalent to golang flag.TextVar(), also fixes the test failure as described in #368 by @hujun-open in https://github.com/spf13/pflag/pull/418
- add support for Func() and BoolFunc() #426 by @LeGEC in https://github.com/spf13/pflag/pull/429
- fix: correct argument length check in FlagSet.Parse by @ShawnJeffersonWang in https://github.com/spf13/pflag/pull/409
- fix usage message for func flags, fix arguments order by @LeGEC in https://github.com/spf13/pflag/pull/431
- Add support for time.Time flags by @max-frank in https://github.com/spf13/pflag/pull/348
New Contributors
- @MidnightRocket made their first contribution in https://github.com/spf13/pflag/pull/422
- @eth-p made their first contribution in https://github.com/spf13/pflag/pull/425
- @co63oc made their first contribution in https://github.com/spf13/pflag/pull/428
- @valdar made their first contribution in https://github.com/spf13/pflag/pull/424
- @hujun-open made their first contribution in https://github.com/spf13/pflag/pull/418
- @LeGEC made their first contribution in https://github.com/spf13/pflag/pull/429
- @ShawnJeffersonWang made their first contribution in https://github.com/spf13/pflag/pull/409
- @max-frank made their first contribution in https://github.com/spf13/pflag/pull/348
Full Changelog: https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7
spf13/viper (github.com/spf13/viper)
v1.21.0
What's Changed
Enhancements 🚀
- Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by @nmvalera in https://github.com/spf13/viper/pull/2015
- feat: use maintained yaml library by @sagikazarmark in https://github.com/spf13/viper/pull/2040
Bug Fixes 🐛
- fix(config): get config type from v.configType or config file ext by @GuillaumeBAECHLER in https://github.com/spf13/viper/pull/2003
- fix: config type check when loading any config by @sagikazarmark in https://github.com/spf13/viper/pull/2007
Dependency Updates ⬆️
- Update dependencies by @sagikazarmark in https://github.com/spf13/viper/pull/1993
- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by @dependabot[bot] in https://github.com/spf13/viper/pull/2017
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by @dependabot[bot] in https://github.com/spf13/viper/pull/2013
- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by @dependabot[bot] in https://github.com/spf13/viper/pull/2008
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by @dependabot[bot] in https://github.com/spf13/viper/pull/2016
- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by @dependabot[bot] in https://github.com/spf13/viper/pull/2020
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in https://github.com/spf13/viper/pull/2028
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/spf13/viper/pull/2035
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in https://github.com/spf13/viper/pull/2036
- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by @dependabot[bot] in https://github.com/spf13/viper/pull/2012
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in https://github.com/spf13/viper/pull/2052
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by @dependabot[bot] in https://github.com/spf13/viper/pull/2048
- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by @dependabot[bot] in https://github.com/spf13/viper/pull/2056
- chore: update dependencies by @sagikazarmark in https://github.com/spf13/viper/pull/2057
Other Changes
- Update update guide with
mapstructurepackage replacement. by @aldas in https://github.com/spf13/viper/pull/2004 - refactor: use the built-in max/min to simplify the code by @yingshanghuangqiao in https://github.com/spf13/viper/pull/2029
New Contributors
- @GuillaumeBAECHLER made their first contribution in https://github.com/spf13/viper/pull/2003
- @aldas made their first contribution in https://github.com/spf13/viper/pull/2004
- @nmvalera made their first contribution in https://github.com/spf13/viper/pull/2015
- @yingshanghuangqiao made their first contribution in https://github.com/spf13/viper/pull/2029
- @ccoVeille made their first contribution in https://github.com/spf13/viper/pull/2046
- @spacez320 made their first contribution in https://github.com/spf13/viper/pull/2050
Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.21.0
stretchr/testify (github.com/stretchr/testify)
v1.11.1
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
- Backport #1786 to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by @brackendawson in https://github.com/stretchr/testify/pull/1788
Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1
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 https://github.com/stretchr/testify/pull/1614
- Lazily render mock diff output on successful match by @mikeauclair in https://github.com/stretchr/testify/pull/1615
- assert: check early in Eventually, EventuallyWithT, and Never by @cszczepaniak in https://github.com/stretchr/testify/pull/1427
- assert: add IsNotType by @bartventer in https://github.com/stretchr/testify/pull/1730
- assert.JSONEq: shortcut if same strings by @dolmen in https://github.com/stretchr/testify/pull/1754
- assert.YAMLEq: shortcut if same strings by @dolmen in https://github.com/stretchr/testify/pull/1755
- assert: faster and simpler isEmpty using reflect.Value.IsZero by @dolmen in https://github.com/stretchr/testify/pull/1761
- suite: faster methods filtering (internal refactor) by @dolmen in https://github.com/stretchr/testify/pull/1758
Fixes
- assert.ErrorAs: log target type by @craig65535 in https://github.com/stretchr/testify/pull/1345
- Fix failure message formatting for Positive and Negative asserts in https://github.com/stretchr/testify/pull/1062
- Improve ErrorIs message when error is nil but an error was expected by @tsioftas in https://github.com/stretchr/testify/pull/1681
- fix Subset/NotSubset when calling with mixed input types by @siliconbrain in https://github.com/stretchr/testify/pull/1729
- Improve ErrorAs failure message when error is nil by @ccoVeille in https://github.com/stretchr/testify/pull/1734
- mock.AssertNumberOfCalls: improve error msg by @3scalation in https://github.com/stretchr/testify/pull/1743
Documentation, Build & CI
- docs: Fix typo in README by @alexandear in https://github.com/stretchr/testify/pull/1688
- Replace deprecated io/ioutil with io and os by @alexandear in https://github.com/stretchr/testify/pull/1684
- Document consequences of calling t.FailNow() by @greg0ire in https://github.com/stretchr/testify/pull/1710
- chore: update docs for Unset #1621 by @techfg in https://github.com/stretchr/testify/pull/1709
- README: apply gofmt to examples by @alexandear in https://github.com/stretchr/testify/pull/1687
- refactor: use %q and %T to simplify fmt.Sprintf by @alexandear in https://github.com/stretchr/testify/pull/1674
- Propose Christophe Colombier (ccoVeille) as approver by @brackendawson in https://github.com/stretchr/testify/pull/1716
- Update documentation for the Error function in assert or require package by @architagr in https://github.com/stretchr/testify/pull/1675
- assert: remove deprecated build constraints by @alexandear in https://github.com/stretchr/testify/pull/1671
- assert: apply gofumpt to internal test suite by @ccoVeille in https://github.com/stretchr/testify/pull/1739
- CI: fix shebang in .ci.*.sh scripts by @dolmen in https://github.com/stretchr/testify/pull/1746
- assert,require: enable parallel testing on (almost) all top tests by @dolmen in https://github.com/stretchr/testify/pull/1747
- suite.Passed: add one more status test report by @Ararsa-Derese in https://github.com/stretchr/testify/pull/1706
- Add Helper() method in internal mocks and assert.CollectT by @dolmen in https://github.com/stretchr/testify/pull/1423
- assert.Same/NotSame: improve usage of Sprintf by @ccoVeille in https://github.com/stretchr/testify/pull/1742
- mock: enable parallel testing on internal testsuite by @dolmen in https://github.com/stretchr/testify/pull/1756
- suite: cleanup use of 'testing' internals at runtime by @dolmen in https://github.com/stretchr/testify/pull/1751
- assert: check test failure message for Empty and NotEmpty by @ccoVeille in https://github.com/stretchr/testify/pull/1745
- deps: fix dependency cycle with objx (again) by @dolmen in https://github.com/stretchr/testify/pull/1567
- assert.Empty: comprehensive doc of "Empty"-ness rules by @dolmen in https://github.com/stretchr/testify/pull/1753
- doc: improve godoc of top level 'testify' package by @dolmen in https://github.com/stretchr/testify/pull/1760
- assert.ErrorAs: simplify retrieving the type name by @ccoVeille in https://github.com/stretchr/testify/pull/1740
- assert.EqualValues: improve test coverage to 100% by @dolmen in https://github.com/stretchr/testify/pull/1763
- suite.Run: simplify running of Setup/TeardownSuite by @renzoarreaza in https://github.com/stretchr/testify/pull/1769
- assert.CallerInfo: micro optimization by using LastIndexByte by @dolmen in https://github.com/stretchr/testify/pull/1767
- assert.CallerInfo: micro cleanup by @dolmen in https://github.com/stretchr/testify/pull/1768
- assert: refactor TestFileExists and TestDirExists tests to enable parallel testing by @dolmen in https://github.com/stretchr/testify/pull/1766
- suite.Run: refactor handling of stats for improved readability by @dolmen in https://github.com/stretchr/testify/pull/1764
- tests: improve captureTestingT helper by @ccoVeille in https://github.com/stretchr/testify/pull/1741
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/stretchr/testify/pull/1778
New Contributors
- @greg0ire made their first contribution in https://github.com/stretchr/testify/pull/1710
- @techfg made their first contribution in https://github.com/stretchr/testify/pull/1709
- @mikeauclair made their first contribution in https://github.com/stretchr/testify/pull/1614
- @cszczepaniak made their first contribution in https://github.com/stretchr/testify/pull/1427
- @architagr made their first contribution in https://github.com/stretchr/testify/pull/1675
- @tsioftas made their first contribution in https://github.com/stretchr/testify/pull/1681
- @siliconbrain made their first contribution in https://github.com/stretchr/testify/pull/1729
- @bartventer made their first contribution in https://github.com/stretchr/testify/pull/1730
- @Ararsa-Derese made their first contribution in https://github.com/stretchr/testify/pull/1706
- @renzoarreaza made their first contribution in https://github.com/stretchr/testify/pull/1769
- @3scalation made their first contribution in https://github.com/stretchr/testify/pull/1743
Full Changelog: https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0
googleapis/google-api-go-client (google.golang.org/api)
v0.249.0
Features
- all: Auto-regenerate discovery clients (#3281) (c03d56b)
- all: Auto-regenerate discovery clients (#3283) (4d1d336)
- all: Auto-regenerate discovery clients (#3284) (d2b41b6)
- all: Auto-regenerate discovery clients (#3285) (bcde943)
- all: Auto-regenerate discovery clients (#3286) (27530dd)
- all: Auto-regenerate discovery clients (#3288) (240e54a)
- all: Auto-regenerate discovery clients (#3289) (2bd4a72)
- all: Auto-regenerate discovery clients (#3291) (d09c7d3)
- all: Auto-regenerate discovery clients (#3292) (7b2235b)
- all: Auto-regenerate discovery clients (#3293) (2e60cd5)
- all: Auto-regenerate discovery clients (#3294) (162aba4)
- all: Auto-regenerate discovery clients (#3295) (e297a42)
- all: Auto-regenerate discovery clients (#3296) (f98f835)
- all: Auto-regenerate discovery clients (#3297) (ababe60)
- all: Auto-regenerate discovery clients (#3299) (ad70b6e)
- all: Auto-regenerate discovery clients (#3300) (4fcd5bb)
- all: Auto-regenerate discovery clients (#3301) (6db0561)
- all: Auto-regenerate discovery clients (#3302) (79b251a)
- all: Auto-regenerate discovery clients (#3303) (e93c8a8)
- all: Auto-regenerate discovery clients (#3305) (1ca0330)
v0.248.0
Features
- all: Auto-regenerate discovery clients (#3272) (8f03c8e)
- all: Auto-regenerate discovery clients (#3274) (2900298)
- all: Auto-regenerate discovery clients (#3275) (4c66642)
- all: Auto-regenerate discovery clients (#3276) (2692170)
- all: Auto-regenerate discovery clients (#3277) (23daa11)
- all: Auto-regenerate discovery clients (#3279) (71f2c5f)
- all: Auto-regenerate discovery clients (#3280) (59f18fd)
v0.247.0
Features
- all: Auto-regenerate discovery clients (#3264) (82513ca)
- all: Auto-regenerate discovery clients (#3266) (e57e8b1)
- all: Auto-regenerate discovery clients (#3267) (10c5490)
- all: Auto-regenerate discovery clients (#3268) (2dbf1ac)
- all: Auto-regenerate discovery clients (#3270) (23a4031)
v0.246.0
Features
Bug Fixes
v0.245.0
Features
- all: Auto-regenerate discovery clients (#3252) (0716728)
- all: Auto-regenerate discovery clients (#3254) (702998a)
- all: Auto-regenerate discovery clients (#3255) (0f10366)
- all: Auto-regenerate discovery clients (#3256) (83176a9)
- all: Auto-regenerate discovery clients (#3257) (efc3371)
- all: Auto-regenerate discovery clients (#3259) (bf38d3a)
Bug Fixes
- gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#3258) (091d422)
v0.244.0
Features
- all: Auto-regenerate discovery clients (#3241) (2c20485)
- all: Auto-regenerate discovery clients (#3243) (cac72a1)
- all: Auto-regenerate discovery clients (#3244) (e6b1c87)
- all: Auto-regenerate discovery clients (#3245) (2c1ff18)
- all: Auto-regenerate discovery clients (#3247) (09e5c07)
- all: Auto-regenerate discovery clients (#3249) (214eb4e)
- all: Auto-regenerate discovery clients (#3250) (ce50789)
- all: Auto-regenerate discovery clients (#3251) (e5c3e18)
v0.243.0
Features
- all: Auto-regenerate discovery clients (#3233) (a269dca)
- all: Auto-regenerate discovery clients (#3235) (b656000)
- all: Auto-regenerate discovery clients (#3236) (971135a)
- all: Auto-regenerate discovery clients (#3237) (be7e601)
- all: Auto-regenerate discovery clients (#3239) (b2202ca)
- all: Auto-regenerate discovery clients (#3240) (ceceb79)
Bug Fixes
v0.242.0
Features
- all: Auto-regenerate discovery clients (#3226) (9bd47c4)
- all: Auto-regenerate discovery clients (#3228) (2ee2e31)
- all: Auto-regenerate discovery clients (#3229) (6fdc3eb)
- all: Auto-regenerate discovery clients (#3230) (d5fa61e)
- all: Auto-regenerate discovery clients (#3231) (96d4d98)
- all: Auto-regenerate discovery clients (#3232) (2ab275b)
v0.241.0
Features
- all: Auto-regenerate discovery clients (#3219) (987e4ab)
- all: Auto-regenerate discovery clients (#3221) (7e31abb)
- all: Auto-regenerate discovery clients (#3222) (3346ebb)
- all: Auto-regenerate discovery clients (#3223) (f94c92c)
- all: Auto-regenerate discovery clients (#3224) (3f1f756)
- all: Auto-regenerate discovery clients (#3225) (8799cd8)
v0.240.0
Features
- all: Auto-regenerate discovery clients (#3210) (c0efdb5)
- all: Auto-regenerate discovery clients (#3212) (c699558)
- all: Auto-regenerate discovery clients (#3214) (7b43598)
- all: Auto-regenerate discovery clients (#3215) (22e2c38)
- all: Auto-regenerate discovery clients (#3216) (e8c3504)
- all: Auto-regenerate discovery clients (#3217) (604190c)
- all: Auto-regenerate discovery clients (#3218) (0a46af7)
v0.239.0
Features
- all: Auto-regenerate discovery clients (#3199) (2bdd042)
- all: Auto-regenerate discovery clients (#3201) (8eff56f)
- all: Auto-regenerate discovery clients (#3202) (f7c299e)
- all: Auto-regenerate discovery clients (#3203) (459c5a8)
- all: Auto-regenerate discovery clients (#3205) (ca610d5)
- all: Auto-regenerate discovery clients (#3206) (98b7398)
- all: Auto-regenerate discovery clients (#3207) (71fe287)
- all: Auto-regenerate discovery clients (#3209) (27d1aa4)
v0.238.0
Features
- all: Auto-regenerate discovery clients (#3192) (3ad3118)
- all: Auto-regenerate discovery clients (#3196) (8cb55ce)
- all: Auto-regenerate discovery clients (#3197) (98994c4)
- all: Auto-regenerate discovery clients (#3198) (5824597)
v0.237.0
Features
- all: Auto-regenerate discovery clients (#3182) (bb1dc77)
- all: Auto-regenerate discovery clients (#3184) (7c6dc44)
- all: Auto-regenerate discovery clients (#3185) (ea78c84)
- all: Auto-regenerate discovery clients (#3186) (5f2f220)
- all: Auto-regenerate discovery clients (#3187) (ec0e2c4)
- all: Auto-regenerate discovery clients (#3189) (a03f9f0)
- all: Auto-regenerate discovery clients (#3190) (0022bde)
- all: Auto-regenerate discovery clients (#3191) (1540497)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.