Skip to content

[chore] prepare for Changelog v0.143.0#7052

Merged
akhileshsingh85 merged 5 commits into
mainfrom
changelog-v0.143.0
Jan 9, 2026
Merged

[chore] prepare for Changelog v0.143.0#7052
akhileshsingh85 merged 5 commits into
mainfrom
changelog-v0.143.0

Conversation

@akhileshsingh85
Copy link
Copy Markdown
Contributor

@akhileshsingh85 akhileshsingh85 commented Jan 8, 2026

Description: Prepare for Changelog v0.143.0
Removed the following list as either not used by our distro or not relevant for end user:

  • (Contrib) connector/servicegraph: remove deprecated warning log about metrics exporter logical (#45177)

  • (Contrib) extension/googlecloudlogentry_encoding: Parse Cloud DNS Query logs into log record attributes instead of placing it in the body as is. (#44561)

  • (Contrib) exporter/azureblob: Add time_parser_ranges option to allow selective time parsing of blob name substrings (#44650)

  • (Contrib) receiver/systemd: Rename systemd.unit.cpu.time metric to systemd.service.cpu.time (#44916)

  • (Contrib) cmd/schemagen: Introduce script that generates configuration schemas for collector components based on go structs. (#42214)
    The schemagen tool generates schemas for OpenTelemetry Collector components configuration
    by analyzing Go struct definitions. This is preliminary work to support automatic generation
    of documentation and validation for component configurations.

  • (Contrib) exporter/coralogix: Exposed a new field to set grpc-accept-encoding. gzip will be used by default. (#45191)

  • (Contrib) exporter/coralogix: Improve log messages when a partial success happens for traces. (#44926)

  • (Contrib) exporter/elasticsearch: Add support for extra query parameters to the outgoing bulk request (#44480)

  • (Contrib) exporter/kafka: Make max_message_bytes and flush_max_messages unconditional in franz-go producer. Changed flush_max_messages default from 0 to 10000 to match franz-go default. (#44840)

  • (Core) exporter/nop: Add profiles support to nop exporter (#14331)

  • (Contrib) extension/awslogs_encoding: Enhance VPC flow logs encoding extension with CloudWatch logs support (#44710)

  • (Contrib) extension/azure_encoding: Add processing for AppService, CDN, FrontDoor and Recommendation logs records (#41725)

  • (Contrib) extension/googlecloudlogentry_encoding: Add support for Passthrough External and Internal Network Load Balancer logs (#44524)

  • (Contrib) processor/geoip: Bump oschwald/geoip2 to v2 (#44687)

  • (Contrib) receiver/awslambda: Add support for AWS Lambda receiver to trigger by CloudWatch logs subscription filters for Lambda (#43504)

  • (Contrib) receiver/awslambda: Add S3 failure replay support to AWS Lambda receiver (#43504)

  • (Contrib) receiver/github: Add merged_pr_lookback_days configuration to limit historical PR queries and reduce API usage (#43388)
    The merged_pr_lookback_days configuration option limits the timeframe for
    which merged pull requests are queried. Set to 0 to fetch all merged PRs.
    Open PRs are always fetched regardless of this setting.

  • (Core) all: Update semconv import to 1.38.0 (#14305)

  • (Core) pkg/pdata: Optimize the size and pointer bytes for pdata structs (#14339)

  • (Core) pkg/pdata: Avoid using interfaces/oneof like style for optional fields (#14333)

  • (Contrib) receiver/systemd: Add metric for number of times a service has restarted. (#45071)

  • (Contrib) exporter/elasticsearch: Deduplicate attribute keys from non-compliant SDKs in otel mapping mode (#39304)

  • (Contrib) pkg/translator/azurelogs: Fix missing data when ingesting Azure logs without properties field. (#44222)

  • (Contrib) receiver/awss3: Fix data loss when SQS messages contain multiple S3 object notifications and some fail to process (#45153)
    The SQS notification reader was unconditionally deleting messages after processing,
    even when some S3 object retrievals or callback processing failed. This caused data
    loss when a message contained multiple S3 notification records and any of them failed.
    Messages are now only deleted when all records are successfully processed, allowing
    failed records to be retried after the visibility timeout.

@akhileshsingh85 akhileshsingh85 marked this pull request as ready for review January 8, 2026 17:08
@akhileshsingh85 akhileshsingh85 requested review from a team as code owners January 8, 2026 17:08
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.88%. Comparing base (00a3458) to head (360e286).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7052      +/-   ##
==========================================
- Coverage   37.88%   37.88%   -0.01%     
==========================================
  Files         366      366              
  Lines       25619    25619              
==========================================
- Hits         9707     9705       -2     
- Misses      15104    15105       +1     
- Partials      808      809       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
akhileshsingh85 and others added 2 commits January 8, 2026 17:52
Co-authored-by: Curtis Robert <crobert@splunk.com>
Co-authored-by: Curtis Robert <crobert@splunk.com>
@akhileshsingh85 akhileshsingh85 merged commit 9d148a1 into main Jan 9, 2026
65 checks passed
@akhileshsingh85 akhileshsingh85 deleted the changelog-v0.143.0 branch January 9, 2026 23:39
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants