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: CHANGES.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# 5.5.0
2
+
* Implemented enhancement #208: use Microsoft.Data.SqliClient for all platforms except net452 to enable Column Encryption (thanks to @mungk for the contribution).
3
+
* Fixed issue #290 MissingMethodException with .NET Standard 2.0.
4
+
* Added .NET Standard 2.0 sample program.
5
+
* Minor bug fixes.
6
+
* Completed overall refactoring and added unit tests for all refactored code.
7
+
1
8
# 5.4.0
2
9
* Added support for Azure Managed Identities for Resources authentication (thanks to @darrenschwarz for the contribution).
3
10
* New interface using `SinkOptions` parameter. Marked old interfaces obsolete.
0 commit comments