Skip to content

Latest commit

 

History

History
97 lines (51 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

97 lines (51 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

## 0.6.4

### Changed

0.6.3

Changed

  • Fixed a bug where it was looking up .env instead of .env.vault #18

0.6.2

Changed

  • Look for .env.vault file at same location as .env file. Finds .env file anywhere in app (just like original python lib) #13

0.6.1

Changed

  • Fix fallback issue with gunicorn not respecting the current working directory when attempting to call find_dotenv. #17

0.6.0

Changed

  • Fix environment variable load #12

0.5.1

Changed

  • Fix error reference #10

0.5.0

Added

  • Reorganise and simplify code
  • Make API correspond more closely to python-dotenv
  • Improve error handling
  • Add tests and CI
  • Upgrade to build for release build

0.4.1

Added

  • expand cryptography library version range for better support

0.4.0

Added

  • Added feature to allow custom .env.vault path

0.3.0

Added

  • Added backward compatibility python version 3.7+

0.2.0

Added

  • Added comma separated capability to DOTENV_KEY. Add multiple keys to your DOTENV_KEY for use with decryption. Separate with a comma.

0.1.1

Added

  • Added support for handling any environment

0.1.0

Added

  • Added README and CHANGELOG

0.0.9

Added

  • Decrypting .env.vault file when DOTENV_KEY is set.

0.0.8 and prior

Please see commit history.