Skip to content

Commit bb86626

Browse files
authored
Merge pull request #383 from ckadluba/dev
Changes for release 5.7.0
2 parents 9152571 + 8135757 commit bb86626

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ If you are opening a feature request, you can ignore this template. Bug reports
1414

1515
>> Target framework and operating system:
1616
17-
[ ] .NET Core 2.0
17+
[ ] .NET Core 6
18+
[ ] .NET Core 3.1
19+
[ ] .NET Framework 4.8
1820
[ ] .NET Framework 4.7
1921
[ ] .NET Framework 4.6.x
2022
[ ] .NET Framework 4.5.x

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 5.7.0
2+
* Fixed a wrong information in README.md regarding SQL Server compatibility (thanks to @domagojmedo).
3+
* Fixed bug #382 System.FormatExceotion due to invalid format strings when using SelfLog (thanks to @sommmen)
4+
* New sink option to configure tenant when using Azure managed identities (thanks to @mattosaurus).
5+
* Updated .NET target frameworks (obsolete .NET Core 2.0 and 2.1, added .NET Core 3.1 LTS).
6+
17
# 5.6.1
28
* Added support for reserved columns (thanks to @susanneschuster).
39
* Fixes in README.
@@ -24,7 +30,7 @@
2430
# 5.4.0
2531
* Added support for Azure Managed Identities for Resources authentication (thanks to @darrenschwarz for the contribution).
2632
* New interface using `SinkOptions` parameter. Marked old interfaces obsolete.
27-
* Implemented Enhancement #182: configurable property names for custom columns (thanks to @rocknet for the contribution).
33+
* Implemented Enhancement #182: configurable property names for custom columns (thanks to @rocknet for the contribution).
2834
* Lots of refactoring and new unit tests.
2935

3036
# 5.3.0

0 commit comments

Comments
 (0)