🔥 Highlights
Cardano Validator Watcher 0.2.0 — Now monitors Pool Owner DRep registrations. Upgrade to benefit from this new feature and improved experience.
🚀 Features
feat: implement pool owner DRep registration monitoring @rayanebel (#39)
🧰 Maintenance
chore(deps): update module github.com/go-viper/mapstructure to v2 @[renovate[bot]](https://github.com/apps/renovate) (#12)
This PR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
github.com/go-viper/mapstructure | v1.6.0 -> v2.4.0 |
Release Notes
go-viper/mapstructure (github.com/go-viper/mapstructure)
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] inhttps://github.com/go-viper/mapstructure/pull/1144
- 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: go-viper/mapstructure@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.Value
inComposeDecodeHookFunc
by @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: go-viper/mapstructure@v2.2.1...v2.3.0
v2.2.1
What's Changed
- Pass appropriate empty Value to hooks by @yurishkuro in https://github.com/go-viper/mapstructure/pull/45
New Contributors
- @yurishkuro made their first contribution in https://github.com/go-viper/mapstructure/pull/45
Full Changelog: go-viper/mapstructure@v2.2.0...v2.2.1
v2.2.0
What's Changed
- feat(decoder-configs): add flag to force decoding nil input in decoder config by @mahadzaryab1 in https://github.com/go-viper/mapstructure/pull/42
- Add decode hooks for *url.URL by @einzigartigerName in https://github.com/go-viper/mapstructure/pull/41
New Contributors
- @mahadzaryab1 made their first contribution in https://github.com/go-viper/mapstructure/pull/42
- @einzigartigerName made their first contribution in https://github.com/go-viper/mapstructure/pull/41
Full Changelog: go-viper/mapstructure@v2.1.0...v2.2.0
v2.1.0
What's Changed
- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in https://github.com/go-viper/mapstructure/pull/28
- build(deps): bump actions/checkout from 4.1.1 to 4.1.6 by @dependabot in https://github.com/go-viper/mapstructure/pull/27
- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 6.0.1 by @dependabot in https://github.com/go-viper/mapstructure/pull/26
- build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in https://github.com/go-viper/mapstructure/pull/34
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in https://github.com/go-viper/mapstructure/pull/29
- Port Succo's fix to cache decodeHooks by @cedric-cordenier in https://github.com/go-viper/mapstructure/pull/33
- build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in https://github.com/go-viper/mapstructure/pull/38
- Add configuration option to specify tag value that indicates squash by @triarius in https://github.com/go-viper/mapstructure/pull/18
- Adding support for squash: interface. by @m1k1o in https://github.com/go-viper/mapstructure/pull/17
New Contributors
- @dependabot made their first contribution in https://github.com/go-viper/mapstructure/pull/28
- @cedric-cordenier made their first contribution in https://github.com/go-viper/mapstructure/pull/33
- @triarius made their first contribution in https://github.com/go-viper/mapstructure/pull/18
- @m1k1o made their first contribution in https://github.com/go-viper/mapstructure/pull/17
Full Changelog: go-viper/mapstructure@v2.0.0...v2.1.0
v2.0.0
mapstructure v2 release 🎉🎉🎉🎉
⚠️ Breaking changes
Error
is removed in favor oferrors.Join
(backported from Go 1.20 to preserve compatibility with earlier versions)
What's Changed
- feat!: update module path by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/9
- build: update dev env by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/14
- feature: add StringToBasicTypeHookFunc and support complex by @tlipoca9 in https://github.com/go-viper/mapstructure/pull/13
- Add an example showing how to use a DecodeHookFunc to parse a custom … by @carlohamalainen in https://github.com/go-viper/mapstructure/pull/10
- Remove exposed error type by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/24
- Replace internal joined error with errors.Join by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/25
- Prepare release by @sagikazarmark in https://github.com/go-viper/mapstructure/pull/23
New Contributors
- @tlipoca9 made their first contribution in https://github.com/go-viper/mapstructure/pull/13
- @carlohamalainen made their first contribution in https://github.com/go-viper/mapstructure/pull/10
Full Changelog: go-viper/mapstructure@v1.6.0...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
chore(deps): update dependency golang to v1.24.5 @[renovate[bot]](https://github.com/apps/renovate) (#29)
This PR contains the following updates:
Package | Update | Change |
---|---|---|
golang | minor | 1.23.4 -> 1.24.5 |
Release Notes
golang/go (golang)
v1.24.5
v1.24.4
v1.24.3
v1.24.2
v1.24.1
v1.24.0
v1.23.11
v1.23.10
v1.23.9
v1.23.8
v1.23.7
v1.23.6
v1.23.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
chore: lint @rayanebel (#43)
chore: update dependencies @rayanebel (#40)
- chore: remove helm-chart job not used
- chore: bump go dependencies
- chore: bump versions in Dockerfile