7.8 KiB
Change Log
1.4.0
Minor Changes
-
ecbecd8e4
: various application improvements- Show OpenID Provider configuration endpoint in Console
- Configure "Rotate Refresh Token" in Console
- Configure "Refresh Token TTL" in Console
1.3.0
Minor Changes
-
73666f8fa
: Provide new features for webhooksFeatures
- Manage webhooks via the Admin Console
- Securing webhooks by validating signature
- Allow to enable/disable a webhook
- Track recent execution status of a webhook
- Support multi-events for a webhook
Updates
- schemas: add
name
,events
,signingKey
, andenabled
fields to thehook
schema - core: change the
user-agent
value fromLogto (https://logto.io)
toLogto (https://logto.io/)
in the webhook request headers - core: deprecate
event
field in all hook-related APIs, useevents
instead - core: deprecate
retries
field in theHookConfig
for all hook-related APIs, now it will fallback to3
if not specified and will be removed in the future - core: add new APIs for webhook management
GET /api/hooks/:id/recent-logs
to retrieve recent execution logs(24h) of a webhookPOST /api/hooks/:id/test
to test a webhookPATCH /api/hooks/:id/signing-key
to regenerate the signing key of a webhook
- core: support query webhook execution stats(24h) via
GET /api/hooks/:id
andGET /api/hooks/:id
by specifyingincludeExecutionStats
query parameter - console: support webhook management
-
268dc50e7
: Support setting default API Resource from Console and API- New API Resources will not be treated as default.
- Added
PATCH /resources/:id/is-default
to settingisDefault
for an API Resource.- Only one default API Resource is allowed per tenant. Setting one API default will reset all others.
1.2.0
Minor Changes
9a3aa3aae
: Automatically sync the trusted social email and phone info to the new registered user profile
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Major Changes
1c9160112
: Packages are now ESM.
Minor Changes
-
f41fd3f05
: Replacepasscode
naming convention in the interaction APIs and main flow ui withverificationCode
. -
343b1090f: Allow admin tenant admin to create tenants without limitation
-
f41fd3f05
: Officially cleanup all deprecated/session
APIs in core and all the related integration tests. -
f41fd3f05
: Replace thesms
naming convention usingphone
cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names. -
402866994
: 💥 Breaking change 💥Use case-insensitive strategy for searching emails
Patch Changes
38970fb88
: Fix a Sign-in experience bug that may block some users to sign in.
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
Minor Changes
f41fd3f0
: Replacepasscode
naming convention in the interaction APIs and main flow ui withverificationCode
.f41fd3f0
: Officially cleanup all deprecated/session
APIs in core and all the related integration tests.f41fd3f0
: Replace thesms
naming convention usingphone
cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names.
1.0.0-beta.19
1.0.0-beta.18
Major Changes
1c916011
: Packages are now ESM.
1.0.0-beta.17
1.0.0-beta.16
Patch Changes
38970fb8
: Fix a Sign-in experience bug that may block some users to sign in.
1.0.0-beta.15
1.0.0-beta.14
1.0.0-beta.13
Minor Changes
-
40286699
: 💥 Breaking change 💥Use case-insensitive strategy for searching emails
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-beta.12 (2022-10-19)
Note: Version bump only for package @logto/integration-tests
1.0.0-beta.11 (2022-10-19)
Note: Version bump only for package @logto/integration-tests
1.0.0-beta.10 (2022-09-28)
Bug Fixes
- bump react sdk and essentials toolkit to support CJK characters in idToken (2f92b43)
1.0.0-beta.9 (2022-09-07)
⚠ BREAKING CHANGES
- core: load connectors by folder (#1879)
Features
Bug Fixes
1.0.0-beta.8 (2022-09-01)
Note: Version bump only for package @logto/integration-tests
1.0.0-beta.6 (2022-08-30)
Note: Version bump only for package @logto/integration-tests
1.0.0-beta.5 (2022-08-19)
⚠ BREAKING CHANGES
- core,console: remove
/me
apis (#1781)
Code Refactoring
1.0.0-beta.4 (2022-08-11)
Note: Version bump only for package @logto/integration-tests
1.0.0-beta.3 (2022-08-01)
Bug Fixes
1.0.0-beta.2 (2022-07-25)
Bug Fixes
1.0.0-beta.1 (2022-07-19)
Note: Version bump only for package @logto/integration-tests
1.0.0-beta.0 (2022-07-14)
Note: Version bump only for package @logto/integration-tests
1.0.0-alpha.3 (2022-07-07)
Note: Version bump only for package @logto/integration-tests
1.0.0-alpha.1 (2022-07-05)
Note: Version bump only for package @logto/integration-tests
0.1.2-alpha.5 (2022-07-03)
Note: Version bump only for package @logto/integration-tests
0.1.2-alpha.1 (2022-07-02)
Note: Version bump only for package @logto/integration-tests