Skip to content

v3.0.0-next.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrbbot mrbbot released this 17 Apr 14:24
· 169 commits to tre since this release

Features

  • Add native support for Windows (#551)
  • Add support for routing to multiple Workers (#520)
  • Add support for logging incoming HTTP requests (#550)
  • Improve support for newer R2 features (#524)
    • Add support for deleting multiple keys in R2Bucket#delete()
    • Add support for ranged-gets with a Range header in R2Bucket#get()
    • Add support for R2Bucket#list() startAfter option
    • Add support for sha* checksums in R2Bucket#put() and return from R2Bucket#{get,head}
    • Add support for conditional R2Bucket#put()
    • Add support for secondsGranularity option in R2Conditionals
    • Add validation for customMetadata size to R2Bucket#put()
    • Return range information from R2Bucket#head()

Fixes

  • Use UTC timezone when checking if compatibility date is in the future (#558)