Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
Summary: - updated docs with the new version

Test Plan: n/a

Reviewers: vtkachuk-ua

Reviewed By: vtkachuk-ua

Subscribers: engineering-list

JIRA Issues: PLAT-6408

Differential Revision: https://grizzly.internal.memcompute.com/D62216
  • Loading branch information
okramarenko committed Apr 20, 2023
1 parent 4181589 commit 265902f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
parameters:
connector-version:
type: string
default: "1.0.1"
default: "1.1.0"

orbs:
win: circleci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Async SingleStore Connector for .NET and .NET Core 1.0.1
# Async SingleStore Connector for .NET and .NET Core 1.1.0

This is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data
provider for [SingleStore](https://www.singlestore.com/). It provides implementations of
Expand Down
24 changes: 24 additions & 0 deletions docs/VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

## Release Notes

###1.1.0

*Support .NET 7.0

*Speed up inserts with SingleStoreDataAdapter

*Loop to read all data when decompressing

*Fix deadlock when cancelling a command

*Fix BulkCopy for DateOnly and TimeOnly

*Fix unintentional TLS downgrade

*Implement SingleStoreAttribute.Clone

*Normalize the order of keys in the connection string returned by `SingleStoreConnectionStringBuilder.ConnectionString`

*Drop support for .NET 4.5

*Fix a race condition in recovering leaked sessions

*Fix failure to dispose objects if an exception is thrown when connecting

###1.0.1

*Allow RecordsAffected to be read after Close() in SingleStoreDataReader
Expand Down

0 comments on commit 265902f

Please sign in to comment.