Skip to content

Bump aws-lambda-powertools from 3.14.0 to 3.16.0#123

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/aws-lambda-powertools-3.16.0
Closed

Bump aws-lambda-powertools from 3.14.0 to 3.16.0#123
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/aws-lambda-powertools-3.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps aws-lambda-powertools from 3.14.0 to 3.16.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v3.15.1

Summary

In this release we fixed a problem when deserializing protobuf records with complex schemas.

Changes

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

🔧 Maintenance

This release was made possible by the following contributors:

@​leandrodamascena

v3.15.0

Summary

We're excited to announce the Kafka Consumer utility, which transparently handles message deserialization, provides an intuitive developer experience, and integrates seamlessly with the rest of the Powertools for AWS Lambda ecosystem.

Key features

  • Automatic deserialization of Kafka messages (JSON, Avro, and Protocol Buffers)
  • Simplified event record handling with intuitive interface
  • Support for key and value deserialization
  • Support for Pydantic models and Dataclass output
  • Support for Event Source Mapping (ESM) with and without Schema Registry integration
  • Out of the box error handling for deserialization issues

Getting Started

To get started, depending on the schema types you want to use, install the library and the corresponding libraries:

For JSON schemas:

pip install aws-lambda-powertools

For Avro schemas:

pip install 'aws-lambda-powertools[kafka-consumer-avro]'

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v3.16.0] - 2025-07-02

Maintenance

  • version bump

[v3.15.1] - 2025-06-20

Features

  • kafka: add logic to handle protobuf deserialization (#6841)

Maintenance

  • version bump
  • ci: new pre-release 3.15.1a0 (#6839)

[v3.15.0] - 2025-06-19

Bug Fixes

  • bedrock_agent: fix querystring field resolution (#6777)

Documentation

  • kafka: add kafka documentation (#6834)
  • public_reference: add Instil as a public reference (#6763)

Features

  • kafka: add support for Confluence Producers (#6833)
  • kafka: New Kafka utility (#6821)

Maintenance

  • version bump
  • ci: new pre-release 3.14.1a6 (#6830)
  • ci: new pre-release 3.14.1a5 (#6820)
  • ci: new pre-release 3.14.1a0 (#6773)
  • ci: new pre-release 3.14.1a4 (#6812)
  • ci: new pre-release 3.14.1a3 (#6797)
  • ci: new pre-release 3.14.1a1 (#6778)
  • ci: new pre-release 3.14.1a2 (#6788)
  • deps: bump mkdocstrings-python from 1.16.11 to 1.16.12 in /docs (#6768)
  • deps: bump mkdocstrings-python from 1.16.11 to 1.16.12 (#6765)
  • deps: bump protobuf from 6.31.0 to 6.31.1 (#6815)
  • deps-dev: bump boto3-stubs from 1.38.29 to 1.38.30 (#6772)
  • deps-dev: bump aws-cdk from 2.1017.1 to 2.1018.0 (#6775)
  • deps-dev: bump boto3-stubs from 1.38.33 to 1.38.35 (#6796)

... (truncated)

Commits
  • ce5fad6 chore: version bump
  • df52248 chore(ci): changelog rebuild (#6924)
  • b66edac chore(ci): new pre-release 3.15.2a6 (#6923)
  • 5e3e85b chore(ci): incorporate SSM update workflow into release pipeline (#6914)
  • 852650f chore(deps-dev): bump cfn-lint from 1.36.1 to 1.37.0 (#6918)
  • 60d794f chore(deps-dev): bump aws-cdk from 2.1019.2 to 2.1020.0 (#6917)
  • b6a924a chore(deps-dev): bump boto3-stubs from 1.39.0 to 1.39.1 (#6916)
  • 46a2bd7 chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.202.0a0 to 2.203...
  • 75bdc4f chore(deps-dev): bump pytest-xdist from 3.7.0 to 3.8.0 (#6921)
  • c393f54 chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (#6920)
  • 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 3.14.0 to 3.16.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@v3.14.0...v3.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2025

Superseded by #130.

@dependabot dependabot bot closed this Jul 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/aws-lambda-powertools-3.16.0 branch July 15, 2025 23:23
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