Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps dry-configurable from 0.13.0 to 1.0.0.

Release notes

Sourced from dry-configurable's releases.

v1.0.0

Changed

  • Dependency on dry-core was updated to ~> 1.0 (@​solnic)

Compare v0.16.1...v1.0.0

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)

... (truncated)

Changelog

Sourced from dry-configurable's changelog.

1.0.0 2022-11-04

Changed

  • Dependency on dry-core was updated to ~> 1.0 (@​solnic)

Compare v0.16.1...v1.0.0

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

... (truncated)

Commits
  • 7322bce Update changelog.yml
  • 74f49e6 Bump to 1.0.0 final
  • 53c8f2e Update dry-configurable.gemspec from dry-rb/template-gem
  • edab309 Update dry-core dep to ~> 1.0 < 2
  • b196fda Update .action_hero.yml from dry-rb/template-gem
  • 1387f00 Update .action_hero.yml from dry-rb/template-gem
  • 81baac8 Update .github/workflows/ci.yml from dry-rb/template-gem
  • 75b4ad3 Update dry-configurable.gemspec from dry-rb/template-gem
  • 880e79a Update dep on dry-core to ["~> 1.0.0.rc", "< 2.0"]
  • f4fd14c Depend on dry-core ~> 1.0.0.rc
  • Additional commits viewable in compare view

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 1.0.0.
- [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...v1.0.0)

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

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

dependabot bot commented on behalf of github Nov 17, 2022

Superseded by #732.

@dependabot dependabot bot closed this Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/bundler/dry-configurable-1.0.0 branch November 17, 2022 08:14
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