Skip to content

Releases: fictive-kin/dynaconf-aws-loader

Single-key parameter loading and Dynaconf 3.2 compatibility

21 Jul 00:35
fcd8984
Compare
Choose a tag to compare

What's Changed

  • Fix single-key parameter loading by @jperras in #13
  • Reorganize Action workflow to utilize python cache by @jperras in #12
  • Handle loader identifier changes between Dynaconf 3.1->3.2 by @jperras in #15
  • Replace warn logging with info/error by @jperras in #14
  • Bump version and changelog for 0.5.0 by @jperras in #16

Full Changelog: 0.4.0...0.5.0

Namespace merging/loading strategy updates

22 Jun 21:50
547c4b6
Compare
Choose a tag to compare

What's Changed

  • Enforce Conventional Commit message style via workflow by @jperras in #9
  • Skip when no region is set by @jnhmcknight in #8
  • Merge namespaced key/values into non-namespaced key/values by @jperras in #7
  • Rework how environment list is built for environment path key prefix generation by @jperras in #10

New Contributors

Full Changelog: 0.3.2...0.4.0

Metadata Updates for PyPI Package

07 Jun 19:07
f3a9caa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

CI/CD Publish action fixes

06 Jun 19:25
30dceb2
Compare
Choose a tag to compare
0.3.1

Version increment for 0.3.1 release (#4)

CI/CD Improvements

06 Jun 18:47
dffbd3f
Compare
Choose a tag to compare
  • Added workflows for publishing automatically to PyPI once a release is made
  • Test more Python versions in CI (3.8 to 3.10, the versions currently supported by Dynaconf)
  • Added workflow for running tests via Github Actions