NHSDigital / terraform-aws-mesh-client

Reference implementation of a MESH Client in an AWS environment only using serverless technologies.
MIT License
1 stars 1 forks source link

py dev (deps): bump aws-lambda-powertools from 2.34.0 to 2.34.2 #116

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps aws-lambda-powertools from 2.34.0 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

v2.34.1

Summary

Patch release to fix a regression introduced in v2.33 when running Event Handler REST API locally (unit test)...spotted by @​jonathan-Chang 🌟!

Huge thanks to Jonathan for reporting on Discord and helping triage all the way through.

Changes

🐛 Bug and hot fixes

... (truncated)

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)

[v2.34.1] - 2024-02-21

Bug Fixes

  • ci: inject PR_LABELS env for PR Label automation (#3819)
  • ci: revert layer version bump write-only back to append (#3818)
  • event-handler: return dict on missing multi_value_headers (#3824)
  • idempotency: validate before saving to cache (#3822)

Maintenance

  • version bump
  • deps-dev: bump ruff from 0.2.1 to 0.2.2 (#3802)
  • deps-dev: bump the boto-typing group with 2 updates (#3810)

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 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[bot] commented 6 months ago

Superseded by #125.