spf13/viper
 Watch   
 Star   
 Fork   
29 days ago
viper

v1.20.1

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.20.1

2025-03-15 23:03:46
viper

v1.20.0

[!WARNING] This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉

Enhancements 🚀

Bug Fixes 🐛

Breaking Changes 🛠

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.19.0...v1.20.0

2024-07-24 02:07:26
viper

v1.20.0-alpha.6

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.20.0-alpha.5...v1.20.0-alpha.6

2024-06-24 23:22:20
viper

v1.20.0-alpha.3

What's Changed

Exciting New Features 🎉

Breaking Changes 🛠

Full Changelog: https://github.com/spf13/viper/compare/v1.20.0-alpha.2...v1.20.0-alpha.3

2024-06-20 20:00:09
viper

v1.20.0-alpha.2

What's Changed

Dependency Updates ⬆️

Full Changelog: https://github.com/spf13/viper/compare/v1.20.0-alpha.1...v1.20.0-alpha.2

2024-06-06 21:09:24
viper

v1.20.0-alpha.1

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 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

Full Changelog: https://github.com/spf13/viper/compare/v1.19.0...v1.20.0-alpha.1

2024-06-02 15:18:25
viper

v1.19.0

What's Changed

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.18.1...v1.19.0

2023-12-19 02:22:51
viper

v1.18.2

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/spf13/viper/compare/v1.18.1...v1.18.2

2023-12-08 21:44:26
viper

v1.18.1

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/spf13/viper/compare/v1.18.0...v1.18.1

2023-12-06 22:51:29
viper

v1.18.0

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #761)

#1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.17.0...v1.18.0