Skip to content

Multiple fixes for 3.19#756

Merged
rochacbruno merged 1 commit intomasterfrom
multiple_fixes_for_319
Jun 2, 2022
Merged

Multiple fixes for 3.19#756
rochacbruno merged 1 commit intomasterfrom
multiple_fixes_for_319

Conversation

@rochacbruno
Copy link
Copy Markdown
Member

  • Added dotted_lookup=False and per file dynaconf_dotted_lookup: false
  • Fixed LOAD_DOT_ENV not working when set as envvar
  • Fixed problem when YAML sets empty default values
  • Fixed exception when dynaconf_hooks doesnt exist and silent=False
  • Added many notes tot he docs
  • Added validate_all to get all validation errors in a bulk

Closes #703
Closes #604
Closes #685
Closes #718
Closes #720
Closes #741
Closes #727
Closes #722
Closes #724
Closes #747
Closes #709
Closes #739
Closes #754

@rochacbruno rochacbruno added this to the 3.1.9 milestone Jun 2, 2022
@rochacbruno rochacbruno force-pushed the multiple_fixes_for_319 branch from 46efa25 to bee9c3a Compare June 2, 2022 17:31
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 2, 2022

Test Results (Python 3.8)

    1 files  ±0      1 suites  ±0   39s ⏱️ -2s
362 tests +6  362 ✔️ +6  0 💤 ±0  0 ±0 

Results for commit 1a1ae78. ± Comparison against base commit 2ea41c4.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 2, 2022

Test Results (Python 3.10)

    1 files  ±0      1 suites  ±0   36s ⏱️ ±0s
362 tests +6  362 ✔️ +6  0 💤 ±0  0 ±0 

Results for commit 1a1ae78. ± Comparison against base commit 2ea41c4.

♻️ This comment has been updated with latest results.

- Added `dotted_lookup=False` and per file `dynaconf_dotted_lookup: false`
- Fixed `LOAD_DOT_ENV` not working when set as envvar
- Fixed problem when YAML sets empty default values
- Fixed exception when dynaconf_hooks doesnt exist and silent=False
- Added many notes tot he docs
- Added `validate_all` to get all validation errors in a bulk

Closes #703
Closes #604
Closes #685
Closes #718
Closes #720
Closes #741
Closes #727
Closes #722
Closes #724
Closes #747
Closes #709
Closes #739
Closes #754
@rochacbruno rochacbruno force-pushed the multiple_fixes_for_319 branch from bee9c3a to 1a1ae78 Compare June 2, 2022 18:18
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 2, 2022

Codecov Report

Merging #756 (1a1ae78) into master (2ea41c4) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #756   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         1707      1748   +41     
=========================================
+ Hits          1707      1748   +41     
Impacted Files Coverage Δ
dynaconf/contrib/django_dynaconf_v2.py 100.00% <ø> (ø)
dynaconf/utils/parse_conf.py 100.00% <ø> (ø)
dynaconf/base.py 100.00% <100.00%> (ø)
dynaconf/loaders/base.py 100.00% <100.00%> (ø)
dynaconf/loaders/env_loader.py 100.00% <100.00%> (ø)
dynaconf/validator.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ea41c4...1a1ae78. Read the comment docs.

@pierrelouisbescond
Copy link
Copy Markdown

Really great news @rochacbruno! I was looking forward to the update of issue 718, thanks so much.
I am not familiar with the release mechanism on PyPi, how long should it takes before being available via Pip?
And thanks again for such great work 😀

@rochacbruno
Copy link
Copy Markdown
Member Author

@pierrelouisbescond 3.1.9 is being released today, in few hours.

I am running some CI testings and will do (release is manual for now)

rochacbruno added a commit that referenced this pull request Jun 6, 2022
Shortlog of commits since last release:

    Bruno Rocha (4):
          Release version 3.1.8
          Bye py 3.7
          Multiple fixes for 3.19 (#756)
          update docs site (#758)

    João Gustavo A. Amorim (1):
          Organize pre-commit setup (#757)

    dependabot[bot] (1):
          Bump django from 2.2.27 to 2.2.28 in /example/django_pytest_pure (#743)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment