Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Jun 7, 2023
1 parent 7605df5 commit ee0bfb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changeset/pink-mugs-pump.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
'@apollo/server': patch
---

Use Web Crypto API for UUID generation when it's available (in Node 20+ and web workers)
Provide a new configuration option for landing page plugins `precomputedNonce`
which allows users to provide a nonce and avoid calling into `uuid` functions on
startup. This is useful for Cloudflare Workers where random number generation is
not available on startup (only during requests).

0 comments on commit ee0bfb8

Please sign in to comment.