Skip to content

Releases: vsco/jsonconsul

v0.4.0: Merge pull request #19 from vsco/watcher

29 Jun 21:12
Compare
Choose a tag to compare
  • Watch for changes instead of polling for changes. Updates essentially happen in real time.

v0.3.1

17 Jun 20:40
Compare
Choose a tag to compare
  • Minor change in which order the watch runs.

v0.3

17 Jun 20:29
Compare
Choose a tag to compare
  • Set consul key with json value.
  • Make jsonconsul a library to be used by other apps.

v0.2

12 Jun 21:03
Compare
Choose a tag to compare
  • Major refactor of the code.
  • Handle JSON Consul values much more gracefully instead of always thinking it's a string.
  • Remove prefix keys if they are not needed.