Skip to content

Commit 0ef2022

Browse files
authored
[Workers] 04-11-24 Update changelog (#13982)
1 parent 2ff9b09 commit 0ef2022

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data/changelogs/workers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
link: "/workers/platform/changelog/"
33
productName: Workers
44
entries:
5+
- publish_date: '2024-04-11'
6+
description: |-
7+
- Improve Streams API spec compliance by exposing `desiredSize` and other properties on stream class prototypes
8+
- The new `URL.parse(...)` method is implemented. This provides an alternative to the URL constructor that does not throw exceptions on invalid URLs.
9+
- 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.
510
- publish_date: '2024-04-05'
611
description: |-
712
- 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.

0 commit comments

Comments
 (0)