Releases: Azure/azure-kusto-node
Releases · Azure/azure-kusto-node
v5.1.0
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
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
Added
- ConnectionStringBuilder now accepts certificate path
- ConnectionStringBuilder now accepts a TokenCredential
Fixed
- Fixed parsing of certain commands
v5.0.2
Added
- Internal devops improvements
Fixed
- Remove authorization header from errors
- Escape non-ascii headers to align with the service
v5.0.1
v5.0.0
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
andKustoResultTable.dateTimeParser
- Added Security.MD
- Minor fixes
Full Changelog: v4.0.5...v5.0.0
V4.0.5 - upgrade MSAL
- Upgrade MSAL dependency
- Fix lockfile error
v4.0.4 - Fix vulnerability - jsonwebtoken (again)
v4.0.4 - Fix vulnerability - jsonwebtoken (again)
v4.0.3 - Fix vulnerability - jsonwebtoken
What's Changed
- Fix vulnerability - jsonwebtoken