- Merged PR #10: Throw exceptions if vault is down - @thekid
- Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
- Made library compatible with
xp-forge/rest-client
version 5.0.0 (@thekid)
- Made library compatible with
xp-forge/rest-client
version 4.0.0 (@thekid)
- Made library compatible with XP 11,
xp-forge/rest-client
version 3.0.0 (@thekid)
- Made compatible with
xp-forge/rest-client
2.0.0 - @thekid
- Implemented xp-framework/rfc#335: Remove deprecated key/value pair annotation syntax (@thekid)
- Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required PHP version is now 7.0.0! (@thekid)
- Made compatible with XP 10 - @thekid
- Heads up: Dropped support for hierarchical credentials using forward slashes. Credential groups in KeePass databases and in Vault can be accessed by passing the groups' names to their respective constructors.
- Require xp-forge/rest-client
^1.0
- @thekid
- Added compatibility with xp-forge/rest-client 0.8.0 - @thekid
- Added PHP 7.3 compatibility - @thekid
- Added compatibility with xp-forge/rest-client 0.7.0 - @thekid
- Added compatibility with xp-forge/rest-client 0.6.0 - @thekid
- Added compatibility with xp-forge/rest-client 0.5.0 - @thekid
- Fixed Call to undefined method webservices\rest\Endpoint::with()
when using
FromVault
with a token (@thekid)
- Merged PR #9: Migrate to use xp-forge/rest-client API - @thekid
- Made library compatible with
xp-framework/rest
10.0.0 - @thekid
- Made
pattern
parameter toCredentials::all()
optional, defaulting to list all credentials (@thekid) - Fixed
all()
not opening credentials stores correctly - @thekid
- Heads up: Implementations of the
security.secret.Secrets
interface must return $this fromopen()
now instead of not returning anything (@thekid) - Merged PR #7: Add
Credentials::expanding()
to add expansion in property files (@thekid) - Merged PR #6: Lazily open secret stores - @thekid
- Merged PR #5: Byte escape sequences - @thekid
- Ignored trailing newlines in docker secret files - @thekid
- Implemented PR #3: Implement support for Docker Secrets - @thekid
- Added XP9 compatibility - @thekid
- Update to KeePass v0.5.0 - restores HHVM compatibility - @thekid
- Hello World! First release - @thekid