Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

75 lines (46 loc) · 2.42 KB

Registry Module (in Go)

Github repository

[v3.1.0] - 2023-11-15

👷 Build

  • Upgrade to go 1.21 and linter 1.54.2 (57427c9…)

[v3.0.0] - 2023-05-31

Code Refactoring ♻

  • Update module to v3 (#08a0459)
    BREAKING CHANGE: Import paths will need to change to v3
    

Build 👷

  • Update to Go 1.20 and linter v1.51.2 (#be5d5bf)

[v2.3.0] - 2022-11-09

Features ✨

  • None

Build 👷

[v2.2.0] - 2022-05-11

Features ✨

  • None

Build 🔄

  • security: Enable gosec and default linter set (#4863bf5)

[v2.1.0] - 2021-11-17

Test

  • Update Client interface mock for unit test (GetAllServiceEndpoints) (#9d684a7)

Features ✨

  • Add Renew Access Token capability (#d344f9d)
  • Add the new GetAllServiceEndpoints API to the Client interface (#c5087a8)
  • Add new GetAllServiceEndpoints method to retrieve all registered service endpoints from consul (#d798a43)

[v2.0.0] - 2021-06-30

Features ✨

  • security: Add ability to provide ACL AccessToken (#5a93214)

[v0.1.27] - 2020-12-11

Features ✨

  • registry: Additional Check Registration (#c5c016b)

[v0.1.20] - 2020-03-25

Bug

  • race: Resolved race conditions. (#837193e)

[v0.1.17] - 2020-01-29

Code Refactoring ♻

  • registry: Refactor out all Configuration related APIs (#5d84a90)