Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @cloudflare/kv-asset-handler from 0.1.3 to 0.3.0 in /workers-site #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2022

Bumps @cloudflare/kv-asset-handler from 0.1.3 to 0.3.0.

Release notes

Sourced from @​cloudflare/kv-asset-handler's releases.

0.3.0

  • Features

    • Allow configurable downgrade of ETag validator strength - awwong1, pull/315

    This allows users to override the default strong ETag validator behaviour to use weak ETag validators. This change allows the developer to use weak ETags and preserve 304 responses (e.g. on *.workers.dev domains).

  • Fixes

    Previously when edge cached was enabled, the content-length of the response was not being set correctly. This was due to the length property of the ArrayBuffer instance being called instead of the byteLength property. This PR fixes this issue.

  • Maintenance

    • chore(ci): bump node versions in actions - KianNH, pull/354

      This bumps the Node versions used in the CI actions to the latest LTS versions.

    • chore: use tabs for indentation - Cherry, pull/355

      This PR changes the indentation of the project to use tabs instead of spaces, falling more in line with other Cloudflare JavaScript projects like wrangler.

    • chore: bump dependencies - Cherry, pull/356

      This bumps many dependencies of the project to their latest versions.

0.2.0

  • Features

    • Allow changing pathIsEncoded through options - JackPriceBurns, pull/243

      When using mapRequestToAsset, it encodes the URL / key and will never check the KV store for the decoded key.

      This adds the ability to set pathIsEncoded to true, which will decode the URL before getting it from the KV.

    • Support ES Modules. - [threepointone], [pull/261]

      This PR provides a possible solution for getting Workers Sites working with ES Module workers. This approach is not as invasive as other approaches, so isn't as risky either.

      Usage:

      import manifestJSON from "__STATIC_CONTENT_MANIFEST";
      const manifest = JSON.parse(manifestJSON);

... (truncated)

Changelog

Sourced from @​cloudflare/kv-asset-handler's changelog.

0.3.0

  • Features

    • Allow configurable downgrade of ETag validator strength - [awwong1], [pull/315]

    This allows users to override the default strong ETag validator behaviour to use weak ETag validators. This change allows the developer to use weak ETags and preserve 304 responses (e.g. on *.workers.dev domains).

  • Fixes

    • Fix length property call on ArrayBuffer instance - [philipatkinson], [pull/295]

    Previously when edge cached was enabled, the content-length of the response was not being set correctly. This was due to the length property of the ArrayBuffer instance being called instead of the byteLength property. This PR fixes this issue.

  • Maintenance

    • chore(ci): bump node versions in actions - [KianNH], [pull/354]

      This bumps the Node versions used in the CI actions to the latest LTS versions.

    • chore: use tabs for indentation - [Cherry], [pull/355]

      This PR changes the indentation of the project to use tabs instead of spaces, falling more in line with other Cloudflare JavaScript projects like wrangler.

    • chore: bump dependencies - [Cherry], [pull/356]

      This bumps many dependencies of the project to their latest versions.

0.2.0

  • Features

    • Allow changing pathIsEncoded through options - JackPriceBurns, pull/243

      When using mapRequestToAsset, it encodes the URL / key and will never check the KV store for the decoded key.

      This adds the ability to set pathIsEncoded to true, which will decode the URL before getting it from the KV.

    • Support ES Modules. - [threepointone], [pull/261]

      This PR provides a possible solution for getting Workers Sites working with ES Module workers. This approach is not as invasive as other approaches, so isn't as risky either.

      Usage:

      import manifestJSON from "__STATIC_CONTENT_MANIFEST";

... (truncated)

Commits
  • e50a336 chore: release 0.3.0 (#357)
  • 372325c Merge pull request #356 from cloudflare/cherry/dependencies
  • b3265f3 chore: bump dependencies
  • c198236 Merge pull request #355 from cloudflare/cherry/code-style
  • 3dfc9e9 chore: bump github actions versions
  • be20437 chore: drop markdownlint
  • 4ded85a chore: use tabs for indentation
  • 0940926 Merge pull request #354 from KianNH/kian/bump-node-workflows
  • c3db6d9 chore(ci): bump node versions in actions
  • 6d79466 Merge pull request #312 from cloudflare/dependabot/npm_and_yarn/ansi-regex-4.1.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cloudflare/kv-asset-handler](https://github.com/cloudflare/kv-asset-handler) from 0.1.3 to 0.3.0.
- [Release notes](https://github.com/cloudflare/kv-asset-handler/releases)
- [Changelog](https://github.com/cloudflare/kv-asset-handler/blob/main/CHANGELOG.md)
- [Commits](cloudflare/kv-asset-handler@v0.1.3...v0.3.0)

---
updated-dependencies:
- dependency-name: "@cloudflare/kv-asset-handler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants