Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 394 Bytes

CHANGELOG.md

File metadata and controls

13 lines (7 loc) · 394 Bytes

v0.1.1

The disco.Disco and auth.CachingCredentialsSource implementations are now safe for concurrent calls. Previously concurrent calls could potentially corrupt the internal cache maps or cause the Go runtime to panic.

v0.1.0

Features:

  • Adds hostname Alias method to service discovery, making it possible to interpret one hostname as another.

v0.0.1

Initial release