Skip to content

Releases: NeilMacMullen/kusto-loco

v1.1.4

24 Mar 09:53
546e855
Compare
Choose a tag to compare

What's Changed

Special thanks to contributors 🚀

  • @DerekGooding for making the WPF processes demo look so much better 👀
  • @KapiteinKrapBijKas for adding support for base64 encode/decode functions 🧑‍🔬
  • @tbui17 for providing intellisense completion on file paths 📁

Core libraries:

  • Base64 encode/decode functions (base64_encode_tostring and base64_decode_tostring)
  • Parquet files with multiple rowgroups are now supported
  • It's now possible to create contexts from DataTables and DataSets

Lokqldx

  • Allow datetime format in datagrid to be set using setting
  • minor tweak to title bar to improve taskbar display
  • Comments are now more legible
  • Pivot commands are now less confusing and provide a default tablename
  • Much improved barchart rendering
  • Add support for creating context from DataTable/DataSet by @NeilMacMullen in #157
  • SHIFT-UP/DOWN can be used to navigate between query blocks

Full Changelog: v1.1.3...v1.1.4

V1.1.3

23 Feb 12:10
Compare
Choose a tag to compare

Core libraries:

  • Column headers are correctly trimmed when loading CSV files
  • 'take' operator can now be used on materialized results
  • TableBuilder now guarantees unique,non-blank column names
  • Fixed bug in summarization of unions
  • Excel file support for load/save

Lokqldx:

  • csvdata command now renamed to 'addtable'
  • results can now be saved to powerpoint presentations
  • Simple powerpoint report generation tutorial added
  • pivotColumnsToRows and pivotRowsToColumns commands added
  • Excel files support including loadexcel command that loads multiple tables from a workbook
  • Datagrid no longer swallows underscores in column names
  • Fix issue where macros specified in workspace options were not run on workspace load

v1.1.2

12 Feb 14:15
de6f997
Compare
Choose a tag to compare
  • Improve error message for unimplemented query operators
  • Support for pagination of KustoQueryResults
  • Fix bug in handling of functions that consume/generate jsonarrays
  • Implement top operator
  • Add 'search' capability for lokqldx query editor
  • lokqldx now auto-detects separator for csv files
  • lokqldx correctly serialised splitter positions
  • Additional kql functions supported

V1.1.1

18 Jan 15:50
9f3b551
Compare
Choose a tag to compare

Adds a few minor KQL builtins
Better workspace management in LokqlDx

v1.1.0

02 Jan 17:56
ee5d2e1
Compare
Choose a tag to compare

IMPORTANT It appears some dependencies are missing in the Powershell modules in this release. If you are dowloading in order to install edit-kql/pskql.dll please use 1.0.9 or wait for 1.1.1

What's Changed

  • Switch to AvalonEdit for intellisense/autocomplete and syntax highlighting
  • Add ability to generate powerpoint reports
  • Add stored result concept
  • Misc improvements to UI

Full Changelog: v1.0.9...v1.1.0

v1.0.9

07 Oct 13:51
258e00d
Compare
Choose a tag to compare

Update to latest dependencies including Parquet.Net V5

v1.0.8

27 Sep 09:36
363b0a3
Compare
Choose a tag to compare

Updates dependencies
Adds new string functions (substring overload and padleft/padright)

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

12 Aug 15:42
e003477
Compare
Choose a tag to compare

What's Changed

  • Allow specification of separator when loading csv files
  • Prevent type inferrer treating long strings of digits as numbers and turning them into floating point
  • Allow CSV serializer to load csvs without header-row
  • Better support for hex numbers - implement parsehex and tohex
  • More consistent use of UTC in dateTime functions

Full Changelog: v1.0.6...v1.0.7

v1.0.6

15 Jul 18:31
73a6f6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

V1.0.5

30 Jun 18:52
1a045f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5