unity-sds / unity-monorepo

Apache License 2.0
0 stars 0 forks source link

Bump aws-lambda-powertools[parser] from 2.36.0 to 2.42.0 in /apps/sps #23

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps aws-lambda-powertools[parser] from 2.36.0 to 2.42.0.

Release notes

Sourced from aws-lambda-powertools[parser]'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[parser]'s changelog.

[v2.42.0] - 2024-07-25

Maintenance

  • version bump
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.212 to 0.1.219 (#4817)

[v2.41.0] - 2024-07-11

Bug Fixes

  • event_handler: make the max_age attribute comply with RFC specification (#4731)
  • event_handler: disable allow-credentials header when origin allow_origin is * (#4638)
  • event_handler: convert null body to empty string in ALBResolver to avoid HTTP 502 (#4683)
  • event_handler: custom serializer recursive values when using data validation (#4664)

Documentation

  • i-made-this: Bedrock agents with Powertools for AWS Lambda (#4705)
  • public_reference: add BusPatrol as a public reference (#4713)

Features

  • batch: add option to not raise BatchProcessingError exception when the entire batch fails (#4719)
  • feature_flags: allow customers to bring their own boto3 client and session (#4717)
  • parser: add support for API Gateway Lambda authorizer events (#4718)

Maintenance

  • version bump
  • Add token to codecov action (#4682)
  • ci: new pre-release 2.40.2a5 (#4706)
  • ci: new pre-release 2.40.2a0 (#4665)
  • ci: new pre-release 2.40.2a8 (#4737)
  • ci: new pre-release 2.40.2a7 (#4726)
  • ci: new pre-release 2.40.2a1 (#4669)
  • ci: new pre-release 2.40.2a2 (#4679)
  • ci: new pre-release 2.40.2a3 (#4688)
  • ci: new pre-release 2.40.2a6 (#4715)
  • ci: new pre-release 2.40.2a4 (#4694)
  • deps: bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#4685)
  • deps: bump actions/setup-python from 5.1.0 to 5.1.1 (#4732)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#4733)
  • deps: bump actions/upload-artifact from 4.3.3 to 4.3.4 (#4698)
  • deps: bump actions/download-artifact from 4.1.7 to 4.1.8 (#4699)
  • deps: bump actions/setup-node from 4.0.2 to 4.0.3 (#4725)
  • deps: bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.9 to 3.0.10 (#4678)
  • deps: bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#4693)
  • deps: bump zipp from 3.17.0 to 3.19.1 in /docs (#4720)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#4659)

... (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 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 1 month ago

The following labels could not be found: dependencies.

dependabot[bot] commented 1 month ago

Superseded by #28.