All notable changes to this project will be documented in this file.
The format is inspired by Keep a Changelog and this project adheres to Semantic Versioning.
- Support for Django 2.1 & 2.2
- Added tox.ini targets
v0.4.5 - 25-June-2018
- Support for Django 2.0
- Support for smart casting
- Support PostgreSQL unix domain socket paths
- Tip: Multiple env files
- Fix parsing option values None, True and False
- Order of importance of engine configuration in db_url_config
- Remove django and six dependencies
v0.4.4 - 21-August-2017
- Support for django-redis multiple locations (master/slave, shards)
- Support for Elasticsearch2
- Support for Mysql-connector
- Support for pyodbc
- Add __contains__ feature to Environ class
- Fix Path subtracting
v0.4.3 - 21-August-2017
- Rollback the default Environ to os.environ
v0.4.2 - 13-April-2017
- Confirm support for Django 1.11.
- Support for Redshift database URL
- Fix uwsgi settings reload problem (#55)
- Update support for django-redis urls (#109)
v0.4.1 - 13-November-2016
- Add support for Django 1.10
- Fix for unsafe characters into URLs
- Clarifying warning on missing or unreadable file. Thanks to @nickcatal
- Fix support for Oracle urls
- Fix support for django-redis
v0.4.0 - 23-September-2015
- New email schemes - smtp+ssl and smtp+tls (smtps would be deprecated)
- Add tuple support. Thanks to @anonymouzz
- Add LDAP url support for database (django-ldapdb)
- Fix non-ascii values (broken in Python 2.x)
- redis_cache replaced by django_redis
- Fix psql/pgsql url
v0.3 - 03-June-2014
- Add cache url support
- Add email url support
- Add search url support
- Rewriting README.rst
- environ/environ.py: Env.__call__ now uses Env.get_value instance method
- environ/environ.py, environ/test.py, environ/test_env.txt: add advanced float parsing (comma and dot symbols to separate thousands and decimals)
- README.rst, docs/index.rst: fix TYPO in documentation
- initial release