Skip to content

Commit

Permalink
Add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
codenem committed Jan 31, 2024
1 parent 4e6b051 commit 2276048
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .changeset/modern-dogs-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@defer/client": major
---

This new major version brings scheduling features to the local developer experience.

Features:
- concurrency
- delay
- reschedule
- cancel
- discard
- `DeferError` has been replaced with respective errors for each client method.

Breaking changes:
- `getExecution` does not return the result anymore. To do so, one must use `getExecutionResult`.
5 changes: 5 additions & 0 deletions .changeset/tough-apples-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@defer/client": minor
---

Use Defer public API v2

0 comments on commit 2276048

Please sign in to comment.