Changelog
*Sourced from [config's changelog](https://github.com/lightbend/config/blob/master/NEWS.md).*
> # 1.3.4: April 18, 2018
>
> - it is now possible to override any configuration setting from environment variables ([#620](https://github-redirect.dependabot.com/lightbend/config/pull/620)) thanks to [@andreaTP](https://github.com/andreaTP)
> - added support for integer keys that are longer than `Int` ([#568](https://github-redirect.dependabot.com/lightbend/config/pull/568)) thanks to [@michalmela](https://github.com/michalmela)
> - `Missing` exception now has a reference to the origin `Config` ([#585](https://github-redirect.dependabot.com/lightbend/config/pull/585)) thanks to [@vagola](https://github.com/vagola)
> - performance improvements to `resolve()` ([#578](https://github-redirect.dependabot.com/lightbend/config/pull/578)) thanks to [[@sam](https://github.com/sam)-token](https://github.com/sam-token)
> - config file syntax is now resolved when parsing `InputStream` ([#573](https://github-redirect.dependabot.com/lightbend/config/pull/573)) thanks to [@ntviet18](https://github.com/ntviet18)
> - it is now possible to use `[@Optional](https://github.com/Optional)` on keys that are reserved words ([#570](https://github-redirect.dependabot.com/lightbend/config/pull/570)) thanks to [[@radist](https://github.com/radist)-nt](https://github.com/radist-nt)
> - `ValidationProblem` is now serializable ([#437](https://github-redirect.dependabot.com/lightbend/config/pull/437)) thanks to [@iantabolt](https://github.com/iantabolt)
>
> All of the merged PRs can be found in the [release milestone](https://github.com/lightbend/config/milestone/4?closed=1).
Commits
- [`692edec`](https://github.com/lightbend/config/commit/692edecb510ec091376e9e5bcdca614c718e11f8) Add release notes for 1.3.4 ([#628](https://github-redirect.dependabot.com/lightbend/config/issues/628))
- [`f401834`](https://github.com/lightbend/config/commit/f40183404b3212cbc43397a3af6d886c82e48b1b) Merge pull request [#625](https://github-redirect.dependabot.com/lightbend/config/issues/625) from aaronp/master
- [`e24ff57`](https://github.com/lightbend/config/commit/e24ff57f47d27a1f6540c1f8ada84cbda5a0640b) Merge pull request [#620](https://github-redirect.dependabot.com/lightbend/config/issues/620) from andreaTP/envConfigLoading
- [`4fad113`](https://github.com/lightbend/config/commit/4fad11380b99be534e00270bd18b03a1c4b24afd) fix again XML
- [`fd0e418`](https://github.com/lightbend/config/commit/fd0e4188af80900993db80dd3b14d379b8e9a937) minor fix
- [`4937ee4`](https://github.com/lightbend/config/commit/4937ee41abb6f6fb4101df55d93ca264b303a668) Move env mangling to ConfigImplUtil
- [`90e2465`](https://github.com/lightbend/config/commit/90e2465f34aefe430976981fffe20db8ef1d3eed) Remove Puppy Crawl references
- [`3a9a1d8`](https://github.com/lightbend/config/commit/3a9a1d83333362f0adbd7830b40a7b10f5a137c2) Bump sbt version
- [`87dc17d`](https://github.com/lightbend/config/commit/87dc17d55ed035577806266822c50de8624dfb35) Move rationale to code and implement invalidate cache
- [`215a23a`](https://github.com/lightbend/config/commit/215a23a340250765025fb8d1dd0bb4421702ec09) Added reference to args4c for command-line-to-config utils
- Additional commits viewable in [compare view](https://github.com/lightbend/config/compare/v1.3.3...v1.3.4)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps config from 1.3.3 to 1.3.4.
Changelog
*Sourced from [config's changelog](https://github.com/lightbend/config/blob/master/NEWS.md).* > # 1.3.4: April 18, 2018 > > - it is now possible to override any configuration setting from environment variables ([#620](https://github-redirect.dependabot.com/lightbend/config/pull/620)) thanks to [@andreaTP](https://github.com/andreaTP) > - added support for integer keys that are longer than `Int` ([#568](https://github-redirect.dependabot.com/lightbend/config/pull/568)) thanks to [@michalmela](https://github.com/michalmela) > - `Missing` exception now has a reference to the origin `Config` ([#585](https://github-redirect.dependabot.com/lightbend/config/pull/585)) thanks to [@vagola](https://github.com/vagola) > - performance improvements to `resolve()` ([#578](https://github-redirect.dependabot.com/lightbend/config/pull/578)) thanks to [[@sam](https://github.com/sam)-token](https://github.com/sam-token) > - config file syntax is now resolved when parsing `InputStream` ([#573](https://github-redirect.dependabot.com/lightbend/config/pull/573)) thanks to [@ntviet18](https://github.com/ntviet18) > - it is now possible to use `[@Optional](https://github.com/Optional)` on keys that are reserved words ([#570](https://github-redirect.dependabot.com/lightbend/config/pull/570)) thanks to [[@radist](https://github.com/radist)-nt](https://github.com/radist-nt) > - `ValidationProblem` is now serializable ([#437](https://github-redirect.dependabot.com/lightbend/config/pull/437)) thanks to [@iantabolt](https://github.com/iantabolt) > > All of the merged PRs can be found in the [release milestone](https://github.com/lightbend/config/milestone/4?closed=1).Commits
- [`692edec`](https://github.com/lightbend/config/commit/692edecb510ec091376e9e5bcdca614c718e11f8) Add release notes for 1.3.4 ([#628](https://github-redirect.dependabot.com/lightbend/config/issues/628)) - [`f401834`](https://github.com/lightbend/config/commit/f40183404b3212cbc43397a3af6d886c82e48b1b) Merge pull request [#625](https://github-redirect.dependabot.com/lightbend/config/issues/625) from aaronp/master - [`e24ff57`](https://github.com/lightbend/config/commit/e24ff57f47d27a1f6540c1f8ada84cbda5a0640b) Merge pull request [#620](https://github-redirect.dependabot.com/lightbend/config/issues/620) from andreaTP/envConfigLoading - [`4fad113`](https://github.com/lightbend/config/commit/4fad11380b99be534e00270bd18b03a1c4b24afd) fix again XML - [`fd0e418`](https://github.com/lightbend/config/commit/fd0e4188af80900993db80dd3b14d379b8e9a937) minor fix - [`4937ee4`](https://github.com/lightbend/config/commit/4937ee41abb6f6fb4101df55d93ca264b303a668) Move env mangling to ConfigImplUtil - [`90e2465`](https://github.com/lightbend/config/commit/90e2465f34aefe430976981fffe20db8ef1d3eed) Remove Puppy Crawl references - [`3a9a1d8`](https://github.com/lightbend/config/commit/3a9a1d83333362f0adbd7830b40a7b10f5a137c2) Bump sbt version - [`87dc17d`](https://github.com/lightbend/config/commit/87dc17d55ed035577806266822c50de8624dfb35) Move rationale to code and implement invalidate cache - [`215a23a`](https://github.com/lightbend/config/commit/215a23a340250765025fb8d1dd0bb4421702ec09) Added reference to args4c for command-line-to-config utils - Additional commits viewable in [compare view](https://github.com/lightbend/config/compare/v1.3.3...v1.3.4)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.