opentelemetry-dotnet-contrib icon indicating copy to clipboard operation
opentelemetry-dotnet-contrib copied to clipboard

Bump min Cassandra package

Open thompson-tomo opened this issue 6 months ago • 2 comments

Changes

In the 3.1.16 version of Cassandra the upper bound limit on System.Threading.Tasks.Dataflow has been known to cause conflicts on newer TFM so package has been bumped 1 minor to address that

Merge requirement checklist

  • [x] CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • [ ] ~~Unit tests added/updated~~
  • [x] Appropriate CHANGELOG.md files updated for non-trivial changes
  • [ ] ~~Changes in public API reviewed (if applicable)~~

thompson-tomo avatar Jun 11 '25 14:06 thompson-tomo

Looked it up and the effective diff in the dependencies of CassandraCSharpDriver is:

- System.Threading.Tasks.Dataflow (>= 4.6.0 && < 5.0.0)
+ System.Threading.Tasks.Dataflow (>= 4.6.0)

CHANGELOG

TL;DR - mostly bug fixes, plus that dependency change and one other new feature.

martincostello avatar Jun 11 '25 14:06 martincostello

Sorry, wasn't sure what is considered a trivial change. Is done now.

thompson-tomo avatar Jun 11 '25 15:06 thompson-tomo

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.65%. Comparing base (71655ce) to head (66fa232). Report is 885 commits behind head on main.

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2836      +/-   ##
==========================================
- Coverage   73.91%   69.65%   -4.26%     
==========================================
  Files         267      394     +127     
  Lines        9615    15978    +6363     
==========================================
+ Hits         7107    11130    +4023     
- Misses       2508     4848    +2340     
Flag Coverage Δ
unittests-Contrib.Shared.Tests 86.06% <ø> (?)
unittests-Exporter.Geneva 53.33% <ø> (?)
unittests-Exporter.InfluxDB 95.14% <ø> (?)
unittests-Exporter.Instana 74.86% <ø> (?)
unittests-Exporter.OneCollector 94.61% <ø> (?)
unittests-Exporter.Stackdriver 79.26% <ø> (?)
unittests-Extensions 90.65% <ø> (?)
unittests-Extensions.Enrichment 100.00% <ø> (?)
unittests-Instrumentation.AWS 84.01% <ø> (?)
unittests-Instrumentation.AspNet 76.79% <ø> (?)
unittests-Instrumentation.AspNetCore 70.32% <ø> (?)
unittests-Instrumentation.ConfluentKafka 14.10% <ø> (?)
unittests-Instrumentation.ElasticsearchClient 80.12% <ø> (?)
unittests-Instrumentation.EntityFrameworkCore 57.06% <ø> (?)
unittests-Instrumentation.EventCounters 76.36% <ø> (?)
unittests-Instrumentation.GrpcCore 91.42% <ø> (?)
unittests-Instrumentation.GrpcNetClient 79.61% <ø> (?)
unittests-Instrumentation.Hangfire 93.58% <ø> (?)
unittests-Instrumentation.Http 74.09% <ø> (?)
unittests-Instrumentation.Owin 88.62% <ø> (?)
unittests-Instrumentation.Process 100.00% <ø> (?)
unittests-Instrumentation.Quartz 78.76% <ø> (?)
unittests-Instrumentation.Runtime 100.00% <ø> (?)
unittests-Instrumentation.ServiceFabricRemoting 34.54% <ø> (?)
unittests-Instrumentation.SqlClient 87.82% <ø> (?)
unittests-Instrumentation.StackExchangeRedis 70.92% <ø> (?)
unittests-Instrumentation.Wcf 78.75% <ø> (?)
unittests-PersistentStorage 65.88% <ø> (?)
unittests-Resources.AWS 75.00% <ø> (?)
unittests-Resources.Azure 84.56% <ø> (?)
unittests-Resources.Container 67.34% <ø> (?)
unittests-Resources.Gcp 71.42% <ø> (?)
unittests-Resources.Host 73.91% <ø> (?)
unittests-Resources.OperatingSystem 76.98% <ø> (?)
unittests-Resources.Process 100.00% <ø> (?)
unittests-Resources.ProcessRuntime 78.26% <ø> (?)
unittests-Sampler.AWS 88.25% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 394 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Jun 23 '25 09:06 codecov[bot]