You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add global headers to the client (#218)
* feat: add global headers to the client
* chore: add tests for global headers
* fix: move headers logic to inside of the methods, add tests
* fix: headers type conflict
* fix: add global header to schedule and enqueue
* fix: type error
---------
Co-authored-by: CahidArda <cahidardaooz@hotmail.com>
Fix resend integration headers (#219)
* fix: resend integration headers
content-type header wasn't being sent, so resend couldn't process the request. But the integration worked before. So I am suspecting that QStash used to set a default content header but it doesn't anymore. To fix the issue, I added a utility to properly merge the headers and added tests to make sure that we don't miss this behavior.
* fix: add method option to providers