Releases: deeprave/envex
Releases · deeprave/envex
v4.1.1
v4.0.2
Minor fixes
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Minor changes to fix installed scripts
What's Changed
- Refactor the project structure to update script namespace.
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Add encryption and stream support, envcrypt utility
- Add password prompt fallback and stdin handling for envcrypt
Full Changelog: https://github.com/deeprave/envex/blob/main/CHANGELOG.md
v3.3.2
v3.2.0
minor fixes
What's Changed
- Update target versions for Python and Poetry in workflow by @deeprave in #23
- update actions used by @deeprave in #24
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #26
- remove upload-artifact by @deeprave in #27
- Bump ruff from 0.4.4 to 0.4.8 by @dependabot in #36
- Bump pytest from 8.2.0 to 8.2.2 by @dependabot in #35
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #30
- Bump testcontainers from 4.4.0 to 4.5.1 by @dependabot in #34
- Minor changes per commit log by @deeprave in #37
- Fix is_true for bytes by @deeprave in #38
Full Changelog: v3.1.1...v3.1.2
Improve test coverage, fix bugs
v3.1.1 version bump
v3.1.0
What's Changed
v3.1.0
- Replace many pre-commit hooks with ruff
- Use a separate configuration file
ruff.toml
for ruff with only local tweaks inpyproject.toml
v3.0.4
- Add timeout configuration to secretsmangager client and default 5s to reduce wait time when vault is unavailable.
May be overridden in code or using the VAULT_TIMEOUT environment variable. - Exclude example files from guardian scanning
- GitHub workflow changes