-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix lints - Add changelog - Document unsafe binding with example - Change some asserts to requires in tests
- Loading branch information
1 parent
0de7841
commit d1c8036
Showing
4 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
```release-note:enhancement | ||
workers: Add support for uploading scripts to a Workers for Platforms namespace. | ||
``` | ||
|
||
```release-note:enhancement | ||
workers: Add support for declaring arbitrary bindings with UnsafeBinding. | ||
``` | ||
|
||
```release-note:enhancement | ||
workers: Add support for uploading workers with Workers for Platforms namespace bindings. | ||
``` | ||
|
||
```release-note:enhancement | ||
workers: Add `pipeline_hash` field to Workers script response struct. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters