Skip to content

Releases: bvdcode/easyvault

Release v1.0.13

14 Apr 18:55

Choose a tag to compare

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

10 Mar 17:19

Choose a tag to compare

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

10 Mar 16:44

Choose a tag to compare

Merge branch 'main' of https://github.com/bvdcode/EasyVault

Release v1.0.10

28 Nov 05:30

Choose a tag to compare

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

09 Nov 01:28

Choose a tag to compare

Update primary color in lightTheme to #729200ff for consistency

Release v1.0.8

09 Nov 01:23

Choose a tag to compare

Refactor Vault context and components for improved state management a…

Release v1.0.7

09 Nov 01:04

Choose a tag to compare

Swap import and export button functionalities in Settings component

Release v1.0.6

09 Nov 00:48

Choose a tag to compare

Add skipInitialFetch prop to VaultList and manage import state in Vau…

Release v1.0.5

09 Nov 00:45

Choose a tag to compare

Remove unused vault image and update favicon and vault-512 image meta…

Release v1.0.4

09 Nov 00:39

Choose a tag to compare

Refactor data fetching in VaultList to update external state if provi…