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.41.0 to 2.42.0 #18

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps aws-lambda-powertools from 2.41.0 to 2.42.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.42.0

Summary

This release adds support for OpenAPI extensions to help you describe functionality beyond the OpenAPI Spec.

We also made tons of improvements in the Idempotency docs based on customers feedback on navigation, examples, and limitations.

🌟 ⭐ Huge thanks to everyone who helped in this release, specially @bertpl for crushing a bug in the Idempotency feature.

Working with OpenAPI extensions

Docs

You can now define extensions using the openapi_extensions parameter. This unblocks a common use case in defining Amazon API Gateway extensions like Authorizers, Integrations, etc.

openapi_extension

Idempotency revamped docs

Based on customer feedback at the Serverless Days ANZ, we improved all code snippets, made navigation more granular, and split DynamoDB vs Redis persistence storage (Infra vs Runtime).

We also made it more explicit everywhere that Idempotency is bound to a particular time window (1h by default) that you can adjust.

image

Changes

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(idempotency): ensure in_progress_expiration field is set on Lambda timeout. (#4773) by @​sthulb

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.42.0] - 2024-07-25

Bug Fixes

  • idempotency: ensure in_progress_expiration field is set on Lambda timeout. (#4773)

Documentation

  • idempotency: improve navigation, wording, and new section on guarantees (#4613)

Features

  • event_handler: add OpenAPI extensions (#4703)

Maintenance

  • version bump
  • ci: new pre-release 2.41.1a4 (#4772)
  • ci: new pre-release 2.41.1a0 (#4749)
  • ci: new pre-release 2.41.1a1 (#4756)
  • ci: new pre-release 2.41.1a2 (#4758)
  • ci: new pre-release 2.41.1a9 (#4808)
  • ci: new pre-release 2.41.1a3 (#4766)
  • ci: new pre-release 2.41.1a8 (#4802)
  • ci: new pre-release 2.41.1a5 (#4777)
  • ci: new pre-release 2.41.1a6 (#4783)
  • ci: new pre-release 2.41.1a7 (#4792)
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27 in /layer/scripts/layer-balancer in the layer-balancer group (#4779)
  • deps: bump aws-actions/closed-issue-message from 8b6324312193476beecf11f8e8539d73a3553bf4 to 80edfc24bdf1283400eb04d20a8a605ae8bf7d48 (#4786)
  • deps: bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#4753)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#4745)
  • deps: bump datadog-lambda from 6.96.0 to 6.97.0 (#4770)
  • deps: bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#4801)
  • deps: bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#4800)
  • deps-dev: bump cfn-lint from 1.8.1 to 1.8.2 (#4788)
  • deps-dev: bump pytest-asyncio from 0.23.7 to 0.23.8 (#4776)
  • deps-dev: bump pytest from 8.2.2 to 8.3.1 (#4799)
  • deps-dev: bump aws-cdk-lib from 2.148.1 to 2.150.0 (#4806)
  • deps-dev: bump ruff from 0.5.3 to 0.5.4 (#4798)
  • deps-dev: bump cfn-lint from 1.6.1 to 1.8.1 (#4780)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.211 to 0.1.212 (#4769)
  • deps-dev: bump ruff from 0.5.2 to 0.5.3 (#4781)
  • deps-dev: bump mkdocs-material from 9.5.28 to 9.5.29 (#4764)
  • deps-dev: bump aws-cdk from 2.148.0 to 2.149.0 (#4765)
  • deps-dev: bump ruff from 0.5.1 to 0.5.2 (#4762)
  • deps-dev: bump sentry-sdk from 2.9.0 to 2.10.0 (#4763)
  • deps-dev: bump aws-cdk from 2.149.0 to 2.150.0 (#4805)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.207 to 0.1.211 (#4760)
  • deps-dev: bump mypy-boto3-dynamodb from 1.34.131 to 1.34.148 in the boto-typing group (#4812)
  • deps-dev: bump sentry-sdk from 2.10.0 to 2.11.0 (#4815)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.212 to 0.1.219 (#4817)

... (truncated)

Commits
  • 5664e05 chore: version bump
  • 12dfd5e chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.212 to 0....
  • 4da51f3 chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.148.1a0 to 2.150...
  • 81c299d chore(deps-dev): bump mkdocs-material from 9.5.29 to 9.5.30 (#4807)
  • 91d1528 chore(deps-dev): bump sentry-sdk from 2.10.0 to 2.11.0 (#4815)
  • 83b893b chore(deps-dev): bump mypy-boto3-dynamodb from 1.34.131 to 1.34.148 in the bo...
  • ee8a8b5 chore(ci): changelog rebuild (#4809)
  • f517591 chore(ci): new pre-release 2.41.1a9 (#4808)
  • 7380d8b chore(deps-dev): bump aws-cdk from 2.149.0 to 2.150.0 (#4805)
  • f4ea4f8 docs(idempotency): improve navigation, wording, and new section on guarantees...
  • 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.41.0 to 2.42.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.41.0...v2.42.0)

---
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 Aug 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2024

Superseded by #24.

@dependabot dependabot bot closed this Sep 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/main/aws-lambda-powertools-2.42.0 branch September 1, 2024 22:17
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