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.34.1 to 2.34.2 in /lambda/src #682

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps aws-lambda-powertools from 2.34.1 to 2.34.2.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.34.2

Summary

This patch release removes Data Masking dependencies from our managed Lambda Layer, explicitly aws-encryption-sdk who depend on cffi. The issue is that cffi has to be compiled to each specific Python version while we didn't.

We are investigating the creation of a new layer per each Python version to bring back Data Masking dependencies. As of now, to use Data masking, you'll need to bring aws-encryption-sdk as part of your dependencies until then.

Changes

🌟New features and non-breaking changes

  • feat(event-source): add function to get multi-value query string params by name (#3846) by @​TonySherman

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(typing): ensure return type is a str when default_value is set (#3840) by @​Wurstnase

🔧 Maintenance

This release was made possible by the following contributors:

@​TonySherman, @​Wurstnase, @​dependabot, @​dependabot[bot], @​github-actions, @​github-actions[bot], @​heitorlessa and @​leandrodamascena

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.34.2] - 2024-02-26

Bug Fixes

  • typing: ensure return type is a str when default_value is set (#3840)

Documentation

  • install: make minimum install the default option then extra (#3834)

Features

  • event-source: add function to get multi-value query string params by name (#3846)

Maintenance

  • version bump
  • ci: remove aws-encryption-sdk from Lambda layer due to cffi being tied to python version (#3853)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#3844)
  • deps: bump cryptography from 42.0.2 to 42.0.4 (#3827)
  • deps: bump codecov/codecov-action from 4.0.1 to 4.0.2 (#3842)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#3835)
  • deps-dev: bump httpx from 0.26.0 to 0.27.0 (#3828)
  • deps-dev: bump aws-cdk from 2.128.0 to 2.129.0 (#3831)
  • deps-dev: bump the boto-typing group with 1 update (#3836)
  • deps-dev: bump aws-cdk from 2.129.0 to 2.130.0 (#3843)
  • deps-dev: bump aws-cdk-lib from 2.128.0 to 2.130.0 (#3838)

Commits
  • 1d27dff chore: version bump
  • 7e82011 chore(ci): remove aws-encryption-sdk from Lambda layer due to cffi being tied...
  • 9cd21aa feat(event-source): add function to get multi-value query string params by na...
  • 5b1ead9 chore(ci): changelog rebuild (#3851)
  • c3cc8a0 chore(deps-dev): bump aws-cdk from 2.129.0 to 2.130.0 (#3843)
  • 52d46ca chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (#3842)
  • 4cf85d0 chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • 75b1639 fix(typing): ensure return type is a str when default_value is set (#3840)
  • 1da309d chore(deps-dev): bump httpx from 0.26.0 to 0.27.0 (#3828)
  • 8499227 chore(deps): bump cryptography from 42.0.2 to 42.0.4 (#3827)
  • 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.34.1 to 2.34.2.
- [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.34.1...v2.34.2)

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

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 Mar 4, 2024
@mergify mergify bot merged commit 46a2200 into master Mar 4, 2024
6 checks passed
@mergify mergify bot deleted the dependabot/pip/lambda/src/aws-lambda-powertools-2.34.2 branch March 4, 2024 06:27
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