Skip to content

Tags: upstash/qstash-js

Tags

v2.7.20

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add anthropic version header (#220)

v2.7.19

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v2.7.18

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.7.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add status field to QStashError (#216)

* feat: add status to QStashError

* fix: tests

v2.7.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add content type headers in llm (#212)

* fix: add content type headers in llm

* fix: update tests to catch llm fails

v2.7.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't sleep after the last retry attempt (#207)

v2.7.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add resend api (#201)

* feat: add resend api

* fix: mock resend in email test

* fix: tests

* fix: add appendAPIOptions to enqueue and batch

* fix: add batch emails

v2.7.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #200 from upstash/nextjs-pages-fix

Fix NextJS pages routers import issue

v2.7.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #194 from upstash/fix-missing-readme-in-build

Add cp license and readme to dist

v2.7.12-canary

fix: add cp license and readme to dist