Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 2.21 KB

ReleaseNotes.md

File metadata and controls

57 lines (48 loc) · 2.21 KB

Release Notes

Version v0.1.4

Features

  • 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

Version v0.1.3

Features

  • 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.

Bug Fixes

  • Show exceptions as multi line strings.
  • Improved Quick-Action cluster name detection.
  • Remove unneeded settings file path UX option.

Version v0.1.2

Features

  • 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

Bug Fixes

  • 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

Version v0.1.1

Features

  • MSI Installation Support
  • Added Sample Data folder to support new Wiki
  • App links and readme point to new Wiki

Bug Fixes

  • 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

Version v0.1.0

Features

  • First version release
  • Inline structured and free-text query
  • External table query
  • Temp table query