Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9d6135c
feat: add missing bulk action methods to sdk
alitariksahin Feb 6, 2026
afbc058
fix: reviews
alitariksahin Feb 10, 2026
f1b53b0
fix: cancel method
alitariksahin Feb 10, 2026
4703788
fix: linting
alitariksahin Feb 10, 2026
85d34f8
fix: return types
alitariksahin Feb 10, 2026
c04c24b
fix: require all:true param for cancel method
alitariksahin Feb 17, 2026
96474fa
fix: require all:true param and add exactmatch param
alitariksahin Feb 20, 2026
aeed19d
fix: lint
alitariksahin Feb 20, 2026
d4a5f36
fix: reviews
alitariksahin Feb 26, 2026
8c7d1d4
feat: bump qstash to 2.9.1-rc.1
ytkimirti Mar 18, 2026
0f75381
feat: update filters and tests while keeping backwards compat
ytkimirti Mar 18, 2026
206920e
feat: add buildBulkActionQueryParameters with empty array validation …
ytkimirti Mar 18, 2026
80627f5
fix: add backwards compat for cancel() and dlq.list() filter signatures
ytkimirti Mar 18, 2026
5156bee
feat: replace workflowUrlExactMatch with workflowUrlStartingWith for …
ytkimirti Mar 18, 2026
5231474
test: add legacy cancel() format tests for backwards compat
ytkimirti Mar 18, 2026
dc1161d
Merge branch 'main' into DX-2238
CahidArda Mar 23, 2026
d5f69a7
test: refactor DLQ and cancel tests to use mockQStashServer for consi…
CahidArda Mar 23, 2026
0d88019
test: add empty dlqIds and live { all: true } tests, drop all= query …
CahidArda Mar 23, 2026
3a4a860
fix: address PR review comments for backwards compat and safety
ytkimirti Mar 25, 2026
2080842
test: add cancellation tests with fromDate and toDate as Date objects
CahidArda Mar 25, 2026
b8644a9
test: fix retry failure function response and add a live test for ret…
CahidArda Mar 25, 2026
7092e56
fix: update deprecation message and replace QstashError with Workflow…
CahidArda Mar 25, 2026
a399699
Revert "fix: update deprecation message and replace QstashError with …
CahidArda Mar 25, 2026
4d96328
fix: tests and deprecated warning
CahidArda Mar 30, 2026
6ab76c3
fix: fmt
CahidArda Mar 30, 2026
543124c
fix: update deprecation message for workflowCreatedAt and add workflo…
CahidArda Mar 30, 2026
419ec7d
fix: test
CahidArda Mar 30, 2026
a6e9e5c
fix: update DLQ test to filter messages by workflowRunId and check ca…
CahidArda Mar 30, 2026
fa598ae
fix: correct expected call count in quota error workflow
CahidArda Mar 30, 2026
4597827
fix: update lock file
CahidArda Mar 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
578 changes: 251 additions & 327 deletions bun.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const { POST, GET } = testServe(
}
}
), {
expectedCallCount: 16,
expectedCallCount: 15,
expectedResult,
payload,
headers: {
Expand Down
Loading
Loading