Releases: microsoft/synckusto
Release list
SyncKusto v20260313
Kusto NuGet update to fix authentication issue reported by user.
SyncKusto v20251215
Minor fix: The app id authentication combo box is now populated with recently used app ids.
SyncKusto v20251110
This is a major refactoring of the codebase but should be functionally equivalent to the previous release. As always, please report any issues that you find. Details can be found in this commit message.
SyncKusto v20251105
The main focus of this release is upgrading to .NET 8.
As part of that process, the system for keeping track of user settings has changed so you'll find that your settings will need to be reconfigured when you upgrade to this. If you forget what settings you were using, you might be able to find your old settings in a *.config file inside: %LOCALAPPDATA%\SyncKusto\
The Kusto NuGet packages have also been updated with this release providing more support for language updates (though no specific SyncKusto use-case improvements are known the time of this release.)
SyncKusto v20250117
This release adds a new option to normalize line endings. Visit Settings > Formatting to see it. By default, it will be set to "Leave as is" but you can adjust it to Windows or Unix style line endings. These line endings are applied when files are touched, not as some bulk background operation. You can read more in the commit description.
SyncKusto v20241018
Updated Kusto NuGet packages to fix the issue some users were hitting with the tool hanging when saving the Settings dialog.
SyncKusto v20240423
- Added support for Subject Name/Issuer X5C certificate authentication.
- Added drop downs for cluster, database, and application id that will show the 10 most recent values.
- Settings form has been converted from a single form into a smaller form with multiple tabs.
- Added a setting for which Certificate Location is used when displaying available certificates for X5C auth.
- Updated Kusto NuGet packages.
Note that the first time you run this, Windows may give you a warning that you are running unsigned bits. You can either accept this and proceed or you can clone the repo and build from source yourself.
SyncKusto v20240209
- Updated the Kusto NuGet package to properly handle new language features like
view=trueon function definitions.
SyncKusto v20231110
- Modified the long file path support to only use the long file path syntax when the path is too long.
SyncKusto v20230607
- Added support for long file paths