Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2022

Bumps dry-configurable from 0.13.0 to 0.16.1.

Release notes

Sourced from dry-configurable's releases.

v0.16.1

0.16.1 2022-10-13

Changed

  • Restored performance of config value reads (direct reader methods as well as aggregate methods like #values and #to_h) to pre-0.16.0 levels (#149 by @​timriley)

Compare v0.16.0...v0.16.1

v0.16.0

Added

  • Support for custom config classes via config_class: option (#136 by @​solnic)

    extend Dry::Configurable(config_class: MyConfig)

    Your config class should inherit from Dry::Configurable::Config.

  • Return Dry::Core::Constants::Undefined (instead of nil) as the value for non-configured settings via a default_undefined: true option (#141 by @​timriley)

    extend Dry::Configurable(default_undefined: true)

    You must opt into this feature via the default_undefined: true option. Non-configured setting values are still nil by default.

Fixed

Changed

  • Improve memory usage by separating setting definitions from config values (#138 by @​timriley)

    Your usage of dry-configurable may be impacted if you have been accessing objects from _settings or the internals of Dry::Configurable::Config. _settings now returns Dry::Configurable::Setting instances, which contain only the details from the setting's definition. Setting values remain in Dry::Configurable::Config.

  • Use Zeitwerk to speed up load time (#135 by @​solnic)

Compare v0.15.0...v0.16.0

v0.15.0

Changed

  • The finalize! method (as class or instance method, depending on whether you extend or include Dry::Configurable respectively) now accepts a boolean freeze_values: argument, which if true, will recursively freeze all config values in addition to the config itself. (#105 by @​ojab)

... (truncated)

Changelog

Sourced from dry-configurable's changelog.

0.16.1 2022-10-13

Changed

  • Restored performance of config value reads (direct reader methods as well as aggregate methods like #values and #to_h) to pre-0.16.0 levels (#149 by @​timriley)

Compare v0.16.0...v0.16.1

0.16.0 2022-10-08

Added

  • Support for custom config classes via config_class: option (#136 by @​solnic)

    extend Dry::Configurable(config_class: MyConfig)

    Your config class should inherit from Dry::Configurable::Config.

  • Return Dry::Core::Constants::Undefined (instead of nil) as the value for non-configured settings via a default_undefined: true option (#141 by @​timriley)

    extend Dry::Configurable(default_undefined: true)

    You must opt into this feature via the default_undefined: true option. Non-configured setting values are still nil by default.

Fixed

Changed

  • Improve memory usage by separating setting definitions from config values (#138 by @​timriley)

    Your usage of dry-configurable may be impacted if you have been accessing objects from _settings or the internals of Dry::Configurable::Config. _settings now returns Dry::Configurable::Setting instances, which contain only the details from the setting's definition. Setting values remain in Dry::Configurable::Config.

  • Use Zeitwerk to speed up load time (#135 by @​solnic)

Compare v0.15.0...v0.16.0

0.15.0 2022-04-21

Changed

  • The finalize! method (as class or instance method, depending on whether you extend or include Dry::Configurable respectively) now accepts a boolean freeze_values: argument, which if true, will recursively freeze all config values in addition to the config itself. (#105 by @​ojab)

    class MyConfigurable

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dry-configurable](https://github.com/dry-rb/dry-configurable) from 0.13.0 to 0.16.1.
- [Release notes](https://github.com/dry-rb/dry-configurable/releases)
- [Changelog](https://github.com/dry-rb/dry-configurable/blob/main/CHANGELOG.md)
- [Commits](dry-rb/dry-configurable@v0.13.0...v0.16.1)

---
updated-dependencies:
- dependency-name: dry-configurable
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 8, 2022

Superseded by #729.

@dependabot dependabot bot closed this Nov 8, 2022
@dependabot dependabot bot deleted the dependabot/bundler/dry-configurable-0.16.1 branch November 8, 2022 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant