RailsConfig v3.0.0 Release Notes

  • ๐Ÿ’ฅ BREAKING CHANGES

    • After upgrade behaviour of to_h would change and match behaviour of to_hash. Check #217 for more details.
    • Config::Options#load_env! and Config::Options#reload_env! have been removed. If you need to reload settings after modifying the ENV hash, use Config.reload! or Config::Options#reload! instead.

    ๐Ÿ› Bug fixes

    • Added alias to_h for to_hash (#277)

    ๐Ÿ”„ Changes

    • โž• Add Config::Sources::EnvSource for loading settings from flat Hashes with String keys and String values, such as from AWS SecretsManager (#299)