- Includes a new API endpoint to delete existing tables - **Full Changelog**: https://github.com/thevickypedia/VaultAPI/compare/v0.3.2...v0.3.3
0.3.2
- Includes exception handlers to avoid the possibility of an ``Internal Server Error`` - **Full Changelog**: https://github.com/thevickypedia/VaultAPI/compare/v0.3.1...v0.3.2
0.3.1
- Removes redundant ``GET`` and ``PUT`` secret functions - Includes an option to enable transit encryption for ingress request - **Full Changelog**: https://github.com/thevickypedia/VaultAPI/compare/v0.3.0...v0.3.1
0.3.0
- Includes a feature to allow private IP, private IP range, and public IP address - **Full Changelog**: https://github.com/thevickypedia/VaultAPI/compare/v0.2.1...v0.3.0
0.2.1
- Includes startup validations for ``transit_key_length`` and ``transit_time_bucket`` - Bug fix for docker entrypoint - **Full Changelog**: https://github.com/thevickypedia/VaultAPI/compare/v0.2.0...v0.2.1
0.2.0
- Improves transit security, **requiring** both APIKey and Secret to decrypt - **Full Changelog**: https://github.com/thevickypedia/VaultAPI/compare/v0.1.1...v0.2.0