Skip to content

Latest commit

 

History

History
376 lines (211 loc) · 9.27 KB

CHANGELOG.md

File metadata and controls

376 lines (211 loc) · 9.27 KB

Change Log

3.1.0

Minor Changes

  • 8c352b5: Support Next.js 15 async cookies

3.0.3

Patch Changes

  • 1fb33d0: force bump for republish
  • Updated dependencies [1fb33d0]

3.0.2

Patch Changes

3.0.1

Patch Changes

  • 28bc32e: force bump for republish
  • Updated dependencies [28bc32e]

3.0.0

Major Changes

  • 9fa75c6: drop CommonJS support and become pure ESM

Patch Changes

2.5.9

Patch Changes

2.5.8

Patch Changes

  • 8d0b058: remove the parameter of crypto, fix global undefined error in edge runtime

    Remove the default crypto parameter in unwrapSession and wrapSession, global.crypto is unavailable in edge runtime, since Node.js 20, we can access crypto directly, this also works in edge runtime like Vercel.

2.5.7

Patch Changes

2.5.6

Patch Changes

2.5.5

Patch Changes

2.5.4

Patch Changes

2.5.3

Patch Changes

2.5.2

Patch Changes

2.5.1

Patch Changes

2.5.0

Minor Changes

  • 957a1c9: Add organizationId to getContext function.

    This will allow the users to get access token with "organization_id" claim, which supports organization API resources.

Patch Changes

2.4.7

Patch Changes

2.4.6

Patch Changes

2.4.5

Patch Changes

2.4.4

Patch Changes

  • 24d1680: fix: clear access token storage on sign-in
  • Updated dependencies [24d1680]

2.4.3

Patch Changes

  • 76d113f: export more typescript types
  • Updated dependencies [76d113f]
  • Updated dependencies [e0d20a3]

2.4.2

Patch Changes

2.4.1

Patch Changes

2.4.0

Minor Changes

  • 88495b2: add session utils and types

    Extracted from @logto/next, these utilities are useful for any Node.js application that needs to manage Logto sessions with encryption.

  • 864caab: implement reusable CookieStorage for Node environment

    It can be used to store and retrieve encrypted cookies in Node.js environment for Logto.

Patch Changes

  • 864caab: remove node-fetch from dependencies (native fetch is available from Node.js v17.5.0, we are targeting v20+)
  • 26619ed: use TypeScript 5.3.3
  • Updated dependencies [88495b2]
  • Updated dependencies [c491de1]
  • Updated dependencies [c491de1]
  • Updated dependencies [26619ed]
  • Updated dependencies [c491de1]
  • Updated dependencies [c491de1]

2.3.0

Minor Changes

  • d635a10: Add organization support

Patch Changes

  • 867b357: Add Node v20 LTS support
  • Updated dependencies [867b357]

2.2.2

Patch Changes

  • bump @logto/client version

2.2.1

Patch Changes

  • d253362: Fix the Buffer error in edge runtime

2.2.0

Minor Changes

  • 9225576: export useful members from dependency sdk packages

Patch Changes

2.1.2

Patch Changes

  • f9ff6f4: Align the js SDK error type exports.

    • @logto/react: add LogtoRequestError export
    • @logto/vue: add LogtoRequestError export
    • @logto/express: add logto errors export
    • @logto/next: add logto errors export
  • Updated dependencies [05b9d3e]

  • Updated dependencies [f9ff6f4]

2.1.1

Patch Changes

  • 77480ae: Skip token decode for opaque access token

2.1.0

Minor Changes

  • 0a533f6: Full edge runtime support
  • a839b08: Add RBAC support for NextJS SDK

Patch Changes

2.0.0

Major Changes

  • 3aa0913: set package type to ESM, keep CJS build for compatibility (#477)

Patch Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.2 (2023-04-24)

Note: Version bump only for package @logto/node

1.1.1 (2023-04-11)

Note: Version bump only for package @logto/node

1.1.0 (2023-03-19)

Features

  • js: add interactionMode props to signIn method (ea763a5)

1.0.0 (2023-02-28)

Note: Version bump only for package @logto/node

1.0.0-rc.0 (2023-02-03)

Bug Fixes

  • remove core-kit dependency and update engines (8a24a87)

1.0.0-beta.15 (2023-01-12)

Note: Version bump only for package @logto/node

1.0.0-beta.14 (2022-12-12)

Note: Version bump only for package @logto/node

1.0.0-beta.13 (2022-11-08)

Bug Fixes

1.0.0-beta.12 (2022-11-02)

Note: Version bump only for package @logto/node

1.0.0-beta.11 (2022-10-26)

Features

  • node,next,express: get access token with resource (#420) (6fb22ea)

Bug Fixes

  • next-sample: fix undefined in getServerSideProps (#423) (f15e875)

1.0.0-beta.10 (2022-10-21)

Note: Version bump only for package @logto/node

1.0.0-beta.9 (2022-10-19)

Features

  • express,next,node: support fetchUserInfo (#413) (91431d0)

1.0.0-beta.8 (2022-09-23)

Note: Version bump only for package @logto/node

1.0.0-beta.7 (2022-09-20)

Note: Version bump only for package @logto/node

1.0.0-beta.6 (2022-09-17)

Bug Fixes

  • bump to essentials v1.2.1 to use utf-8 on decoding base64 (5a4ad09)

1.0.0-beta.5 (2022-09-13)

Note: Version bump only for package @logto/node

1.0.0-beta.4 (2022-09-09)

Note: Version bump only for package @logto/node

1.0.0-beta.3 (2022-08-22)

Note: Version bump only for package @logto/node

1.0.0-beta.2 (2022-08-08)

Features

1.0.0-beta.0 (2022-07-21)

Features