Skip to content

Commit

Permalink
Merge pull request #11 from fictivekin/0.4.0-release
Browse files Browse the repository at this point in the history
Bump version and Changelog for 0.4.0
  • Loading branch information
jperras authored Jun 22, 2023
2 parents beb5ac3 + 6c5eb88 commit 547c4b6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2023-06-22

### Bug Fixes

- Add missing cleanup for parameter deletion

### Features

- Allow initialization to continue without crashing if no region is set
- Verify commit message structure in workflow
- Merge non-namespaced params with namespaced params
- Add NamespaceFilter
- Optionally load default environment keys

### Miscellaneous Tasks

- Add pull_from_env_or_obj utility function
- Update README.rst
- More details on configuration variables
- Change logger name and use warn instead of exception level
- Guard against non-string type for DEFAULT_ENV_FOR_DYNACONF

### Refactor

- Unify exception handling style
- Unify environment parameter naming scheme

## [0.3.2] - 2023-06-07

### Miscellaneous Tasks
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "dynaconf-aws-loader"
version = "0.3.2"
description = "A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth"
version = "0.4.0"
description = "A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth."
homepage = "https://github.com/fictivekin/dynaconf-aws-loader"
repository = "https://github.com/fictivekin/dynaconf-aws-loader"
authors = [
Expand All @@ -22,7 +22,6 @@ include = [
"CHANGELOG.md"
]


[tool.poetry.dependencies]
python = "^3.8"
boto3 = "^1.26"
Expand Down

0 comments on commit 547c4b6

Please sign in to comment.