Astro: @astrojs/cloudflare@7.2.0 Release

Release date:
September 21, 2023
Previous version:
@astrojs/cloudflare@7.1.1 (released September 19, 2023)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/cloudflare@7.2.0

Could not determine top contributors for this release.

Directory Browser for @astrojs/cloudflare@7.2.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Minor Changes

  • #8595 5b0b3c9a8 Thanks @alexanderniebuhr! - Add support for the following Node.js Runtime APIs, which are availabe in Cloudflare using the node: syntax.

    • assert
    • AsyncLocalStorage
    • Buffer
    • Diagnostics Channel
    • EventEmitter
    • path
    • process
    • Streams
    • StringDecoder
    • util
    import { Buffer } from 'node:buffer';
    

Patch Changes