Releases: deeprave/envex
Releases · deeprave/envex
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
v3.0.3
Revised vault interface
Simplified vault interface and values caching
add sealed method to secrets manager
Merge pull request #16 from deeprave/action-upgrades Action upgrades
Dependency upgrades
v.2.2.1 version bump
Support more VAULT variables for SecretsManager configuration
Merge pull request #13 from deeprave/develop Enhance SecretsManager to support additional env variables.