- Upgrade to go 1.21 and linter 1.54.2 (df336b0…)
- Add GetConfigurationKeys API to return list of keys for config path (#e857305)
- Update config interface to accept full path (#23be367)
- Add mocks for configuration (#dea145b)
- Remove use of TOML package (#5ececa)
BREAKING CHANGE: PutConfigurationToml has been renamed/reworked to be PutConfigurationMap
- Update module to v3 (#1331ec2)
BREAKING CHANGE: Import paths will need to change to v3
- Update to Go 1.20 and linter v1.51.2 (#62555dd)
- Add the new "Optional" field in ServiceConfig struct (#c575dfa)
- Upgrade to Go 1.18 (#26e3452)
- None
- security: Enable gosec and default linter set (#67a3dcd)
- Add Renew Access Token capability (#4c2283e)
- configuration: Add new HasSubConfiguration(name string) API (#d38a7b9)
- security: add support for ACL access token (#94e2211)
- configuration: Add ability for protocol to be defaulted if missing from url spec (#caf9e31)
- configuration: Initial abstract Configuration implementation (#f29fadd)