Skip to content

Commit

Permalink
Update changelog.md with 2023-06-22 release (#9530)
Browse files Browse the repository at this point in the history
* Update changelog.md with 2023-06-22 release

* Apply suggestions from code review

Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>

* Apply suggestions

---------

Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>
  • Loading branch information
dom96 and irvinebroque authored Jun 23, 2023
1 parent fd79e2c commit bf072d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/workers/platform/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ rss: file

# Changelog

## 2023-06-22

- Added the [`strict_crypto_checks`](/workers/platform/compatibility-dates/#strict-crypto-error-checking) compatibility flag to enable additional [Web Crypto API](/workers/runtime-apis/web-crypto/) error and security checking.
- Fixes regression in the [TCP Sockets API](/workers/runtime-apis/tcp-sockets/) where `connect("google.com:443")` would fail with a `TypeError`.

## 2023-06-19

- The [TCP Sockets API](/workers/runtime-apis/tcp-sockets/) now reports clearer errors when a connection cannot be established.
Expand Down

0 comments on commit bf072d1

Please sign in to comment.