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.21.2 in /examples/fastly #1256

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

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

Release notes

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

v3.21.2

3.21.2 (2024-08-27)

Bug Fixes

  • revert documentation website refactoring (#915) (ba1eb66)

v3.21.1

3.21.1 (2024-08-27)

Bug Fixes

  • missing publish file, parallel publish build (#912) (91ae54c)

v3.21.0

3.21.0 (2024-08-27)

Features

  • ship --debug-build CLI flag as public (#907) (2728141)
  • support getSetCookie on new StarlingMonkey headers implementation (#844) (c102521)

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)

... (truncated)

Changelog

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

3.21.2 (2024-08-27)

Fixed

  • revert documentation website refactoring (#915) (ba1eb66)

3.21.1 (2024-08-27)

Fixed

  • missing publish file, parallel publish build (#912) (91ae54c)

3.21.0 (2024-08-27)

Added

  • ship --debug-build CLI flag as public (#907) (2728141)
  • support getSetCookie on new StarlingMonkey headers implementation (#844) (c102521)

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)

... (truncated)

Commits


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 1 week ago

Superseded by #1262.