Skip to content

Commit

Permalink
Prepare v0.2.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Nov 23, 2024
1 parent bc09fde commit bf439d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.2.3

* Interleaving of multiple HTTP requests into busy v8 isolates/workers.
* JS runtime:
* add `addPeriodicCallback` function to register periodic tasks that
executes on a single worker/isolate.
* Constrain method TS argument type (`MethodType`).

## v0.2.2

* Enable "web" APIs in JS runtime.
Expand Down

0 comments on commit bf439d6

Please sign in to comment.