You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,24 @@
1
1
# ChangeLog - DataStax C# Driver
2
2
3
-
## Unreleased
3
+
## 3.19.0
4
4
5
-
TBD
5
+
2022-12-22
6
6
7
7
### Bug fixes
8
8
9
9
*[[CSHARP-974](https://datastax-oss.atlassian.net/browse/CSHARP-974)] Race condition in Hashed Wheel Timer causes unhandled exception
10
+
*[[CSHARP-981](https://datastax-oss.atlassian.net/browse/CSHARP-981)] Memory leak - Diposed Sessions are still referenced by the Cassandra.Cluster that created them
11
+
*[[CSHARP-987](https://datastax-oss.atlassian.net/browse/CSHARP-987)] Race condition in control connection reconnection
12
+
13
+
### Improvements
14
+
15
+
*[[CSHARP-977](https://datastax-oss.atlassian.net/browse/CSHARP-977)] Reduce memory allocations on BeConverter by renting arrays from ArrayPool
16
+
*[[CSHARP-979](https://datastax-oss.atlassian.net/browse/CSHARP-979)] Improve data reading performance by inlining hot methods in RecyclableMemoryStream
17
+
*[[CSHARP-980](https://datastax-oss.atlassian.net/browse/CSHARP-980)] Improve data reading performance by avoiding using ThreadLocal<T> in the hot loop
18
+
19
+
### New Features
20
+
21
+
*[[CSHARP-986](https://datastax-oss.atlassian.net/browse/CSHARP-986)] LINQ support for writetime\(\) function
Copy file name to clipboardExpand all lines: src/Extensions/Cassandra.AppMetrics/Cassandra.AppMetrics.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
<Description>This package builds on the DataStax Enterprise C# driver and DataStax C# Driver for Apache Cassandra, adding a metrics provider implementation using App Metrics.</Description>
0 commit comments