0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/toolkit/connector-kit/CHANGELOG.md
2023-04-18 21:13:31 +08:00

7.6 KiB

Change Log

1.1.1

Patch Changes

  • 30033421c: - connector-kit: add DemoConnector type and demo connector ids
    • core-kit: remove nanoid utils, add tenant model utils
    • shared: remove models, add database types and universal export

1.1.0

Minor Changes

  • 343b1090f: Allow admin tenant admin to create tenants without limitation

1.0.0

Minor Changes

  • 8658827ca: Add optional formItems to connector's metadata.

    If set, the admin console's connector page (both create and update) will use it to generate a form to input config instead of raw JSON.

  • 738675a7d: ## Improvements

    • Exported seed constants and schemas.
    • Add ID generation utilities buildIdGenerator() and generateStandardId().
  • c0526d931: Pass user agent to connector

Patch Changes

  • 69ac13e3a: Add description and tooltip for connector config's formItems.

  • 69af8a381: 1. Add connectorId, connectorFactoryId and jti to GetAuthorizationUri. 2. Make ConnectorSession compatible for arbitrary keys.

  • c2d36b1c8: Add optional setSession method and getSession method as input parameters of getAuthorizationUri and getUserInfo respectively.

    This change enabled stateless connectors to utilize Logto session to pass parameters between APIs.

  • ad3611f5a: Remove connector database storage column and its corresponding access.

  • Updated dependencies [738675a7d]

    • @logto/language-kit@1.0.0

1.0.0-rc.3

Patch Changes

  • ad3611f5a: Remove connector database storage column and its corresponding access.

1.0.0-rc.2

Patch Changes

  • 69ac13e3: Add description and tooltip for connector config's formItems.

1.0.0-rc.1

Minor Changes

  • 8658827c: Add optional formItems to connector's metadata.

    If set, the admin console's connector page (both create and update) will use it to generate a form to input config instead of raw JSON.

1.0.0-beta.33

Patch Changes

  • 69af8a38: 1. Add connectorId, connectorFactoryId and jti to GetAuthorizationUri. 2. Make ConnectorSession compatible for arbitrary keys.

1.0.0-beta.32

Minor Changes

  • c0526d93: Pass user agent to connector

1.0.0-beta.31

Minor Changes

  • 738675a7: ## Improvements

    • Exported seed constants and schemas.
    • Add ID generation utilities buildIdGenerator() and generateStandardId().

Patch Changes

  • Updated dependencies [738675a7]
    • @logto/core-kit@1.0.0-beta.30
    • @logto/language-kit@1.0.0-beta.30

1.0.0-beta.30

Patch Changes

  • c2d36b1c: Add optional setSession method and getSession method as input parameters of getAuthorizationUri and getUserInfo respectively.

    This change enabled stateless connectors to utilize Logto session to pass parameters between APIs.

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

1.0.0-beta.29 (2022-12-07)

Bug Fixes

  • exports info and lock dep version (#45) (2ac83b4)

1.0.0-beta.28 (2022-12-06)

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.27 (2022-11-29)

Features

  • connector: add continue message type (#41) (78f1eb0)

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

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.25 (2022-11-22)

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.24 (2022-11-22)

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.23 (2022-11-18)

Bug Fixes

  • hot fix the check on whether an element exists in array (#37) (889a577)

1.0.0-beta.22 (2022-11-16)

Bug Fixes

  • make standard connectors display name configurable (#36) (da431bf)

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

Features

  • update connector metadata types and add corresponding type guards (#35) (4e7cd12)

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

Note: Version bump only for package @logto/connector-kit

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

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.18 (2022-10-12)

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.17 (2022-10-12)

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.16 (2022-09-28)

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.15 (2022-09-27)

Features

  • language,core,connector: init language-kit package (#14) (9a74fc4)

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

Note: Version bump only for package @logto/connector-kit

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

Note: Version bump only for package @logto/connector-kit

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

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.11 (2022-09-16)

Note: Version bump only for package @logto/connector-kit

1.0.0-beta.10 (2022-09-16)

Features

1.0.0-beta.9 (2022-09-07)

Note: Version bump only for package @logto/connector-core

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

Note: Version bump only for package @logto/connector-core

1.0.0-beta.6 (2022-08-30)

Note: Version bump only for package @logto/connector-core