0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/.changeset
Gao Sun 21bb35b127
feat: init management api hook middleware function (#5783)
* feat: init management api hook middleware function

* refactor: fix type issues

* feat(core): implement auto triggered management api hooks

implement auto triggered managment api hooks

* refactor(console,core,schemas): rename the managementHook to dataHook

rename the managementHooke to dataHook and redefine the types

* feat(core): add dev feature guard

add dev feature guard

* chore: update changeset

update changeset

* refactor(core,console,schemas,shared): update the webhook logics

update the webhook logics. Address some PR review comments

* fix(test): fix integration tests

fix integration tests

* fix(test): remove legacy code

remove legacy code

* refactor(core,schemas): refactor the hook library code

refactor the webhooks library code. address some comments

* fix(core): address rebase issue

update console log using getConsoleLogFromContext

* fix(core): fix ut

fix ut

* fix(core): refactor data webhook code

refactor data webhook codes

* refactor(core): clean up some management api webhook code

clean up some management api webhook code

---------

Co-authored-by: simeng-li <simeng@silverhand.io>
2024-05-09 11:19:01 +08:00
..
afraid-stingrays-perform.md fix(core,console): invitee emails should be case insensitive (#5730) 2024-04-17 17:55:54 +08:00
chilled-pugs-notice.md feat(connector): support client_secret_basic and client_secret_jwt methods for oauth2 connectors (#5762) 2024-04-24 13:51:41 +08:00
config.json chore: update changesets config (#3703) 2023-04-17 16:22:39 +08:00
cuddly-buses-obey.md refactor(core): dont throw for status errors in prod (#5690) 2024-04-16 09:36:56 +00:00
dull-frogs-perform.md feat(core): add redis cluster and tls extra options support (#5619) 2024-04-18 20:14:49 +08:00
fluffy-steaks-flow.md feat: init management api hook middleware function (#5783) 2024-05-09 11:19:01 +08:00
forty-grapes-relax.md fix(core): set oidc access denied error code to 403 (#5725) 2024-04-17 02:27:47 +00:00
four-goats-rush.md fix(core): not allow to modify management api resource (#5626) 2024-04-11 17:20:53 +08:00
funny-books-sell.md fix(experience): use correct callback path for native environments (#5800) 2024-04-27 23:27:33 +08:00
green-phones-visit.md refactor: implement request id (#5813) 2024-05-01 15:49:01 +00:00
grumpy-cougars-perform.md refactor: implement request id (#5813) 2024-05-01 15:49:01 +00:00
healthy-knives-draw.md feat: support organization custom data (#5785) 2024-04-25 14:16:59 +00:00
metal-lions-swim.md feat: init management api hook middleware function (#5783) 2024-05-09 11:19:01 +08:00
nasty-dots-lie.md feat(connector): add hugging face connector (#5797) 2024-05-06 09:54:48 +08:00
nine-turtles-learn.md fix(experience,core): fix SSO register hook event not triggering bug (#5796) 2024-04-28 03:24:15 +00:00
popular-chicken-share.md fix(core): invitee email check should be case insensitive (#5823) 2024-05-06 10:21:45 +08:00
rare-lamps-worry.md feat(core): support comma separated resource param (#5773) 2024-04-23 15:11:39 +08:00
README.md refactor: update pubilsh flow 2023-04-02 17:05:18 +08:00
real-camels-cheat.md feat(core): add api to fetch organization scopes for a user (#5701) 2024-04-15 07:04:42 +00:00
smart-melons-shop.md fix(core): fix upload file guard (#5810) 2024-04-30 03:40:05 +00:00
soft-stingrays-beam.md feat(console): add spring boot integration guide (#5740) 2024-04-23 02:37:54 +00:00
ten-steaks-melt.md refactor: remove AppInsights for React (#5742) 2024-04-18 15:20:24 +08:00
thick-carrots-tickle.md fix(core): bump oidc-provider to fix resource indicator check (#5782) 2024-04-24 09:51:56 +08:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation

Logto publish flow

For now, Changesets only supports tagging packages separately, instead of tagging a "release group". There is an open issue that is still hanging in the air.

So, we are using our own "grouping" release strategy in this monorepo:

Core

The release group that includes the Logto core service and its schemas and cli, which consists of the following packages:

  • @logto/core (main)
  • @logto/schemas
  • @logto/cli
  • @logto/create

Their versions will be always in sync, and forms our main release.

Others

For simplicity, we will tag other public packages separately and publish them to NPM. But in most cases, no GitHub release will present for these packages.