- New Command - Detect and list the schemas of up to 100 files
- New Setting - KQL Type detection modes allows reducing false detection of special KQL types like GUIDs, Timespans and so on
- New Query Target - Invoked queries can be sent back to the clipboard instead of auto launching
- Structured Query allows choosing between Has Row Header, Has No Row Header and Auto Detect
- Text View can show up to 1MB (previously 32KB)
- Improved notification experience
- Add support for working with a local instance of Kusto (Kusto Personal or a debug version of Kusto).
To do so, create a connection with the following format
http[s]://localhost[:port]
. - Invoke Kusto Explorer Desktop using app link (without going through Edge browser).
- New Quick Actions Target: Paste resulting queries back to the clipboard.
- Show exceptions as multi line strings.
- Improved Quick-Action cluster name detection.
- Remove unneeded settings file path UX option.
- New Command: Inspect Clipboard Content (shows a preview of the content of the clipboard)
- Add progress notification for temp table and external data query.
- Better error reporting notifcation.
- Add basic logging with Serilog, and include Kusto SDK logs (warnings and errors)
- Single process - the app will not run twice.
- Published assemblies are versioned
- Column name auto-correct for inline query and external table query is less strict, preserving the source column name
- When creating a temp table from json data and auto correcting column names, create a mapping policy to fix map between the json file and the column names
- MSI Installation Support
- Added Sample Data folder to support new Wiki
- App links and readme point to new Wiki
- Force name fixes on external data schema detected column names
- Redo format detection
- External data works with parquet
- Parquet ingestion to temp table works
- Fix temp file name creator
- Fix auto detection priorities
- First version release
- Inline structured and free-text query
- External table query
- Temp table query