You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/changelogs/workers.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
link: "/workers/platform/changelog/"
3
3
productName: Workers
4
4
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.
5
10
- publish_date: '2024-04-05'
6
11
description: |-
7
12
- 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