Bump min Cassandra package
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.mdfiles updated for non-trivial changes - [ ] ~~Changes in public API reviewed (if applicable)~~
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)
TL;DR - mostly bug fixes, plus that dependency change and one other new feature.
Sorry, wasn't sure what is considered a trivial change. Is done now.
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
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
:rocket: New features to boost your workflow:
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.