Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dynaconf to 3.1.2 #276

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Oct 8, 2020

This PR updates dynaconf from 2.2.2 to 3.1.2.

Changelog

3.1.2

------------------
- Release version 3.1.2. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (13):

3.1.1

------------------
- Release version 3.1.1. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (2):

3.1.1rc6

HOTFIX: Cli now accepts dotter keys
- HOTFIX: Cli now accepts dotter keys. [Bruno Rocha]
- Release version 3.1.1rc6. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (2):

3.1.1rc5

Do not include vendor_src on wheel target (420)
- Do not include vendor_src on wheel target (420) [Bruno Rocha]
- Release version 3.1.1rc5. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (3):

3.1.1rc4

Small fix on release script
         Minification of vendored modules (419)
- Minification of vendored modules (419) [Bruno Rocha]

* Minified all the vendor folder saving 50% od disk space

* Add vendor_src and minify script

vendor_src is not included in the build, only the results of its
minification
- Small fix on release script. [Bruno Rocha]

Correct path for mkdocs.yml
- Release version 3.1.1rc4. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (3):

3.1.1rc3

HOTFIX: Add missing instruction to release.sh
         Added full Dynaconf Diagram and few fizes. (418)
- Added full Dynaconf Diagram and few fizes. (418) [Bruno Rocha]
- HOTFIX: Add missing instruction to release.sh. [Bruno Rocha]
- Release version 3.1.1rc3. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (5):

3.1.1rc2

Fix set attribute directly and fresh vars (412)
         384 fix tail and dotted merge (415)
         Fix 404 no more dup message on combined validators (417)
         HOTFIX 414 update docs version on release

   Max Winterstein (1):
         Fix typo in release notes (411)

   Mirek Długosz (1):
         Fix 407 - add proper equality test for CombinedValidator (413)
- HOTFIX 414 update docs version on release. [Bruno Rocha]

Fix 414
- Fix 404 no more dup message on combined validators (417) [Bruno
Rocha]
- 384 fix tail and dotted merge (415) [Bruno Rocha]

* attempt to fix tail call on object_merge Fix 384

* Fix list and dict merge issues
- Fix typo in release notes (411) [Bruno Rocha, Max Winterstein]
- Fix 407 - add proper equality test for CombinedValidator (413)
[Mirek Długosz]

* Fix 407 - add proper equality test for CombinedValidator

* Update after review
- Fix set attribute directly and fresh vars (412) [Bruno Rocha]

* Fix set attribute directly and fresh vars

Fix 253
Fix 395

* No need to check for default_settings in setattr
- Release version 3.1.1rc2. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (2):

3.1.1rc1

HOTFIX: Logging instance has a `formatter` attribute (410)
- HOTFIX: Logging instance has a `formatter` attribute (410) [Bruno
Rocha]

Dynaconf was trying to detect a lazy value by the existence
of `formatter` attribute but in Django when the value is a logging
it has `.formatter` attribute.
- Release version 3.1.1rc1. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (10):

3.1.0

------------------
- Release version 3.1.0. [Bruno Rocha]

Shortlog of commits since last release:

   Andreas Poehlmann (1):
         Allow importing SEARCHTREE before settings are configured (383)

   Bruno Rocha (10):

3.0.0

------------------
- Release version 3.0.0. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (5):

3.0.0rc2

Improvements on CLI and init command (363)
         Writing new docs page 1 (364)
         Add netlify (366)
         Add netlify runtime file...
- Add netlify runtime file... [Bruno Rocha]
- Add netlify (366) [Bruno Rocha]
- Writing new docs page 1 (364) [Bruno Rocha]

* porting docs to mkdocs

* Docs First Page

* New docs ok
- Improvements on CLI and init command (363) [Bruno Rocha]
- Release version 3.0.0rc2. [Bruno Rocha]

Shortlog of commits since last release:

   Bernardo Gomes (2):
         Adding f string (319)
         Added little information about how dev into this project. (321)

   Bruno Rocha (18):

3.0.0rc1

