Archaius Versions Save

Library for configuration management API

v2.6.0

7 months ago

What's Changed

  • Update handling for parameterized methods via ConfigProxyFactory by @akang31 in https://github.com/Netflix/archaius/pull/680
    • This is a breaking change for any nested PropertyName that do not have a prefix matching that specified in the Configuration. (e.g. prefix = "foo.bar" and a name = "foo.bar.baz.${0}" will continue to behave the same, but a name "other.prefix.prop.${0}" would now resolve to "foo.bar.other.prefix.prop.${0}").
  • Mark Config.getKeys as Deprecated by @rgallardo-netflix in https://github.com/Netflix/archaius/pull/679

Full Changelog: https://github.com/Netflix/archaius/compare/v2.5.3...v2.6.0

v2.5.4-rc.2

7 months ago

No visible changes, this release is only being created to exercise the build system.

v2.5.4-rc.1

7 months ago

No visible changes, this release is only being created to exercise the build system.

v2.5.3

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/archaius/compare/v2.5.2...v2.5.3

v2.5.2

8 months ago

What's Changed

Full Changelog: https://github.com/Netflix/archaius/compare/v2.5.1...v2.5.2

v2.5.1

8 months ago

What's Changed

Full Changelog: https://github.com/Netflix/archaius/compare/v2.5.0...v2.5.1

v0.7.8-rc.2

9 months ago

What's Changed

Full Changelog: https://github.com/Netflix/archaius/compare/v0.7.7...v0.7.8-rc.2

v2.5.1-rc.1

9 months ago

This release just exercises the build system. No code changes.

Full Changelog: https://github.com/Netflix/archaius/compare/v2.5.0...v2.5.1-rc.1

v0.7.8-rc.1

10 months ago

This release just exercises the build system. No code changes.

Full Changelog: https://github.com/Netflix/archaius/compare/v0.7.7...v0.7.8-rc1

v2.5.0

11 months ago

What's Changed

  • Property usage instrumentation initial framework by @akang31 in https://github.com/Netflix/archaius/pull/651
    • This is the first iteration at a framework allowing users to track usage of properties and then periodically flush the usage data via a provided consumer. The intention is that this feature enables cleanups of unused properties. This PR specifically addresses the PollingDynamicConfig case with the intention of encouraging cleanup of dynamic properties.
    • There should not be any impact on any existing workflows as this is disabled by default.
  • Call getParameterCount in a couple of other places by @kilink in https://github.com/Netflix/archaius/pull/652

Full Changelog: https://github.com/Netflix/archaius/compare/v2.4.0...v2.5.0