File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.4.0] - 2023-06-22
6
+
7
+ ### Bug Fixes
8
+
9
+ - Add missing cleanup for parameter deletion
10
+
11
+ ### Features
12
+
13
+ - Allow initialization to continue without crashing if no region is set
14
+ - Verify commit message structure in workflow
15
+ - Merge non-namespaced params with namespaced params
16
+ - Add NamespaceFilter
17
+ - Optionally load default environment keys
18
+
19
+ ### Miscellaneous Tasks
20
+
21
+ - Add pull_from_env_or_obj utility function
22
+ - Update README.rst
23
+ - More details on configuration variables
24
+ - Change logger name and use warn instead of exception level
25
+ - Guard against non-string type for DEFAULT_ENV_FOR_DYNACONF
26
+
27
+ ### Refactor
28
+
29
+ - Unify exception handling style
30
+ - Unify environment parameter naming scheme
31
+
5
32
## [ 0.3.2] - 2023-06-07
6
33
7
34
### Miscellaneous Tasks
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " dynaconf-aws-loader"
3
- version = " 0.3.2 "
4
- description = " A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth"
3
+ version = " 0.4.0 "
4
+ description = " A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth. "
5
5
homepage = " https://github.com/fictivekin/dynaconf-aws-loader"
6
6
repository = " https://github.com/fictivekin/dynaconf-aws-loader"
7
7
authors = [
@@ -22,7 +22,6 @@ include = [
22
22
" CHANGELOG.md"
23
23
]
24
24
25
-
26
25
[tool .poetry .dependencies ]
27
26
python = " ^3.8"
28
27
boto3 = " ^1.26"
You can’t perform that action at this time.
0 commit comments