Sourced from github.com/spf13/viper's releases.
v1.16.0
What's Changed
Enhancements 🚀
- Sub parent inheritance by
@TaylorOnoin spf13/viper#1056- fix: fix typo by
@yquansahin spf13/viper#1523- ci: add Go 1.20 to build matrix by
@sagikazarmarkin spf13/viper#1506- extend v.find() to handle stringToInt value types with stringToInt pflag #1435 by
@vorishirnein spf13/viper#1462- add:viper: allow to disable internal log messages by
@burgesQin spf13/viper#1483- Allow ConfigParseError to unwrap by
@andigin spf13/viper#1433Bug Fixes 🐛
- fix: time.Duration slice type conversion by
@UrbanskiDawidin spf13/viper#1498Dependency Updates ⬆️
- build(deps): bump mheap/github-action-required-labels from 3 to 4 by
@dependabotin spf13/viper#1533- build(deps): bump actions/setup-go from 3 to 4 by
@dependabotin spf13/viper#1526- build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by
@dependabotin spf13/viper#1519- build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7 by
@dependabotin spf13/viper#1516- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by
@dependabotin spf13/viper#1515- build(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.5 by
@dependabotin spf13/viper#1518- build(deps): bump github.com/sagikazarmark/crypt from 0.9.0 to 0.10.0 by
@dependabotin spf13/viper#1550- build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 by
@dependabotin spf13/viper#1551- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by
@dependabotin spf13/viper#1553- build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 by
@dependabotin spf13/viper#1555Other Changes
- Update main image to better handle dark background by
@Deleplacein spf13/viper#1532New Contributors
@UrbanskiDawidmade their first contribution in spf13/viper#1498@TaylorOnomade their first contribution in spf13/viper#1056@yquansahmade their first contribution in spf13/viper#1523@Azanulmade their first contribution in spf13/viper#1544@Deleplacemade their first contribution in spf13/viper#1532@cfabianskimade their first contribution in spf13/viper#1552@vorishirnemade their first contribution in spf13/viper#1462@burgesQmade their first contribution in spf13/viper#1483@andigmade their first contribution in spf13/viper#1433Full Changelog: https://github.com/spf13/viper/compare/v1.15.0...v1.16.0
21a7fd8 Allow ConfigParseError to unwrap (#1433)53cdb52 chore: improve log messages24ece16 drop std' logger in favor of jww one98b1b9f add:viper: allow to disable internal log messages2ee1631 extend viper's pflag binding to stringToInt pflag8652057 docs: Coder uses Viperb850f34 build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.823b123a doc: add bearer/bearer as projects using Vipera0fed9f Update main image to better handle dark background143e3bc build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3