Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2022

Bumps powertools-logging from 1.10.3 to 1.11.0.

Release notes

Sourced from powertools-logging's releases.

v1.11.0

Changes

Idempotency module

New module to get your Lambda function Idempotent.

Key features:

  • Use DynamoDB as a persistence layer for state including Bring Your Own Persistence Store Layer
  • Optional in-memory caching, idempotency state auto-expiration for cost reasons
  • JMESPath support to select a subset of your payload to serialize and hash as idempotency key
  • Payload validation in case we shouldn’t return the previous result in case X parameter has changed in your request
  • Last but not least, the documentation is super comprehensive with over 600 lines of content.

image

This release was made possible by the following contributors:

@​jeromevdl

Changelog

Sourced from powertools-logging's changelog.

[1.11.0] - 2022-02-16

Added

  • Powertools Idempotency module: New module to get your Lambda function Idempotent (#717)
  • Powertools Serialization module: New module to handle JSON (de)serialization (Jackson ObjectMapper, JMESPath functions)
Commits
  • 44455c2 chore:Prep release 1.11.0 (#753)
  • fc95eed feature: Idempotency module (#717)
  • 3a41ff9 build(deps): bump nexus-staging-maven-plugin from 1.6.10 to 1.6.11 (#751)
  • c7a3fea build(deps): bump aws.sdk.version from 2.17.129 to 2.17.130 (#749)
  • 11eff9e build(deps): bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10 (#747)
  • c5f7615 build(deps): bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#748)
  • a677151 build(deps): bump aws.sdk.version from 2.17.127 to 2.17.129 (#746)
  • 390d4ae build(deps): bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#744)
  • 6d4283a build(deps): bump aws.sdk.version from 2.17.126 to 2.17.127 (#742)
  • a809d67 build(deps): bump aws.sdk.version from 2.17.125 to 2.17.126 (#741)
  • 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 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 [powertools-logging](https://github.com/awslabs/aws-lambda-powertools-java) from 1.10.3 to 1.11.0.
- [Release notes](https://github.com/awslabs/aws-lambda-powertools-java/releases)
- [Changelog](https://github.com/awslabs/aws-lambda-powertools-java/blob/master/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-java@v1.10.3...v1.11.0)

---
updated-dependencies:
- dependency-name: software.amazon.lambda:powertools-logging
  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 maven labels Feb 18, 2022
@pankajagrawal16 pankajagrawal16 merged commit 1dbd0b8 into main Feb 18, 2022
@dependabot dependabot bot deleted the dependabot/maven/java/SqsBatchProcessing/Functions/software.amazon.lambda-powertools-logging-1.11.0 branch February 18, 2022 07:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file maven
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant