Sourced from config's changelog.
0.14.0 - 2024-02-01
This is a maintenance release, mostly to get some dependency updates out, but also with some fixes and changes that have piled up over a rather long time.
Features
- #100 Fix #99: expose file::source::FileSource
- #318 Add Value::origin()
- #379 Add clone to builder state types
- #381 env: add a 'convert_case' field to ease dealing with kebab-case
- #402 Gate async-traits behind a feature
- #413 Attach key to type error generated from Config::get_()
- #480 Hide and deprecate AsyncConfigBuilder
Fixes
- #306 fix: dot in config name
- #334 errors: clarify names of integer types
- #343 fix yaml to parse int keys
- #353 Use TryInto for more permissive deserialization for integers
- #354 Fix uppercase lowercase isses
- #374 Fix FIXME in de.rs and value.rs
- #395 Fix: Do not use deprecated function
- #429 Make the parse list key to lowercase when insert the keys
- #465 Fix nested arrays (by reworking array handling)
- #481 Fix docs warnings
Dependency updates
- #271 Update warp requirement from =0.3.1 to =0.3.2
- #316 test: Adopt test-env to fix random test failure
- #335 Update MSRV: 1.56.0 -> 1.56.1
- #350 Bump actions/checkout from 2.4.0 to 3.0.2
- #367 Update ron requirement from 0.7 to 0.8
- #373 Update notify (4.0.0 -> 5.0.0)
- #375 Update temp-env requirement from 0.2.0 to 0.3.0
- #378 Update warp requirement from =0.3.2 to =0.3.3
- #382 Bump actions/checkout from 3.0.2 to 3.1.0
- #389 Update MSRV: 1.56.1 -> 1.59.0
- #403 Bump actions/checkout from 3.1.0 to 3.2.0
- #411 Bump actions/checkout from 3.2.0 to 3.3.0
- #420 Update MSRV: 1.59.0 -> 1.60.0
- #421 Update toml requirement from 0.5 to 0.7
- #422 Update MSRV in cron workflow
- #425 Bump actions/checkout from 3.3.0 to 3.4.0
- #426 Update MSRV: 1.60.0 -> 1.64.0
- #427 Bump actions/checkout from 3.4.0 to 3.5.0
- #430 Update warp requirement from =0.3.3 to =0.3.4
- #433 Bump actions/checkout from 3.5.0 to 3.5.1
... (truncated)
0e4f072
Merge pull request #510
from matthiasbeyer/prepare-release-0.14.x4356c2f
Update version: 0.13.1 -> 0.14.06ad4609
Add changelog for 0.14.0c7ab1c3
Merge pull request #511
from matthiasbeyer/fix-cargo-check-external-types-nig...9c19a27
Fix: cargo-check-external-types must use nightly 2023-10-104457cff
Merge pull request #507
from matthiasbeyer/check-external-types52f5b80
Add CI check to enforce external types check1fe6bf7
Add allowed external types configb3bda2c
Merge pull request #503
from mehcode/dependabot/github_actions/actions/setup-...da6b4e2
Bump actions/setup-python from 4 to 5