Skip to content

feat(deps): bump @linzjs/lambda from 2.0.0 to 4.0.0#565

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/linzjs/lambda-4.0.0
Closed

feat(deps): bump @linzjs/lambda from 2.0.0 to 4.0.0#565
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/linzjs/lambda-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps @linzjs/lambda from 2.0.0 to 4.0.0.

Release notes

Sourced from @​linzjs/lambda's releases.

v4.0.0

4.0.0 (2022-08-18)

⚠ BREAKING CHANGES

  • http: switch to async request handlers for http functions

Features

  • http: ensure requestId and correlationId are set on errors (fcbf4f8)
  • http: move all the handling logic into the router (b3239ae)
  • http: switch to async request handlers for http functions (03437f1)
  • http: track request counter (851a930)
  • http: use high resolution timer for metrics (3150c32)

v3.2.2

3.2.2 (2022-08-18)

Bug Fixes

  • query string parameters should not be lower cased (5e36b5d)

v3.2.1

Bug Fixes

  • ensure logging the request is the last thing that is done before sending a response (#178) (c0fad56)

Features

v3.2.0

Features

  • switch to a more complete routing engine find-my-way (#169) (3f7c9f9)

v3.1.1

Bug Fixes

  • support request bodies in function urls (3660ed1)

... (truncated)

Changelog

Sourced from @​linzjs/lambda's changelog.

4.0.0 (2022-08-18)

⚠ BREAKING CHANGES

  • http: switch to async request handlers for http functions

Features

  • http: ensure requestId and correlationId are set on errors (fcbf4f8)
  • http: move all the handling logic into the router (b3239ae)
  • http: switch to async request handlers for http functions (03437f1)
  • http: track request counter (851a930)
  • http: use high resolution timer for metrics (3150c32)

3.2.2 (2022-08-18)

Bug Fixes

  • query string parameters should not be lower cased (5e36b5d)

3.2.1 (2022-07-26)

Bug Fixes

  • ensure logging the request is the last thing that is done before sending a response (#178) (c0fad56)

Features

3.2.0 (2022-07-18)

Features

  • switch to a more complete routing engine find-my-way (#169) (3f7c9f9)

3.1.1 (2022-07-04)

... (truncated)

Commits
  • 86459a9 chore(master): release 4.0.0 (#195)
  • 596dbb3 build: upgrade all deps
  • 3150c32 feat(http): use high resolution timer for metrics
  • 03437f1 feat(http)!: switch to async request handlers for http functions
  • fcbf4f8 feat(http): ensure requestId and correlationId are set on errors
  • 851a930 feat(http): track request counter
  • b3239ae feat(http): move all the handling logic into the router
  • bc816de chore(master): release 3.2.2 (#194)
  • 38f5aba ci: use release-please to automate releases
  • 5e36b5d fix: query string parameters should not be lower cased
  • 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 [@linzjs/lambda](https://github.com/linz/lambda-js) from 2.0.0 to 4.0.0.
- [Release notes](https://github.com/linz/lambda-js/releases)
- [Changelog](https://github.com/linz/lambda-js/blob/master/CHANGELOG.md)
- [Commits](linz/lambda-js@v2.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: "@linzjs/lambda"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 10, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2023

Superseded by #934.

@dependabot dependabot bot closed this Aug 15, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/linzjs/lambda-4.0.0 branch August 15, 2023 16:26
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 javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

0 participants