elastic / elastic-serverless-forwarder

Elastic Serverless Forwarder
Other
35 stars 34 forks source link

Bump elastic-apm from 6.19.0 to 6.20.0 #584

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 8 months ago

Bumps elastic-apm from 6.19.0 to 6.20.0.

Release notes

Sourced from elastic-apm's releases.

v6.20.0

Features

  • Async support for dbapi2 (starting with psycopg) #1944
  • Add object name to procedure call spans in dbapi2 #1938
  • Add support for python 3.10 and 3.11 lambda runtimes

Bug fixes

  • Fix asyncpg support for 0.29+ #1935
  • Fix dbapi2 signature extraction to handle square brackets in table name #1947

Pending Deprecations

  • The log shipping LoggingHandler will be removed in version 7.0.0 of the agent.

New Contributors

... (truncated)

Changelog

Sourced from elastic-apm's changelog.

==== 6.20.0 - 2024-01-10

[float] ===== Features

  • Async support for dbapi2 (starting with psycopg) {pull}1944#1944
  • Add object name to procedure call spans in dbapi2 {pull}1938#1938
  • Add support for python 3.10 and 3.11 lambda runtimes

[float] ===== Bug fixes

  • Fix asyncpg support for 0.29+ {pull}1935#1935
  • Fix dbapi2 signature extraction to handle square brackets in table name {pull}1947#1947

[float] ===== Pending Deprecations

  • The log shipping LoggingHandler will be removed in version 7.0.0 of the agent.

[[release-notes-6.19.0]]

Commits
  • 4f56612 update CHANGELOG and bump version to 6.20.0 (#1949)
  • 01f1624 Add note about log ingestion via filebeat (#1876)
  • 46b0c52 fix extract_signature dbapi2: handling square brakets in table name (#1947)
  • 1654dd5 feat(dbapi2): include object name in procedure call spans (#1938)
  • 8ee719b Added Async support for DBAPI2 w/ implementation for psycopg (#1944)
  • 0adfefc chore: container_metadata_discovery.json (#1943)
  • 60e9f42 Bump certifi from 2023.7.22 to 2023.11.17 in /dev-utils (#1936)
  • bc068d4 Fix code examples in Starlette/FastAPI doc (#1939)
  • cda2fef Remove redundant semicolon in code example (#1940)
  • 5ad3534 Fix asyncpg tests to make it compatible with asyncpg>=0.29 (#1935)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

github-actions[bot] commented 8 months ago

File Coverage Lines Branches Missing
All files 100% 100% 100% :white_check_mark:
main_aws.py 100% 100% 100% :white_check_mark:
handlers/__init__.py 100% 100% 100% :white_check_mark:
handlers/aws/__init__.py 100% 100% 100% :white_check_mark:
handlers/aws/cloudwatch_logs_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/exceptions.py 100% 100% 100% :white_check_mark:
handlers/aws/handler.py 100% 100% 100% :white_check_mark:
handlers/aws/kinesis_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/replay_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/s3_sqs_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/sqs_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/utils.py 100% 100% 100% :white_check_mark:
share/__init__.py 100% 100% 100% :white_check_mark:
share/config.py 100% 100% 100% :white_check_mark:
share/environment.py 100% 100% 100% :white_check_mark:
share/events.py 100% 100% 100% :white_check_mark:
share/expand_event_list_from_field.py 100% 100% 100% :white_check_mark:
share/factory.py 100% 100% 100% :white_check_mark:
share/include_exlude.py 100% 100% 100% :white_check_mark:
share/json.py 100% 100% 100% :white_check_mark:
share/logger.py 100% 100% 100% :white_check_mark:
share/multiline.py 100% 100% 100% :white_check_mark:
share/secretsmanager.py 100% 100% 100% :white_check_mark:
share/utils.py 100% 100% 100% :white_check_mark:
share/version.py 100% 100% 100% :white_check_mark:
shippers/__init__.py 100% 100% 100% :white_check_mark:
shippers/composite.py 100% 100% 100% :white_check_mark:
shippers/es.py 100% 100% 100% :white_check_mark:
shippers/factory.py 100% 100% 100% :white_check_mark:
shippers/logstash.py 100% 100% 100% :white_check_mark:
shippers/shipper.py 100% 100% 100% :white_check_mark:
storage/__init__.py 100% 100% 100% :white_check_mark:
storage/decorator.py 100% 100% 100% :white_check_mark:
storage/factory.py 100% 100% 100% :white_check_mark:
storage/payload.py 100% 100% 100% :white_check_mark:
storage/s3.py 100% 100% 100% :white_check_mark:
storage/storage.py 100% 100% 100% :white_check_mark:

Minimum allowed coverage is 100%

Generated by :monkey: cobertura-action against ce9928b3fb90aa85235ba014fad3d901c025b426

dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.