Skip to content

Commit

Permalink
[Workers] 04-11-24 Update changelog (#13982)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau authored Apr 12, 2024
1 parent 2ff9b09 commit 0ef2022
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/changelogs/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
link: "/workers/platform/changelog/"
productName: Workers
entries:
- publish_date: '2024-04-11'
description: |-
- Improve Streams API spec compliance by exposing `desiredSize` and other properties on stream class prototypes
- The new `URL.parse(...)` method is implemented. This provides an alternative to the URL constructor that does not throw exceptions on invalid URLs.
- R2 bindings objects now have a `storageClass` option. This can be set on object upload to specify the R2 storage class - Standard or Infrequent Access. The property is also returned with object metadata.
- publish_date: '2024-04-05'
description: |-
- A new [JavaScript-native remote procedure call (RPC) API](/workers/runtime-apis/rpc) is now available, allowing you to communicate more easily across Workers and between Workers and Durable Objects.
Expand Down

0 comments on commit 0ef2022

Please sign in to comment.