Skip to content
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

fix: bump CassandraCSharpDriver from 3.17.1 to 3.19.1 #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2023

Bumps CassandraCSharpDriver from 3.17.1 to 3.19.1.

Changelog

Sourced from CassandraCSharpDriver's changelog.

3.19.1

2023-01-19

Bug fixes

3.19.0

2022-12-22

Bug fixes

  • [CSHARP-974] Race condition in Hashed Wheel Timer causes unhandled exception
  • [CSHARP-981] Memory leak - Diposed Sessions are still referenced by the Cassandra.Cluster that created them
  • [CSHARP-987] Race condition in control connection reconnection

Improvements

  • [CSHARP-977] Reduce memory allocations on BeConverter by renting arrays from ArrayPool
  • [CSHARP-979] Improve data reading performance by inlining hot methods in RecyclableMemoryStream
  • [CSHARP-980] Improve data reading performance by avoiding using ThreadLocal in the hot loop

New Features

  • [CSHARP-986] LINQ support for writetime() function

3.18.0

2022-07-04

Bug fixes

  • [CSHARP-954] Nodes disconnecting can cause Next is null but it is not the tail exception
  • [CSHARP-967] Driver does not work in an application published as a single file

New Features

  • [CSHARP-968] Provide easier way to deserialize ElementMap graph results

3.18.0-alpha1

2022-06-22

Bug fixes

  • [CSHARP-954] Nodes disconnecting can cause Next is null but it is not the tail exception

New Features

... (truncated)

Commits
  • 7befa03 update changelog and bump version
  • 337b9d6 CSHARP-989 Fix writetime support in LINQ (#582)
  • a9e3236 CSHARP-989 Change return type of CqlFunction.WriteTime() to DateTimeOffset (#...
  • 547a620 release 3.19.0
  • 914685d Jenkinsfile improvements (#580)
  • 89e2ed7 CSHARP-981 fix session leak (#579)
  • ea6bb38 fix race condition (#578)
  • 7c9d368 revert changes to test perf (#577)
  • cbc9b7f CSHARP-977 Avoid memory allocations for ToSingle() and ToDouble() conversions...
  • 6589820 improve reliability of ccm auth test (#576)
  • 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 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)

Bumps [CassandraCSharpDriver](https://github.com/datastax/csharp-driver) from 3.17.1 to 3.19.1.
- [Release notes](https://github.com/datastax/csharp-driver/releases)
- [Changelog](https://github.com/datastax/csharp-driver/blob/master/CHANGELOG.md)
- [Commits](datastax/csharp-driver@3.17.1...3.19.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 19, 2023
@dependabot dependabot bot requested review from a team, ethno2405, joannayankova and gshukov98 and removed request for a team January 19, 2023 21:03
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant