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.26.1 to 2.27.0 in /lambda/src #627

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps aws-lambda-powertools from 2.26.1 to 2.27.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.27.0

Summary

This minor release adds support for two new environments variables to configure the log level in Logger.

You can now configure the log level of for Logger using two new environment variables: AWS_LAMBDA_LOG_LEVEL and POWERTOOLS_LOG_LEVEL.

The new environment variables will work along the existing LOG_LEVEL variable that is now considered legacy and will be removed in the future.

Setting the log level now follows this order:

  1. AWS_LAMBDA_LOG_LEVEL environment variable
  2. Setting the log level in code using the level constructor option, or by calling the logger.setLevel() method
  3. POWERTOOLS_LOG_LEVEL environment variable

Changes

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@​dependabot, @​dependabot[bot], @​github-actions, @​github-actions[bot] and @​leandrodamascena

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.27.0] - 2023-11-16

Features

  • logger: Adding support to new env variables (#3348)

Maintenance

  • version bump
  • deps: bump actions/github-script from 6.4.1 to 7.0.0 (#3330)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 2 updates (#3340)
  • deps: bump fastjsonschema from 2.18.1 to 2.19.0 (#3337)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#3345)
  • deps: bump actions/dependency-review-action from 3.1.2 to 3.1.3 (#3331)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 1 update (#3329)
  • deps: bump datadog-lambda from 4.81.0 to 4.82.0 (#3338)
  • deps-dev: bump cfn-lint from 0.83.1 to 0.83.2 (#3335)
  • deps-dev: bump aws-cdk from 2.108.0 to 2.108.1 (#3344)
  • deps-dev: bump sentry-sdk from 1.34.0 to 1.35.0 (#3334)
  • deps-dev: bump pytest-xdist from 3.3.1 to 3.4.0 (#3332)
  • deps-dev: bump aws-cdk-lib from 2.107.0 to 2.108.1 (#3343)
  • deps-dev: bump aws-cdk from 2.106.0 to 2.106.1 (#3328)
  • deps-dev: bump aws-cdk-lib from 2.105.0 to 2.106.0 (#3319)
  • deps-dev: bump aws-cdk from 2.105.0 to 2.106.0 (#3320)
  • deps-dev: bump aws-cdk from 2.106.1 to 2.108.0 (#3341)
  • deps-dev: bump aws-cdk-lib from 2.106.0 to 2.107.0 (#3333)

Commits
  • 55195da chore: version bump
  • 9fc5169 feat(logger): Adding support to new env variables (#3348)
  • d6b3a42 chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • bd41fcd chore(deps-dev): bump aws-cdk from 2.108.0 to 2.108.1 (#3344)
  • 2f21fd9 chore(deps-dev): bump aws-cdk-lib from 2.107.0 to 2.108.1 (#3343)
  • b03265a chore(deps): bump datadog-lambda from 4.81.0 to 4.82.0 (#3338)
  • 74be756 chore(ci): changelog rebuild (#3342)
  • 5fb3598 chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • 41e99ff chore(deps): bump fastjsonschema from 2.18.1 to 2.19.0 (#3337)
  • 22c2876 chore(deps-dev): bump aws-cdk from 2.106.1 to 2.108.0 (#3341)
  • 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.26.1 to 2.27.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.26.1...v2.27.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 Nov 20, 2023
@mergify mergify bot merged commit 2aec599 into master Nov 20, 2023
6 checks passed
@mergify mergify bot deleted the dependabot/pip/lambda/src/aws-lambda-powertools-2.27.0 branch November 20, 2023 06:32
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