Skip to content

Release v1.0.10

Choose a tag to compare

@github-actions github-actions released this 28 Nov 05:30
· 6 commits to main since this release
Add support for v2 API endpoints in VaultController

Updated the `VaultController` to include new routes for `v2` API endpoints:
- Added `[HttpGet("/api/v2/vault/{key}")]` to `GetVaultAsync`.
- Added `[HttpPost("/api/v2/vault/{key}")]` to `UpdateVaultAsync`.
- Added `[HttpGet("/api/v2/vault/secrets/{keyId}")]` to `GetSecret`.

These changes ensure backward compatibility with `v1` endpoints while enabling the application to handle `v2` requests, facilitating a smooth transition to the new API version.