Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 17:46
10523fd

Changed

  • Config.Load now is concurrent-safe (#567).
  • Removes the chronological order between Config.Load and Config.Watch,
    so they can be called in different goroutines (#569).

Fixed

  • Copy the value from slice to avoid the original value being modified (#572).