-
Notifications
You must be signed in to change notification settings - Fork 347
2.2.0
#1238
-
- Support .NET 7.0.
- Add
MySqlDataSource, an implementation ofDbDataSourcefor MySQL: Implement MySqlDataSource #1208 . - Use source-generated regular expressions.
- Use UTF-8 literals to perform UTF-8 conversion at compile-time instead of runtime.
- Add
- Breaking Drop support for .NET 4.5: Remove net45 support #1209 .
- Add
DNS Check Intervalconnection string option: AddDNS Check Intervalconnection string option #1201 . - Support restrictions in
MySqlConnection.GetSchema.- Schema collections are code-generated: Code-generate schema collections #1190 .
- Use user-provided callbacks when opening new connection to
KILL QUERY: Use user-provided callbacks when opening new connection to KILL QUERY #1179 . - Set activity tags when opening a connection fails: Activity Tags aren't set when connect timeout exception occurs #1196 .
- Raise
Component.Disposedevent fromMySqlConnection.DisposeAsync:MySqlConnection.DisposeAsyncdoesn't raiseDisposed#1235 . - Use
ValueTaskinstead ofValueTask<int>: UseValueTask#1233 .- Breaking This changes the return type of
MySqlConnection.ResetConnectionAsyncfornetstandard2.0,net461,net471.
- Breaking This changes the return type of
- Possibly Breaking Normalize the order of keys in the connection string returned by
MySqlConnectionStringBuilder.ConnectionString: MySqlConnectionStringBuilder.ConnectionString depends on order in which properties are set #1217 . - Possibly Breaking Update dependencies.
- Update System.Diagnostics.DiagnosticSource to 6.0.0.
- Update System.Memory to 4.5.5.
- Update System.Threading.Tasks.Extensions to 4.5.4: Update System.Threading.Tasks.Extensions to 4.5.4 #1144 .
This discussion was created from the release 2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment