Skip to content

Releases: bvdcode/easyvault

Release v1.0.16

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:11
fix: simplify vault layout and app footer

Release v1.0.15

Choose a tag to compare

@github-actions github-actions released this 05 Sep 05:35
fix: publish NuGet package using trusted publishing

Release v1.0.14

Choose a tag to compare

@github-actions github-actions released this 30 Jul 19:11
feat: support automatic vault bootstrap

Release v1.0.13

Choose a tag to compare

@github-actions github-actions released this 14 Apr 18:55
Update NuGet dependencies to latest versions

Upgraded multiple NuGet packages in EasyVault.SDK, EasyVault.Server, and EasyVault.Tests projects to their latest versions, including System.Text.Json, Microsoft.Extensions.Configuration, EasyExtensions, EntityFrameworkCore, SpaServices, coverlet.collector, Microsoft.NET.Test.Sdk, and NUnit3TestAdapter. No functional code changes were made. Also, a BOM was added to EasyVault.Tests.csproj (likely unintentional).

Release v1.0.12

Choose a tag to compare

@github-actions github-actions released this 10 Mar 17:19
Stricter validation for custom serverUrlKey in config

When throwIfError is true and a custom serverUrlKey is missing,
throw ArgumentException immediately instead of falling back to
"Vault:ApiUrl". This enforces stricter validation for custom keys.

Release v1.0.11

Choose a tag to compare

@github-actions github-actions released this 10 Mar 16:44
Merge branch 'main' of https://github.com/bvdcode/EasyVault

Release v1.0.10

Choose a tag to compare

@github-actions github-actions released this 28 Nov 05:30
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.

Release v1.0.9

Choose a tag to compare

@github-actions github-actions released this 09 Nov 01:28
Update primary color in lightTheme to #729200ff for consistency

Release v1.0.8

Choose a tag to compare

@github-actions github-actions released this 09 Nov 01:23
Refactor Vault context and components for improved state management a…

Release v1.0.7

Choose a tag to compare

@github-actions github-actions released this 09 Nov 01:04
Swap import and export button functionalities in Settings component