Overall
Changelog
Workflow changelogs are here
October 2024
- Added resend API. See here. Released with qstash-js v2.7.14.
- Fixed a bug on qstash-js where we skipped using the next signing key when the current signing key fails to verify the
upstash-signature
. Released with qstash-js v2.7.14. - Added
schedule to queues
feature to the qstash-js. See here. Released with qstash-js v2.7.14. - Optimized the console by trimming event bodies, reducing resource usage and enabling efficient querying of events with large payloads.
- Began development on a new architecture to deliver faster event processing on the server.
- Added more fields to events in the REST API, including
Timeout
,Method
,Callback
,CallbackHeaders
,FailureCallback
,FailureCallbackHeaders
, andMaxRetries
. - Enhanced retry backoff logic by supporting additional headers for retry timing. Along with
Retry-After
, Qstash now recognizesX-RateLimit-Reset
,X-RateLimit-Reset-Requests
, andX-RateLimit-Reset-Tokens
as backoff time indicators. See here for more details.
September 2024
- Improved performance, resulting in reduced latency for average publish times.
- Set the
nbf
(not before) claim on Signing Keys to 0. This claim specifies the time before which the JWT must not be processed. Previously, this was incorrectly used, causing validation issues when there were minor clock discrepancies between systems. - Fixed queue name validation. Queue names must now be alphanumeric or include hyphens, underscores, or periods, consistent with other API resources.
- Resolved bugs related to overwriting a schedule.
August 2024
- Released Upstash Workflow.
- Fixed a bug where paused schedules were mistakenly resumed after a process restart (typically occurring during new version releases).
July 2024
- Big update on the UI, where all the Rest functinality exposed in the Console.
- Addded order query parameter to /v2/events and /v2/dlq endpoints.
- Added ability to configure callbacks(/failure_callbacks)
- A critical fix for schedule pause and resume Rest APIs where the endpoints were not working at all before the fix.
June 2024
- Pause and resume for scheduled messages
- Pause and resume for queues
- Bulk cancel messages
- Body and headers on events
- Fixed inaccurate queue lag
May 2024
- Retry-After support for rate-limited endpoints
- Upstash-Timeout header
April 2024
March 2024
- Batch publish messages
- Bulk delete for DLQ
February 2024
- Added failure callback support to scheduled messages
- Added Upstash-Caller-IP header to outgoing messages. See [https://upstash.com/docs/qstash/howto/receiving] for all headers
- Added Schedule ID to events and messages
November 2023
- Put last response in DLQ
- DLQ get message
- Pass schedule ID to the header when calling the user’s endpoint
- Added more information to callbacks
October 2023
- Added Upstash-Failure-Callback