Bump django-environ from 0.8.1 to 0.9.0
Bumps django-environ from 0.8.1 to 0.9.0.
Release notes
Sourced from django-environ's releases.
v0.9.0
Added
- Added support for Postgresql cluster URI #355.
- Added support for Django 4.0 #371.
- Added support for prefixed variables #362.
- Amended documentation.
Deprecated
Env.unicode()
is deprecated and will be removed in the next major release. UseEnv.str()
instead.Changed
- Attach cause to
ImproperlyConfigured
exception #360.Fixed
Changelog
Sourced from django-environ's changelog.
v0.9.0
_ - 15-June-2022Added +++++
- Added support for Postgresql cluster URI
[#355](https://github.com/joke2k/django-environ/issues/355) <https://github.com/joke2k/django-environ/pull/355>
_.- Added support for Django 4.0
[#371](https://github.com/joke2k/django-environ/issues/371) <https://github.com/joke2k/django-environ/issues/371>
_.- Added support for prefixed variables
[#362](https://github.com/joke2k/django-environ/issues/362) <https://github.com/joke2k/django-environ/issues/362>
_.- Amended documentation.
Deprecated ++++++++++
Env.unicode()
is deprecated and will be removed in the next major release. UseEnv.str()
instead.Changed +++++++
- Attach cause to
ImproperlyConfigured
exception[#360](https://github.com/joke2k/django-environ/issues/360) <https://github.com/joke2k/django-environ/issues/360>
_.Fixed +++++
- Fixed
_cast_urlstr
unquoting[#357](https://github.com/joke2k/django-environ/issues/357) <https://github.com/joke2k/django-environ/issues/357>
_.- Fixed documentation regarding unsafe characters in URLs
[#220](https://github.com/joke2k/django-environ/issues/220) <https://github.com/joke2k/django-environ/issues/220>
_.- Fixed
environ.Path.__eq__()
to compare paths correctly[#86](https://github.com/joke2k/django-environ/issues/86) <https://github.com/joke2k/django-environ/issues/86>
,[#197](https://github.com/joke2k/django-environ/issues/197) <https://github.com/joke2k/django-environ/issues/197>
.
Commits
-
7720a49
Merge pull request #394 from joke2k/develop -
bccbae4
Prepare to release -
3eab5c4
Do not check links to compare tags -
7f6868b
Code cleanup -
42da877
Correct chahge log -
a2e61c8
Merge pull request #392 from joke2k/fix/path-eq -
16de011
Fix Windows tests -
27a8a87
Fixenviron.Path.__eq__()
to compare paths correctly -
ea30823
Update docs -
31c5743
Add db_url tests for mysql - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts