Releases: thevickypedia/VaultAPI
Releases · thevickypedia/VaultAPI
v0.3.3
- Includes a new API endpoint to delete existing tables
- Full Changelog: v0.3.2...v0.3.3
v0.3.2
- Includes exception handlers to avoid the possibility of an
Internal Server Error
- Full Changelog: v0.3.1...v0.3.2
v0.3.1
- Removes redundant
GET
andPUT
secret functions - Includes an option to enable transit encryption for ingress request
- Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Includes a feature to allow private IP, private IP range, and public IP address
- Full Changelog: v0.2.1...v0.3.0
v0.2.1
- Includes startup validations for
transit_key_length
andtransit_time_bucket
- Bug fix for docker entrypoint
- Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Improves transit security, requiring both APIKey and Secret to decrypt
- Full Changelog: v0.1.1...v0.2.0
v0.1.1
- Includes a new API endpoint to list all secrets
- Fix a bug that prevented routes from loading when more than 1 worker was specified
- Full Changelog: v0.1.0...v0.1.1
v0.1.0
- Includes a new feature to enable transit encryption
- Full Changelog: v0.0.1...v0.1.0
v0.0.1
- Includes a feature to whitelist origins and IP addresses (including multiple IP ranges)
- Improved data structure for rate limiting
- Includes an endpoint to
PUT
multiple secrets at once - Full Changelog: v0.0.0...v0.0.1
v0.0.0
- Lightweight API to store/retrieve secrets to/from an encrypted Database