Skip to content

v0.13.0

Latest

Choose a tag to compare

@joke2k joke2k released this 18 Feb 01:01
· 33 commits to develop since this release
00746d0

v0.13.0_ - 18-February-2026

Added
+++++

  • Added optional warnings when defaults are used
    #582 <https://github.com/joke2k/django-environ/pull/582>_.
  • Added choices argument support for value validation in Env.str(...)
    #555 <https://github.com/joke2k/django-environ/pull/555>_.
  • Added Valkey support via valkey:// and valkeys:// cache URL schemes
    #554 <https://github.com/joke2k/django-environ/pull/554>_.
  • Added support for rediss:// scheme in channels URL parsing
    #573 <https://github.com/joke2k/django-environ/pull/573>_.
  • Added django-prometheus database backend aliases to DB URL parsing schemes
    #559 <https://github.com/joke2k/django-environ/pull/559>_.

Changed
+++++++

  • Declared support for Python 3.14
    #580 <https://github.com/joke2k/django-environ/pull/580>_.
  • Declared support for Django 5.2 and Django 6.0
    #578 <https://github.com/joke2k/django-environ/pull/578>_.

Fixed
+++++

  • Improved type hint coverage and related lint issues
    #546 <https://github.com/joke2k/django-environ/pull/546>_.
  • Fixed typos in the FAQ page
    #445 <https://github.com/joke2k/django-environ/pull/445>_.