Features
- Allow specifying data sources on per-class basis:
class MyConfig < Anyway::Config
# Only load configuraiton data from ENV and credentials
self.configuration_sources = [:env, :credentials]
# ...
end
Changes
- Improved gem boot time by avoiding loading optional providers and limiting refinements usage ([ref](https://bugs.ruby-lang.org/issues/21201...