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

chore(deps): bump aws-lambda-powertools from 2.30.2 to 2.31.0 in /lambda/src #647

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps aws-lambda-powertools from 2.30.2 to 2.31.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.31.0

Summary

This release introduces enhanced top-level Tags in the OpenAPI schema, and adds Lambda layer support in AWS Canada region (ca-west-1). It also includes improvements to documentation and bug fixes.

⭐ Huge thanks to our new contributors: @​kamilturek (Middleware factory docs), and @​troyswanson (Parameters).

Support for enhanced top-level Tags

Docs: Event Handler OpenAPI

The OpenAPI schema now supports more comprehensive top-level Tags, simplifying the organization and categorization of API operations.

carbon (16) carbon (17)

Last but not least, kudos to @​Mavtti for bringing attention to an issue in our error handling within the Parser utility, thereby improving the development experience.

Changes

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.31.0] - 2024-01-05

Bug Fixes

  • ci: fail dispatch analytics job when Lambda call fails (#3579)

Code Refactoring

  • parameters: add overload signatures for get_parameter and get_parameters (#3534)
  • parser: Improve error message when parsing models and envelopes (#3587)

Documentation

  • middleware-factory: Fix and improve typing (#3569)

Features

  • event-handler: add description to request body in OpenAPI schema (#3548)
  • event_handler: support richer top level Tags (#3543)
  • layers: add new comercial region Canada - ca-west-1 (#3549)

Maintenance

  • version bump
  • ci: Remove dev dependencies locked to Pydantic v1 within the Pydantic v2 workflow. (#3582)
  • deps: bump squidfunk/mkdocs-material from 9af3b7e to 2f29d71 in /docs (#3559)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 4 updates (#3593)
  • deps: bump actions/setup-node from 4.0.0 to 4.0.1 (#3535)
  • deps: bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.2 to 3.0.3 (#3536)
  • deps: bump actions/dependency-review-action from 3.1.4 to 3.1.5 (#3592)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 2 updates (#3544)
  • deps: bump fastjsonschema from 2.19.0 to 2.19.1 (#3567)
  • deps-dev: bump ruff from 0.1.8 to 0.1.9 (#3550)
  • deps-dev: bump aws-cdk from 2.115.0 to 2.116.1 (#3553)
  • deps-dev: bump aws-cdk from 2.117.0 to 2.118.0 (#3589)
  • deps-dev: bump cfn-lint from 0.83.6 to 0.83.7 (#3554)
  • deps-dev: bump ruff from 0.1.9 to 0.1.10 (#3583)
  • deps-dev: bump pytest from 7.4.3 to 7.4.4 (#3576)
  • deps-dev: bump aws-cdk from 2.116.1 to 2.117.0 (#3565)
  • deps-dev: bump ruff from 0.1.10 to 0.1.11 (#3588)

Commits
  • 96dd148 chore: version bump
  • aacb37d refactor(parser): Improve error message when parsing models and envelopes (#3...
  • 67d3537 chore(ci): changelog rebuild (#3594)
  • d19ed9f chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • ea01920 chore(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 (#3592)
  • 6c41463 chore(ci): changelog rebuild (#3590)
  • 131aecc chore(deps-dev): bump aws-cdk from 2.117.0 to 2.118.0 (#3589)
  • f6a3ac1 chore(deps-dev): bump ruff from 0.1.10 to 0.1.11 (#3588)
  • bc81a69 chore(ci): changelog rebuild (#3585)
  • 78d7004 chore(ci): Remove dev dependencies locked to Pydantic v1 within the Pydantic ...
  • 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 <dependency name> 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)

Bumps [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) from 2.30.2 to 2.31.0.
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v2.30.2...v2.31.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 8, 2024
@mergify mergify bot merged commit b2ef050 into master Jan 8, 2024
6 checks passed
@mergify mergify bot deleted the dependabot/pip/lambda/src/aws-lambda-powertools-2.31.0 branch January 8, 2024 06:45
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants