Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.8.0 #338

Merged
merged 27 commits into from
Oct 17, 2021
Merged

Release v0.8.0 #338

merged 27 commits into from
Oct 17, 2021

Conversation

sergeyklay
Copy link
Collaborator

No description provided.

sergeyklay and others added 27 commits September 15, 2021 11:00
…ng) (#296)

Limit backslash escape removal for quoted newlines

Keep escape backslash for newline/tab characters. Parsing still
differs from shell syntax but keeps string structure intact.

Example certificate data
    VAR="---BEGIN---\r\n---END---"
now becomes
    "---BEGIN---\r\n---END---"
instead of
    "---BEGIN---rn---END---"

Co-authored-by: Serghei Iakovlev <[email protected]>
* Option to override existing variables with read_env Fixes #249
* Improve Python 3.5 support
* Add another test to bump up coverage since my simplified code dropped the percentage :P
Update documentation and minor improvements
Signed-off-by: Mehdy Khoshnoody <[email protected]>
Add support for empty var with None default value
Signed-off-by: Mehdy Khoshnoody <[email protected]>
Handle escaped dollar sign in values
…url-google-cloud-mysql

Fix incorrect parsing of DATABASES_URL for Google Cloud MySQL
Add `pymemcache` cache backend for Django 3.2+
@sergeyklay sergeyklay added the release Project release label Oct 17, 2021
@sergeyklay sergeyklay self-assigned this Oct 17, 2021
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 91.12% when pulling 813d103 on develop into c7559ac on main.

@sergeyklay sergeyklay merged commit d3f4b01 into main Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Project release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants