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

build(deps): Bump @middy/core from 2.5.1 to 4.2.6 #893

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps @middy/core from 2.5.1 to 4.2.6.

Release notes

Sourced from @​middy/core's releases.

4.2.6

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.5...4.2.6

4.2.5

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.4...4.2.5

4.2.4

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.3...4.2.4

4.2.3

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.2...4.2.3

4.2.2

  • update aws-embedded-metrics

Full Changelog: middyjs/middy@4.2.1...4.2.2

4.2.1

... (truncated)

Changelog

Sourced from @​middy/core's changelog.

3.0.0

Checkout UPGRADE.md to see what are the main breaking changes and how to migrate to this new version if coming from 2.x.

Focus this version was on error handling and improve consistency.

Additions

  • New middleware (http-content-encoding)
  • lambdaHandler can now be passed an AbortController signal
  • internal events can now be monitored using Proxy

Breaking Changes

  • The order onError being called is now reversed to match after
  • Change default charset from binary/latin1 to utf-8 within http-multipart-body-parser
  • Deprecated setToEnv option from all middleware
  • sqs-partial-batch-failure completely rewritten
  • Renamed default option to defaultContentType http-response-serializer
  • normalizeHttpResponse now takes request and mutates response

Maintenance

  • Better error reporting when dealing with Promise arrays

2.0.1

2.0.0

Checkout UPGRADE.md to see what are the main breaking changes and how to migrate to this new version if coming from 1.x.

Focus this version was on performance and security by default.

Additions

  • New middlewares (rds-signer, sts, s3-object-response)
  • New plugin hook for core to allow easier bottleneck detection with middlewares and handler

Breaking Changes

  • All middlewares now use async/await and have deprecated next(err) and callback(err, response)
  • validator refactored to support draft-2019-09 using the latest version of ajv. Full i18n is now enabled by default
  • http-error-handler no longer exposes status code >= 500 by default.
  • Middlewares that reach out to 3rd party API have been completely refactored to have unifying options that resolve on demand from internal context. Applies to:
    • rds-signer
    • secrets-manager
    • ssm
    • sts
  • Deprecated middlewares:
    • cache: little usage, makes more sense to be pulled out of core
    • db-manager: little usage, makes more sense to be pulled out of core
    • function-shield: Only supported up to Node v10

... (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 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 [@middy/core](https://github.com/middyjs/middy/tree/HEAD/packages/core) from 2.5.1 to 4.2.6.
- [Release notes](https://github.com/middyjs/middy/releases)
- [Changelog](https://github.com/middyjs/middy/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/middyjs/middy/commits/4.2.6/packages/core)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
@dependabot dependabot bot requested a review from jroehl February 27, 2023 01:22
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