Releases: dbdeveloper/dotenv-loader
Releases · dbdeveloper/dotenv-loader
v1.0.4
[1.0.4] – 2025-06-30
Added
- New
dry_runparameter inload_env(): allows retrieving the resolved.envfile path without loading it. Useful for inspection or integration with external tools.
Changed
DOTVERBOSEis now a boolean-like variable and accepts the following case-insensitive truthy values:'1','true','yes','on','ja'.
v1.0.3
Added
- Support for Python 3.13.
- Compatibility with
python-dotenv1.1.1.
Changed
- Dropped support for Python 3.8.
Fixed
- Updated documentation.
v1.0.2
Fixed
- Improved error handling: if a specific
.envfile is explicitly provided via thedotenvparameter or theDOTENVenvironment variable, and the file does not exist, aFileNotFoundErroris now raised.
Changed
- Renamed the
default_env_fileparameter todefault_env_filenamefor improved clarity and consistency. - Updated CI workflow to test against multiple Python versions (3.8–3.12).
Added
- Introduced the
DOTVERBOSEenvironment variable. When defined and non-empty, it enables verbose output, displaying the path of the selected.envfile. - Contribution templates for pull requests and issue reports.
- GitHub Actions workflow for automated PyPI publishing.
Version 1.0.1
Fixed
- Added compatibility with Python 3.8 and newer.
Version 1.0.0
Added
- Initial stable release of
dotenv-loaderwith full feature support.