v1.20.0-alpha.1
Pre-release
Pre-release
sagikazarmark
released this
06 Jun 13:13
·
80 commits
to master
since this release
The upcoming 1.20.0 release contains quite a few, large changes, so I decided to tag a few alpha/beta releases first.
Please give it a try and report back any issues. Thanks! ❤️
What's Changed
Enhancements 🚀
- Drop Go 1.20 support by @sagikazarmark in #1846
- Drop slog shim by @sagikazarmark in #1848
- Replace file searching API with a finder by @sagikazarmark in #1849
- Finder feature flag by @sagikazarmark in #1852
- Allow setting options on the global Viper instance by @sagikazarmark in #1856
- Add experimental flag for bind struct by @sagikazarmark in #1854
- Make the remote package a separate module by @sagikazarmark in #1860
Bug Fixes 🐛
- Fix missing config type when reading from a buffer by @sagikazarmark in #1857
Dependency Updates ⬆️
- chore: update mapstructure by @sagikazarmark in #1723
- chore: update crypt by @sagikazarmark in #1834
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in #1853
Other Changes
- refactor: move remote code to separate file by @sagikazarmark in #1847
Full Changelog: v1.19.0...v1.20.0-alpha.1