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 aws-lambda-powertools from 2.19.0 to 2.22.0 #93

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps aws-lambda-powertools from 2.19.0 to 2.22.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.22.0

Summary

This release follows the newly announced Python 3.11 runtime in AWS Lambda 🚀. It also adds a revamped Batch Processing documentation, along with numerous bug fixes.

⭐ Huge thanks to new contributors: @​94Sip and @​duc00 for helping us improve Batch's documentation

Batch Processing documentation

Docs

This release adds a new error handling section, contextual information in key code snippets, and several new diagrams to improve understanding about Batch Processors and AWS Lambda Report Item Batch Failure feature.

New Error Handling section

New sequence diagrams

Changes

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.22.0] - 2023-07-25

Bug Fixes

  • parameters: distinct cache key for single vs path with same name (#2839)

Documentation

  • community: new batch processing article (#2828)
  • parameters: improve readability on error handling get_parameter… (#2833)

Features

  • general: add support for Python 3.11 (#2820)

Maintenance

  • version bump
  • ci: add baking time for layer build (#2834)
  • ci: build changelog on a schedule only (#2832)
  • deps: bump actions/setup-python from 4.6.1 to 4.7.0 (#2821)
  • deps-dev: bump ruff from 0.0.278 to 0.0.279 (#2822)
  • deps-dev: bump cfn-lint from 0.78.1 to 0.78.2 (#2823)
  • deps-dev: bump ruff from 0.0.279 to 0.0.280 (#2836)
  • deps-dev: bump mypy-boto3-cloudformation from 1.28.0 to 1.28.10 (#2837)

[v2.21.0] - 2023-07-21

Bug Fixes

  • docs: remove redundant code (#2796)

Documentation

  • customer-reference: add Jit Security as a customer reference (#2801)

Features

  • parser: add support for Pydantic v2 (#2733)

Maintenance

  • version bump
  • deps: bump squidfunk/mkdocs-material from a28ed81 to 33e28bd in /docs (#2797)
  • deps-dev: bump mypy-boto3-s3 from 1.28.3.post2 to 1.28.8 (#2808)
  • deps-dev: bump types-python-dateutil from 2.8.19.13 to 2.8.19.14 (#2807)
  • deps-dev: bump mypy-boto3-secretsmanager from 1.28.3.post1 to 1.28.3.post2 (#2794)
  • deps-dev: bump types-requests from 2.31.0.1 to 2.31.0.2 (#2806)
  • deps-dev: bump mypy-boto3-s3 from 1.28.3.post1 to 1.28.3.post2 (#2793)
  • deps-dev: bump aws-cdk from 2.87.0 to 2.88.0 (#2812)

... (truncated)

Commits
  • 3bcaf35 chore: version bump
  • 0527be4 chore(ci): changelog rebuild (#2838)
  • 64c60a0 fix(parameters): distinct cache key for single vs path with same name (#2839)
  • 9c5b6b5 chore(deps-dev): bump mypy-boto3-cloudformation from 1.28.0 to 1.28.10 (#2837)
  • f15bd2b chore(deps-dev): bump ruff from 0.0.279 to 0.0.280 (#2836)
  • 75d3d53 chore(ci): add baking time for layer build (#2834)
  • 0a48d87 chore(ci): changelog rebuild (#2829)
  • dfb9892 feat(general): add support for Python 3.11 (#2820)
  • ec62084 docs(parameters): improve readability on error handling get_parameter… (#2833)
  • c060a00 docs(community): new batch processing article (#2828)
  • 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 [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) from 2.19.0 to 2.22.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.19.0...v2.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Superseded by #102.

@dependabot dependabot bot closed this Aug 21, 2023
@dependabot dependabot bot deleted the dependabot/pip/aws-lambda-powertools-2.22.0 branch August 21, 2023 13:05
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