Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 4.26 KB

File metadata and controls

59 lines (35 loc) · 4.26 KB

@forgerock/storage

2.0.1

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

  • Updated dependencies []:

    • @forgerock/sdk-types@2.0.1

2.0.0

Major Changes

Patch Changes

  • #510 3c63979 Thanks @ryanbas21! - Fix error handling in storage client and davinci-client

    • Add isGenericError type guard to sdk-utilities for runtime error validation
    • Fix storage client to properly catch errors from custom storage implementations, honoring the errors-as-values contract
    • Improve davinci-client error handling to use explicit error checks instead of try-catch
  • #526 5a9ea40 Thanks @ancheetah! - Update READMES. Fix types and comments.

  • Updated dependencies [9ad4062, 5a9ea40]:

    • @forgerock/sdk-types@2.0.0

1.3.0

Minor Changes

  • #412 b0f4368 Thanks @ryanbas21! - feat: Update storage package

    • Updated ESLint configurations for consistent code style and linting rules.
    • Ensured compatibility with verbatimModuleSyntax by correcting type-only imports and module exports.
  • #348 beb349a Thanks @cerebrl! - Implemented token exchange within OIDC Client

  • #417 93595d2 Thanks @ancheetah! - - Standardizes return types on storage client and updates tests

    • Improves OIDC client where storage client methods are used

Patch Changes

1.2.0

Minor Changes

  • #251 50fd7fa Thanks @ryanbas21! - created sdk-storage module, which includes session,local, and token storage

Patch Changes