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[aws-sdk] from 2.36.0 to 2.38.1 in /src #49

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps aws-lambda-powertools[aws-sdk] from 2.36.0 to 2.38.1.

Release notes

Sourced from aws-lambda-powertools[aws-sdk]'s releases.

v2.37.0

Summary

This release adds Security Schemes support for generated OpenAPI / Swagger UI, and a new feature to manipulate idempotent responses. 🚀🚀 And of course, you know it, fixes in typing and documentation. 🎉

🌟 Tons of things in this release was only possible because of our community. 🌟 A huge thank you to @​walmsles, @​Wurstnase, @​SZubarev, @​Emerson-MM-Filho, @​nlykkei, @​amyc92 and many others for your support and collaboration!

OpenAPI Security Schemes

Docs

You can now add security scheme annotations to your generated OpenAPI documentation (HTTP headers, API keys, OAuth 2 and OpenID connect). Additionally, you can configure the built-in Swagger UI to use OAuth 2 when generating requests.

carbon (21) (1) image (26)

🌟 Huge thanks to @​nlykkei for helping us shape this feature!

Manipulating Idempotent Responses

Docs

You can now set up a response_hook in the IdempotentConfig class to manipulate the returned data when an operation is idempotent. The hook function will be called with the current deserialized response object and the idempotency record.

This can be used for changing something in the response, inject headers, emit custom metrics, and many other use cases.

carbon (23)

🌟 Thank you @​walmsles for leading the design and implementation of this!

Changes

🌟New features and non-breaking changes

📜 Documentation updates

  • docs(we-made-this): new article on how to stream data with AWS Lambda & Powertools for AWS Lambda (#4068) by @​leandrodamascena

🐛 Bug and hot fixes

  • fix(typing): make the case_sensitive field a boolean only (#4128) by @​Wurstnase
  • fix(typing): improve overloads to ensure the return type follows the default_value type (#4114) by @​Wurstnase
  • fix(docs): clarified usage of validation with fine grained responses (#4101) by @​rubenfonseca
  • fix(event_source): fix typo in physicalname attribute for AmazonMQ events (#4053) by @​SZubarev

... (truncated)

Changelog

Sourced from aws-lambda-powertools[aws-sdk]'s changelog.

[v2.38.1] - 2024-05-17

Bug Fixes

  • logger: reverting logger child modification (#4363)

Maintenance

  • version bump

[v2.38.0] - 2024-05-17

Bug Fixes

  • ci: apply lessons learned to monthly roadmap reminder cross-repo (#4078)
  • event-sources: sane defaults for authorizer v1 and v2 (#4298)
  • logger: correctly pick powertools or custom handler in custom environments (#4295)
  • parser: make etag optional field on S3 notification events (#4173)
  • typing: resolved_headers_field is not Optional (#4148)

Code Refactoring

  • data-masking: remove Non-GA comments (#4334)
  • parser: only infer type hints when necessary (#4183)

Documentation

  • general: update documentation to add info about v3 (#4234)
  • homepage: add link to new and official workshop (#4292)
  • idempotency: fix highlight and import path (#4154)
  • roadmap: april updates (#4181)

Features

  • event_handler: add support for persisting authorization session in OpenAPI (#4312)
  • event_handler: add decorator for HTTP HEAD verb (#4275)
  • logger-utils: preserve log level for discovered third-party top-level loggers (#4299)

Maintenance

  • version bump
  • ci: bump upload artifact action to v4 (#4355)
  • ci: add branch v3 to quality check and e2e actions (#4232)
  • ci: bump download artifact action to v4 (#4358)
  • deps: bump actions/download-artifact from 4.1.4 to 4.1.5 (#4161)
  • deps: bump actions/checkout from 4.1.3 to 4.1.4 (#4206)
  • deps: bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#4315)
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.12 to 1.27.13 in /layer/scripts/layer-balancer in the layer-balancer group (#4319)
  • deps: bump actions/download-artifact from 4.1.6 to 4.1.7 (#4205)
  • deps: bump squidfunk/mkdocs-material from 521644b to e309089 in /docs (#4216)

... (truncated)

Commits
  • f3e5641 chore: version bump
  • ded5622 fix(logger): reverting logger child modification (#4363)
  • d0293d0 chore(ci): layer docs update (#4361)
  • 7ac95d9 chore(ci): bump version to 2.38.0 (#4360)
  • 0864a98 chore(ci): bump download artifact action to v4 (#4358)
  • 38a4620 chore(ci): bump upload artifact action to v4 (#4355)
  • 7a16454 chore(ci): changelog rebuild (#4350)
  • edf556e feat(logger-utils): preserve log level for discovered third-party top-level l...
  • a8a8018 chore(deps-dev): bump aws-cdk-lib from 2.141.0 to 2.142.1 (#4352)
  • 5993cbd chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.146 to 0....
  • 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)

updated-dependencies:
- dependency-name: aws-lambda-powertools[aws-sdk]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2024 23:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #51.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/pip/src/aws-lambda-powertools-aws-sdk--2.38.1 branch June 17, 2024 23:41
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.

None yet

0 participants