Skip to content

chore(deps): bump datadog-lambda from 5.92.0 to 5.93.0 #4211

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps datadog-lambda from 5.92.0 to 5.93.0.

Release notes

Sourced from datadog-lambda's releases.

v5.93.0

What's Changed

This release includes several performance improvements reducing cold start and runtime duration times.

arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python38:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python38-ARM:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python39:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python39-ARM:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python310:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python310-ARM:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python311:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python311-ARM:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python312:93
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python312-ARM:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python38:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python38-ARM:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python39:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python39-ARM:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python310:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python310-ARM:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python311:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python311-ARM:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python312:93
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python312-ARM:93

Full Changelog: DataDog/datadog-lambda-python@v5.92.0...v5.93.0

Commits
  • e1c4edb Update version to v5.93.0 for release. (#479)
  • 6b54aec fix start time of function url inferred span (#383)
  • 21012cb Pre-compile all python code and remove original .py files. (#476)
  • f80f83f Remove unneeded .dist-info files. (#478)
  • 6483fff Hardcode version to avoid import of importlib.metadata. (#472)
  • f9aca11 Replace builtin json with faster ujson package. (#469)
  • 0b85fc9 Reduce allocations in trigger.py. (#470)
  • 3414cfb Use single socket instance for all xray api calls. (#467)
  • 16f0e23 Delay import of logging initialization code. (#468)
  • a20395d Benchmarks for operations that use json dump/load. (#466)
  • 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)

@dependabot dependabot bot requested a review from a team April 25, 2024 20:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 25, 2024
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 25, 2024
@github-actions github-actions bot added the internal Maintenance changes label Apr 25, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/develop/datadog-lambda-5.93.0 branch 3 times, most recently from 08295fd to f5e2507 Compare April 26, 2024 10:40
Bumps [datadog-lambda](https://github.com/DataDog/datadog-lambda-python) from 5.92.0 to 5.93.0.
- [Release notes](https://github.com/DataDog/datadog-lambda-python/releases)
- [Commits](DataDog/datadog-lambda-python@v5.92.0...v5.93.0)

---
updated-dependencies:
- dependency-name: datadog-lambda
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/datadog-lambda-5.93.0 branch from f5e2507 to 02a47a3 Compare April 26, 2024 10:51
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@leandrodamascena leandrodamascena merged commit 9b3fdc3 into develop Apr 26, 2024
16 checks passed
@leandrodamascena leandrodamascena deleted the dependabot/pip/develop/datadog-lambda-5.93.0 branch April 26, 2024 11:06
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 internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant