-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Adapter and Action interfaces, add new Next.js handler implementation, remove middlewares #401
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: a3c50b2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #401 +/- ##
==========================================
+ Coverage 73.07% 79.81% +6.74%
==========================================
Files 82 79 -3
Lines 3034 3156 +122
Branches 456 513 +57
==========================================
+ Hits 2217 2519 +302
+ Misses 812 630 -182
- Partials 5 7 +2 ☔ View full report in Codecov by Sentry. |
562f993
to
3bca89d
Compare
This PR adds new interfaces for writing handlers:
It replaces Next.js handlers with these new abstractions.
It removes deprecated process-protected-handler, in favor of validator class.
It also removes middlewares and
retes
dependency, since they are no longer used by library code.