Skip to content

2.8.0

Latest

Choose a tag to compare

@palkan palkan released this 28 Jan 12:03
e171bf6

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)