upstash / redis-js

HTTP based Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
668 stars 51 forks source link

build(deps): bump @fastly/js-compute from 0.5.15 to 3.20.0 in /examples/fastly #1237

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps @fastly/js-compute from 0.5.15 to 3.20.0.

Release notes

Sourced from @​fastly/js-compute's releases.

v3.20.0

3.20.0 (2024-08-08)

Features

  • Add new CLI name of js-compute which matches the published package name @fastly/js-compute (#869) (60d1d20)

Bug Fixes

  • core-cache headers case (#889) (3f2db5c)
  • ensure we throw an error if FastlyBody.prototype.read is called with a value which is not coercible to a finite positive integer (#877) (1633e02)
  • perf: Use wasm-opt -O3 when making a release build (#870) (dd91fa5)
  • When constructing an EdgeRateLimiter, retrieve the PenaltyBox instance's name using PenaltyBox::get_name (#866) (9222f1d)

Performance Improvements

  • only time the fetch event when debug logging is enabled (#873) (e4ddf8a)
  • re-order the http methods so the most often requested is first and the least requested is last (#874) (6af7626)
  • Use MOZ_ASSERT instead of MOZ_RELEASE_ASSERT as these methods are already guarded correctly where they are being called (#876) (f089616)

v3.19.0

3.19.0 (2024-07-29)

Features

  • Add FetchEvent.server object which contains information about the server which received the incoming HTTP request from the client. (#855) (538ed9c)
  • use StarlingMonkey by default, --disable-starlingmonkey flag (#861) (475cdf9)

Bug Fixes

  • Correct Class name for the ClientInfo class (#854) (efb5694)
  • correct spelling in CLI error message (#849) (38b558c)

v3.18.1

3.18.1 (2024-07-18)

Bug Fixes

  • add type definitions of Performance APIs (#841) (fd95aae)

v3.18.0

3.18.0 (2024-07-16)

... (truncated)

Changelog

Sourced from @​fastly/js-compute's changelog.

3.20.0 (2024-08-08)

Added

  • Add new CLI name of js-compute which matches the published package name @fastly/js-compute (#869) (60d1d20)

Fixed

  • core-cache headers case (#889) (3f2db5c)
  • ensure we throw an error if FastlyBody.prototype.read is called with a value which is not coercible to a finite positive integer (#877) (1633e02)
  • perf: Use wasm-opt -O3 when making a release build (#870) (dd91fa5)
  • When constructing an EdgeRateLimiter, retrieve the PenaltyBox instance's name using PenaltyBox::get_name (#866) (9222f1d)

Changed

  • only time the fetch event when debug logging is enabled (#873) (e4ddf8a)
  • re-order the http methods so the most often requested is first and the least requested is last (#874) (6af7626)
  • Use MOZ_ASSERT instead of MOZ_RELEASE_ASSERT as these methods are already guarded correctly where they are being called (#876) (f089616)

3.19.0 (2024-07-29)

Added

  • Add FetchEvent.server object which contains information about the server which received the incoming HTTP request from the client. (#855) (538ed9c)
  • use StarlingMonkey by default, --disable-starlingmonkey flag (#861) (475cdf9)

Fixed

  • Correct Class name for the ClientInfo class (#854) (efb5694)
  • correct spelling in CLI error message (#849) (38b558c)

3.18.1 (2024-07-18)

Fixed

  • add type definitions of Performance APIs (#841) (fd95aae)

3.18.0 (2024-07-16)

Added

  • support for Response.prototype.ip and port via get_addr_dest_ip & get_addr_dest_port (#817) (391b3d8)
  • Update to SpiderMonkey v127.0.2 (#826) (5341f67)

3.17.3 (2024-07-16)

Fixed

  • Remove accidentally commited debug messages which write to stderr (#838) (040ea8b)

... (truncated)

Commits
  • 8b4cc26 chore(main): release 3.20.0 (#867)
  • 6e81d41 fix handling of missing WPT results (#890)
  • 3f2db5c fix: core-cache headers case (#889)
  • a693b45 Update StarlingMonkey to pull in PBL+weval updates in SpiderMonkey. (#886)
  • 1633e02 fix: ensure we throw an error if FastlyBody.prototype.read is called with a v...
  • ec13a63 refactor: remove the component adapter implementation (#864)
  • 06c754d Experimental: add ahead-of-time compilation via weval and PBL. (#883)
  • 2be17c7 StarlingMonkey debug build with names section only (#882)
  • 60d1d20 feat: Add new CLI name of js-compute which matches the published package na...
  • 08a1e5d chore(deps): bump undici from 6.19.4 to 6.19.5 in /integration-tests/js-compu...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.