Skip to content

Releases: shahradelahi/node-vault

v1.1.4

31 Jan 04:29
2b97498

Choose a tag to compare

Patch Changes

  • 0030a98: chore: update dependencies

v1.1.3

30 Dec 17:45
f1492e6

Choose a tag to compare

Patch Changes

  • 77b9aa6: fix(client): restore schema mutation for proper error response handling

v1.1.2

16 Dec 01:31
79ec28c

Choose a tag to compare

Patch Changes

  • edb24e7: refactor: Replace lodash-es with @se-oss/object

v1.1.1

09 Dec 04:40
faebb38

Choose a tag to compare

Patch Changes

  • 210f155: refactor(client): Improve generateCommand header and schema handling

v1.1.0

15 Sep 23:06
530bd59

Choose a tag to compare

Minor Changes

  • ca8e7f0: feat: Add complete Transit Secrets Engine support with full API coverage
  • f5160ec: Node.js 18 reached End-of-Life on April 30, 2025, and this project no longer supports it.

v1.0.4

22 May 02:39
0e633e5

Choose a tag to compare

Patch Changes

  • ef1b231: fix: update kv engine schemas with v1.19.x api spec

v1.0.3

11 Apr 22:10
2331608

Choose a tag to compare

Patch Changes

  • ad48a22: Replaced lodash-es and its type definitions to resolve missing module imports and reduce bundle size.

v1.0.2

25 Dec 04:24
b3142da

Choose a tag to compare

Patch Changes

  • 8c9d184: fix: optimize types that significantly reduce bundle size (around 54%).

v1.0.1

05 Dec 07:14
13978f9

Choose a tag to compare

Patch Changes

  • 907a84d: fix: improve error handling

v1.0.0

08 Oct 13:54
c82fc12

Choose a tag to compare

Major Changes

  • 3775bf3: Fix: Using the environment's global fetch API instead of undici.

    This change makes this library more compatible with JavaScript runtimes that do not support Node.js modules. If you want to use undici again, use the Custom Fetcher feature.

  • f922ba9: BREAKING: The responses of commands are wrapped in a record with type of SafeReturn<T, VaultError>.

    This record contains two properties:

    • data: The data property for successful responses. The value depends on the command.
    • error: The error property for error responses. The type is VaultError, which is a subclass of Error.

    Read Migration guide for more details on how to use it.

  • e2f73e7: Fix: Switched license from GPL-3.0 to MIT, to make the project more open and permissive.