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.33.1 to 2.34.1 in /lambda/src #679

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps aws-lambda-powertools from 2.33.1 to 2.34.1.

Release notes

Sourced from aws-lambda-powertools's releases.

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

🔧 Maintenance

This release was made possible by the following contributors:

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

v2.34.0

Summary

This release adds a new list intersection set of actions in Feature Flags, hot new community content, and tons of bugs squashed!

🌟 Huge thanks to community friends (recurring contributors): @​gwlester on new feature flag list intersection, @​ericbn on docs layer ARN automation bug, and @​ran-isenberg on two hot new content!

Feature flags list intersection

Thanks to @​Rogalek for the feature request!

You can now toggle feature flags on three new actions:

  • ALL_IN_VALUE. Toggle a given flag if all list items provided are also available in the schema.
    • {
          "my_feature": {
              "default": false,
              "rules": {
                  "tenant_id is in allowed list": {
                      "when_match": true,
                      "conditions": [

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[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)

[v2.34.0] - 2024-02-21

Bug Fixes

  • ci: create one layer artifact per region & merge (#3808)
  • event-handler: multi-value query string and validation of scalar parameters (#3795)
  • event-handler: swagger schema respects api stage (#3796)
  • event-handler: handle aliased parameters e.g., Query(alias="categoryType") (#3766)

Code Refactoring

  • feature-flags: add intersection tests; structure refinement (#3775)

Documentation

  • feature_flags: fix incorrect line markers and envelope name (#3792)
  • home: update layer version to 62 for package version 2.33.1 (#3778)
  • home: add note about POWERTOOLS_DEV side effects in CloudWatch Logs (#3770)
  • homepage: discord flat badge style; remove former devax email (#3768)
  • homepage: remove leftover announcement banner (#3783)
  • roadmap: latest roadmap update; use new grid to de-clutter homepage (#3755)
  • we-made-this: add swagger post (#3799)
  • we-made-this: add reinvent 2023 session (#3790)

Features

  • feature_flags: add intersect actions for conditions (#3692)

Maintenance

  • version bump
  • deps: bump actions/dependency-review-action from 4.1.2 to 4.1.3 (#3813)
  • deps: bump actions/dependency-review-action from 4.1.0 to 4.1.2 (#3800)
  • deps: bump actions/dependency-review-action from 4.0.0 to 4.1.0 (#3771)
  • deps: bump squidfunk/mkdocs-material from 62d3668 to 43b898a in /docs (#3801)

... (truncated)

Commits
  • 6a0c908 chore: version bump
  • b89f9ad fix(event-handler): return dict on missing multi_value_headers (#3824)
  • 812ab3f fix(idempotency): validate before saving to cache (#3822)
  • 8ed384d chore(ci): changelog rebuild (#3820)
  • 36f4779 chore(ci): bump version to 2.34.0 (#3816)
  • fc3df7a fix(ci): inject PR_LABELS env for PR Label automation (#3819)
  • 40cd127 chore(deps-dev): bump ruff from 0.2.1 to 0.2.2 (#3802)
  • 3d3a2b3 fix(ci): revert layer version bump write-only back to append (#3818)
  • 8f1aa91 chore(ci): layer docs update (#3817)
  • 7c992d8 chore(deps-dev): bump the boto-typing group with 2 updates (#3810)
  • 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.33.1 to 2.34.1.
- [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.33.1...v2.34.1)

---
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 Feb 26, 2024
@mergify mergify bot merged commit b37b540 into master Feb 26, 2024
6 checks passed
@mergify mergify bot deleted the dependabot/pip/lambda/src/aws-lambda-powertools-2.34.1 branch February 26, 2024 07:02
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