Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

v1.19.5

Choose a tag to compare

@github-actions github-actions released this 10 Nov 17:03
886fa42

v1.19.5

  • Features

    • add __STATIC_CONTENT_MANIFEST as a text module for modules workers - g45t345rt, pull/2126

      The __STATIC_CONTENT_MANIFEST is not accessible when using modules workers [sites]

      This pr makes it possible to import the content of manifest as text.

      It is also in favor of storing the manifest in vars
      https://github.com/cloudf
      ... truncated

  • Maintenance

    • Bump os-version to 0.2.0 - a1ien, pull/2122

      In 0.2 os-version use new stable version of plist
      In plist 1.2.2(which is not published yet) remove chrono dependency and use time 0.3 which fix part of #2117

    • Fix missing fmt argument in error message - dtolnay, pull/2118

      • The first commit fills in a missing argument to {} in config.rs. Without this, the error message would literally be 'Your token has status "{}"' with curly braces in it instead of the token status.

      • The second commit closes an incon
        ... truncated

    • Fix some migration errors - xortive, pull/2127

      • Don't include migrations in Target for preview/dev uploads
    • Fixes wrangler.toml being incorrectly inserted into existing directory - Scotsoo, pull/2110

      Fixes #2051 by passing new_name rather than name to config_path path

    • Remove serde-hjson transitive dependency - a1ien, pull/2123

      serde-hjson crate is not maintained anymore
      With removing this dependency we also remove duplicate of old serde
      Also in new version of config crate hjson also removed

    • Remove unneeded heartbeat logic with sketchy time addition - nataliescottdavidson, pull/2129

    • Remove unused eventual dependency - a1ien, pull/2119

      This also fix part of #2117

    • Update hash comment to changed XxHash64 usage - dcousens, pull/2124

      As introduced in #1221

    • use --openssl-legacy-provider flag when running node 17 - caass, pull/2116

      Closes #2108

      Node 17 uses openssl 3 by default, which is not
      compatible with webpack 4. This change adds a check to see if
      the user is running node 17, and if they are, we add the appropriate
      flag to the call to node (https://github.com/no
      ... truncated