Added
- Log invalid lines when parse .env file #283.
- Added docker-style file variable support #189.
- Added option to override existing variables with
read_env
#103, #249. - Added support for empty var with None default value #209.
- Added
pymemcache
cache backend for Django 3.2+ #335.
Fixed
- Keep newline/tab escapes in quoted strings #296.
- Handle escaped dollar sign in values #271.
- Fixed incorrect parsing of
DATABASES_URL
for Google Cloud MySQL #294.
Full diff: v0.7.0...v0.8.0