django-environ v0.9.0 Release Notes

  • ➕ Added +++++

    • ➕ Added support for Postgresql cluster URI #355 <https://github.com/joke2k/django-environ/pull/355>_.
    • ➕ Added support for Django 4.0 #371 <https://github.com/joke2k/django-environ/issues/371>_.
    • ➕ Added support for prefixed variables #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. Use Env.str() instead.

    🔄 Changed +++++++

    • 👻 Attach cause to ImproperlyConfigured exception #360 <https://github.com/joke2k/django-environ/issues/360>_.

    🛠 Fixed +++++

    • Fixed _cast_urlstr unquoting #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>_.
    • Fixed environ.Path.__eq__() to compare paths correctly #86 <https://github.com/joke2k/django-environ/issues/86>, #197 <https://github.com/joke2k/django-environ/issues/197>.