Skip to content

Releases: Azure/azure-kusto-node

v5.1.0

13 Jun 12:09
Compare
Choose a tag to compare

Added

  • Streaming from blob url is now supported (in ManagedStreamingIngest too)

Fixed

  • More robust handling of errors in queued ingestion (resource manager improvements)
  • Fixed exports using the wrong types

v5.0.4

09 May 06:45
c505202
Compare
Choose a tag to compare

Fixed

  • IgnoreFirstRecord ingestion option is now supported
  • Edge case in getting the username on azure functions environments is now handled by @Apokalypt

v5.0.3

01 May 13:03
f8bf719
Compare
Choose a tag to compare

Added

  • ConnectionStringBuilder now accepts certificate path
  • ConnectionStringBuilder now accepts a TokenCredential

Fixed

  • Fixed parsing of certain commands

v5.0.2

18 Apr 10:38
d9ce9b5
Compare
Choose a tag to compare

Added

  • Internal devops improvements

Fixed

  • Remove authorization header from errors
  • Escape non-ascii headers to align with the service

v5.0.1

23 Feb 13:04
8bc317c
Compare
Choose a tag to compare
  • Fixed issue with metadata endpoint in browsers by @sagivf

v5.0.0

14 Feb 15:12
c487974
Compare
Choose a tag to compare

What's Changed

  • Browser compatible package
    • The SDK now support being ran in a browser
    • See README.md for details
  • [BREAKING] - removed moment.js from project and fixed timespan parsing:
    • By default, Timespan will now be parsed into a number of milliseconds by default, matching Date substraction
    • By default, Datetime fields will now be parsed into a native Date object
    • To change the default, use KustoResultTable.timeSpanParser and KustoResultTable.dateTimeParser
  • Added Security.MD
  • Minor fixes

Full Changelog: v4.0.5...v5.0.0

V4.0.5 - upgrade MSAL

18 Jan 14:51
8334664
Compare
Choose a tag to compare
  • Upgrade MSAL dependency
  • Fix lockfile error

v4.0.4 - Fix vulnerability - jsonwebtoken (again)

15 Jan 12:06
dc1a6d6
Compare
Choose a tag to compare

v4.0.4 - Fix vulnerability - jsonwebtoken (again)

v4.0.3 - Fix vulnerability - jsonwebtoken

29 Dec 10:24
30b1694
Compare
Choose a tag to compare

What's Changed

  • Fix vulnerability - jsonwebtoken

v4.0.2

15 Dec 14:50
54262fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2