Better exception handling on env_loader (316)
         Add support for config aliases (332)
         Add ENVLESS_MODE (337)
         Fix 272 allow access of lowercase keys (338)
         Fix 298 allow auto complete for editors and console (339)
         Vendoring dependencies Fix 301 (345)
         Clean tox installation for local testing (346)
         Validator improvements on conditions (353)
         Add note about quoting in env vars (347)
         DEPRECATED global settings object.
         DEPRECATED global settings object. (356)
         Lowecase read allowed by default (357)
         Merge branch 'master' of github.com:rochacbruno/dynaconf
         envless by default - breaking change ⚠️ (358)
         dotenv is no more loaded by default (360)
         No more loading of `settings.*` by default (361)
         NO more logger and debug messages (362)

   Douglas Maciel d'Auriol Souza (1):
         Insert news validator conditions: (len_eq, len_ne, len_min, len_max, contd) (328)

   Jeff Wayne (1):
         s/DYNACONF_ENV/ENV_FOR_DYNACONF (335)

   Marcos Benevides (1):
         Fix minor typo in Flask extension docs (318)

   Nicholas Nadeau, Ph.D., P.Eng (1):
         Fixed comma typo (334)

   sfunkhouser (1):
         Add option to override default mount_point for vault (349)
- NO more logger and debug messages (362) [Bruno Rocha]

* logger and DEBUG_LEVEL has gone.

* Add logger as a backwards compat method
- No more loading of `settings.*` by default (361) [Bruno Rocha]
- Dotenv is no more loaded by default (360) [Bruno Rocha]
- Envless by default - breaking change ⚠️ (358) [Bruno Rocha]

* ⚠️ Turning the default to be the envless mode (this is breaking change) ⚠️

⚠️ THIS IS BREAKING CHANGE ⚠️

* envless by default is done

* Fix redis and vault tests

* CLI default to global instance with warnings
- Merge branch 'master' of github.com:rochacbruno/dynaconf. [Bruno
Rocha]
- Lowecase read allowed by default (357) [Bruno Rocha]

* DEPRECATED global settings object.

No more `from dynaconf import settings`

* Lower case first level keys are now allowed by default
- DEPRECATED global settings object. (356) [Bruno Rocha]

No more `from dynaconf import settings`
- DEPRECATED global settings object. [Bruno Rocha]

No more `from dynaconf import settings`
- Add note about quoting in env vars (347) [Bruno Rocha]
- Validator improvements on conditions (353) [Bruno Rocha]

* Validators improvements

* add cast argument to validators
- Add option to override default mount_point for vault (349)
[sfunkhouser]
- Clean tox installation for local testing (346) [Bruno Rocha]
- Vendoring dependencies Fix 301 (345) [Bruno Rocha]
- Fix 298 allow auto complete for editors and console (339) [Bruno
Rocha]

implemented `__dir__` on Settings and Dynabox
- Fix 272 allow access of lowercase keys (338) [Bruno Rocha]

- `settings.lowercase_key` is allowed
- `settings.dynaconf` is a proxy to internal methods
- `settings.__reserved_attributes` validates key names
- `LazySettings __init__ parameters can receive lower case configs`
- Add ENVLESS_MODE (337) [Bruno Rocha]
- S/DYNACONF_ENV/ENV_FOR_DYNACONF (335) [Jeff Wayne]
- Fixed comma typo (334) [Nicholas Nadeau, Ph.D., P.Eng]
- Add support for config aliases (332) [Bruno Rocha]

All _FOR_DYNACONF can now be aliased when passing to LazySettings.
- Insert news validator conditions: (len_eq, len_ne, len_min, len_max,
contd) (328) [Bruno Rocha, Douglas Maciel d'Auriol Souza]

* Insert news validator conditions: len_eq, len_ne, len_min, len_max, contd

* Insert news validator conditions: len_eq, len_ne, len_min, len_max, contd

* Update validator_conditions.py

* Update test_validators_conditions.py

* Checked: Flake8

* Black sugest

* Change of the term contd to cont, in order to avoid false interpretation.
- Better exception handling on env_loader (316) [Bruno Rocha]
- Added little information about how dev into this project. (321)
[Bernardo Gomes]
- Adding f string (319) [Bernardo Gomes]

* First test to change to f-string

* second change to f-string

* Removed 95% of .format(

* Removed % from code.

* forget format.

* Fixing flaked reports.

* Fixing flaked reports-v2.

* make run-pre-commit command executed.

* Little bugfix f of f-string inside of the string.
- Fix minor typo in Flask extension docs (318) [Marcos Benevides]
- Release version 3.0.0rc1. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (8):

2.2.3

------------------
- Release version 2.2.3. [Bruno Rocha]

Shortlog of commits since last release:

   Bruno Rocha (7):
Links

@pyup-bot pyup-bot mentioned this pull request Oct 8, 2020
@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Mar 4, 2021

Closing this in favor of #286

@pyup-bot pyup-bot closed this Mar 4, 2021
@tiagocordeiro tiagocordeiro deleted the pyup-update-dynaconf-2.2.2-to-3.1.2 branch March 4, 2021 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant