Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Releases: ory/viper

v1.5.6

17 Jul 13:16
b403c1b
Compare
Choose a tag to compare
Insensitivise map in SetRawConfig (#6)

v1.5.4

17 Jul 11:36
8d638da
Compare
Choose a tag to compare
Add SetRawConfig method (#5)

v1.5.3

15 Jul 13:45
3c5a66b
Compare
Choose a tag to compare
Resolve potential deadlock in Get() (#4)

v1.5.2

15 Jul 11:38
6cdb3ba
Compare
Choose a tag to compare
Improve HasChanged* logic (#3)

v1.5.1

15 Jul 11:13
abb7b71
Compare
Choose a tag to compare
Adds HasChanged and HasChangedSinceInit (#2)

These two methods return true if a value has changed.

v1.5.0

15 Jul 10:53
5bace2a
Compare
Choose a tag to compare
Resolve race conditions, panics, and other errors (#1)

This patch provides fixes for:

- https://github.com/spf13/viper/issues/730
- https://github.com/spf13/viper/issues/695
- https://github.com/spf13/viper/issues/353
- https://github.com/spf13/viper/issues/174
- https://github.com/spf13/viper/issues/378
- https://github.com/spf13/viper/issues/629