All Versions
39
Latest Version
Avg Release Cycle
41 days
Latest Release
953 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v6.0.0 Changes
September 22, 2019๐ Features:
- 0๏ธโฃ Default parser methods are now defined as bound methods. This enables static analysis features, e.g. autocomplete (#103). Thanks rugleb for the suggestion. Backwards-incompatible: As a result of this change, adding a parser name that is the same as an existing method will result in an error being raised.
import environs env = environs.Env()
-
v5.2.1 Changes
August 08, 2019 -
v5.2.0 Changes
July 19, 2019๐ Changes:
- ๐ Improve typings.
-
v5.1.0 Changes
July 13, 2019๐ Features:
- โ Add
env.log_level
(#7). - ๐ Use
raise from
to improve tracebacks.
Other changes:
- ๐ Improve typings.
- โ Add
-
v5.0.0 Changes
July 06, 2019 -
v4.2.0 Changes
June 01, 2019 -
v4.1.3 Changes
May 15, 2019๐ Bug fixes:
๐ Support:
- Document how to read a specific file with
env.read_env
(#66). Thanks nvtkaszpir and c-w.
- Document how to read a specific file with
-
v4.1.2 Changes
May 05, 2019๐ Bug fixes:
- ๐ Fix compatibility with marshmallow 3.0.0>=rc6.
-
v4.1.1 Changes
May 04, 2019๐ Bug fixes:
- ๐ Fix accessing proxied envvars when using
env.prefixed
(#72). Thanks Kamforka for the catch and patch. - ๐ Fix behavior when an envvar is explicitly set to an empty string (#71). Thanks twosigmajab for reporting and thanks hvtuananh for the PR.
- ๐ Fix accessing proxied envvars when using
-
v4.1.0 Changes
December 10, 2018EnvError
subclassesValueError
(#50). Thanks alexpirine.- โ Test against Python 3.7.