-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
chore(deps): update dependency graphql-sse to v2 #4919
Conversation
|
b18e8b9
to
37be1d1
Compare
37be1d1
to
b4305aa
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
✅ Benchmark Results
|
🚀 Website PreviewThe latest changes to the website are available as preview in: https://bf548d14.graphql-tools.pages.dev |
This PR contains the following updates:
1.3.2
->2.0.0
Release Notes
enisdenjo/graphql-sse
v2.0.0
Compare Source
Features
BREAKING CHANGES
graphql-sse
is now server agnostic and as such offers a handler that implements a generic request/response modelonSubscribe
hook can now return an execution result too (useful for caching for example)onNext
andonComplete
hooks will bubble the error to the returned iteratorMigration
Even though the core of graphql-sse is now completely server agnostic, there are adapters to ease the integration with existing solutions. Migrating is actually not a headache!
Beware that the adapters don't handle internal errors, it's your responsibility to take care of that and behave accordingly.
http
http2
express
fastify
1.3.2 (2022-12-06)
Bug Fixes
1.3.1 (2022-12-05)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 8pm,before 8:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.