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

poetry: update aws-lambda-powertools requirement from ^2.26.0 to ^3.2.0 #374

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Updates the requirements on aws-lambda-powertools to permit the latest version.

Release notes

Sourced from aws-lambda-powertools's releases.

v3.2.0

Summary

We are thrilled to announce that Powertools for AWS Lambda (Python) now offers AWS Lambda layers in the AWS GovCloud (US) regions.

🌟 ⭐ Thanks to @​SimonBFrank's amazing work, our Logger utility is now thread-safe when handling extra keys.

New AWS GovCloud (US) Lambda Layer ARNs

You can now use Powertools for AWS Lambda (Python) Lambda layers in the AWS GovCloud (US) regions, enhancing customer experience by making our pre-packaged Lambda layers available in this AWS partition.

To take advantage of the new layers, you need to update your functions or deployment setup to include one of the new Lambda layer ARN from the table below:

AWS GovCloud (us-gov-east-1)

Architecture Layer ARN
x86_64 arn:aws-us-gov:lambda:us-gov-east-1:165087284144:layer:AWSLambdaPowertoolsPythonV3-{python_version}-x86_64:{version}
ARM arn:aws-us-gov:lambda:us-gov-east-1:165087284144:layer:AWSLambdaPowertoolsPythonV3-{python_version}-arm64:{version}

AWS GovCloud (us-gov-west-1)

Architecture Layer ARN
x86_64 arn:aws-us-gov:lambda:us-gov-west-1:165093116878:layer:AWSLambdaPowertoolsPythonV3-{python_version}-x86_64:{version}
ARM arn:aws-us-gov:lambda:us-gov-west-1:165093116878:layer:AWSLambdaPowertoolsPythonV3-{python_version}-arm64:{version}

New thread-safe methods when working with extra keys in the Logger utility

Docs

Before this release, customers might have encountered issues when using append_keys between thread executions.

You can now use new thread-safe methods for managing extra keys in the Logger utility, ensuring safe and efficient logging in concurrent environments.

threads

Acknowledgements

Last but not least, we are thrilled to see our customers adopting v3, as it indicates we are moving in the right direction.

Changes

🌟New features and non-breaking changes

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v3.2.0] - 2024-10-22

Bug Fixes

  • test command in verify step (#5381)
  • ci: Tables are nicer (#5416)
  • ci: GovCloud layer verification (#5382)
  • ci: Update partition name (#5380)
  • layer: update partition name in the GovCloud workflow (#5379)

Documentation

  • Add GovCloud layer info (#5414)
  • event_handler: add Terraform payload info for API Gateway HTTP API (#5351)
  • examples: temporarily fix SAR version to v2.x (#5360)
  • layer: update layer version number (#5344)
  • upgrade_guide: update Lambda layer name (#5347)

Features

  • ci: GovCloud Layer Workflow (#5261)
  • logger: add thread safe logging keys (#5141)

Maintenance

  • version bump
  • ci: new pre-release 3.1.1a0 (#5353)
  • ci: Add dump of govcloud layer info in verify step (#5415)
  • deps: bump squidfunk/mkdocs-material from f9cb76d to 0d4e687 in /docs (#5395)
  • deps: bump actions/upload-artifact from 4.4.1 to 4.4.3 (#5357)
  • deps: bump squidfunk/mkdocs-material from 8e8b333 to f9cb76d in /docs (#5366)
  • deps: bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.14 to 3.0.15 (#5418)
  • deps: bump jsonpath-ng from 1.6.1 to 1.7.0 (#5369)
  • deps: bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /docs (#5417)
  • deps: bump actions/upload-artifact from 4.4.0 to 4.4.3 (#5373)
  • deps-dev: bump boto3-stubs from 1.35.38 to 1.35.39 (#5370)
  • deps-dev: bump boto3-stubs from 1.35.39 to 1.35.41 (#5392)
  • deps-dev: bump aws-cdk-aws-lambda-python-alpha from 2.161.1a0 to 2.162.1a0 (#5386)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.274 to 0.1.275 (#5406)
  • deps-dev: bump boto3-stubs from 1.35.43 to 1.35.44 (#5407)
  • deps-dev: bump cfn-lint from 1.17.2 to 1.18.1 (#5423)
  • deps-dev: bump cfn-lint from 1.17.1 to 1.17.2 (#5408)
  • deps-dev: bump aws-cdk-lib from 2.161.1 to 2.162.1 (#5371)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.273 to 0.1.274 (#5394)
  • deps-dev: bump aws-cdk from 2.161.1 to 2.162.1 (#5372)
  • deps-dev: bump boto3-stubs from 1.35.41 to 1.35.42 (#5397)
  • deps-dev: bump cfn-lint from 1.16.1 to 1.17.1 (#5404)
  • deps-dev: bump mkdocs-material from 9.5.40 to 9.5.41 (#5393)
  • deps-dev: bump cfn-lint from 1.16.0 to 1.16.1 (#5363)
  • deps-dev: bump boto3-stubs from 1.35.37 to 1.35.38 (#5364)
  • deps-dev: bump mkdocs-material from 9.5.39 to 9.5.40 (#5365)

... (truncated)

Commits
  • 4d20f6d chore: version bump
  • ebb51f8 chore(deps-dev): bump cfn-lint from 1.17.2 to 1.18.1 (#5423)
  • 26275f3 chore(deps-dev): bump boto3-stubs from 1.35.44 to 1.35.45 (#5421)
  • 6b584d2 chore(deps-dev): bump mkdocs-material from 9.5.41 to 9.5.42 (#5420)
  • 4799b3b chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.275 to 0....
  • d3698d2 feat(logger): add thread safe logging keys (#5141)
  • fd609bc chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • c0e9552 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • 897728e fix(ci): Tables are nicer (#5416)
  • 25d6404 chore(ci): Add dump of govcloud layer info in verify step (#5415)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from a team as a code owner October 25, 2024 12:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 25, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/aws-lambda-powertools-tw-3.2.0 branch 2 times, most recently from 5920e23 to 9864b5e Compare October 31, 2024 15:17
@dependabot dependabot bot force-pushed the dependabot/pip/aws-lambda-powertools-tw-3.2.0 branch 3 times, most recently from 916c8ef to 4a556f6 Compare November 8, 2024 11:06
Updates the requirements on [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) to permit the latest version.
- [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.26.0...v3.2.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/aws-lambda-powertools-tw-3.2.0 branch from 4a556f6 to e370dcc Compare November 13, 2024 10:31
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2024

Superseded by #408.

@dependabot dependabot bot closed this Nov 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/aws-lambda-powertools-tw-3.2.0 branch November 15, 2024 11:55
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