Skip to content

Releases: lalamove/konfig

v0.8.3

13 May 04:31
5b61527
Compare
Choose a tag to compare

Upgraded to Go v1.14 and deprecated dep

v0.8.2

29 Oct 09:29
Compare
Choose a tag to compare
Create Store in a thread safe manner (#60)

* create Store in a thread safe manner

v0.8.1

17 Sep 15:07
66d0bfb
Compare
Choose a tag to compare
update go-micro dependencies (#57)

* update dependencies

v0.8.0

12 Aug 03:21
b5084b5
Compare
Choose a tag to compare

Added functionality to strictly bind a struct using BindStructStrict func

v0.7.2

15 Jul 10:16
de5140f
Compare
Choose a tag to compare
  • linting
  • fix on vault kv version 2

v0.7.1

22 May 05:52
5732359
Compare
Choose a tag to compare
  • Fix vault kv v2 check on version type in metadata

v0.7.0

21 May 09:49
d8d9ac1
Compare
Choose a tag to compare
  • Support KV v2 for Vault

v0.6.5

02 Apr 09:08
816a5a4
Compare
Choose a tag to compare
  • Add optinal panic recovery on watcher using a MaxWatcherPanics setting.
  • Enhance error logging on loaders and waycjers.
  • Add package comments.

v0.6.4

01 Apr 10:16
5d5c2d3
Compare
Choose a tag to compare
  • Add ability to split strings using a separator in klenv to get []string in the store.

v0.6.3

01 Apr 09:37
46ed956
Compare
Choose a tag to compare
  • Make TTLRatio configurable in Vault loader