django-environ v0.7.0 Release Notes

  • ➕ Added +++++

    • ➕ Added support for negative float strings #160 <https://github.com/joke2k/django-environ/issues/160>_.
    • ➕ Added Elasticsearch5 to search scheme #297 <https://github.com/joke2k/django-environ/pull/297>_.
    • ➕ Added Elasticsearch7 to search scheme #314 <https://github.com/joke2k/django-environ/issues/314>_.
    • ➕ Added the ability to use bytes or str as a default value for Env.bytes().

    🛠 Fixed +++++

    • 🛠 Fixed links in the documentation.
    • 0️⃣ Use default option in Env.bytes() #206 <https://github.com/joke2k/django-environ/pull/206>_.
    • Safely evaluate a string containing an invalid Python literal #200 <https://github.com/joke2k/django-environ/issues/200>_.

    🔄 Changed +++++++

    • ➕ Added 'Funding' and 'Say Thanks!' project urls on pypi.
    • ⚠ Stop raising UserWarning if .env file isn't found. Log a message with INFO log level instead #243 <https://github.com/joke2k/django-environ/issues/243>_.