Skip to content

Releases: Azure/azure-kusto-node

v7.0.0-alpha.4

23 Jan 12:56
Compare
Choose a tag to compare

Fixed

  • Fixed error when doing streaming ingestion with a blob url
  • Updated azure storage deps

v6.0.3

26 Jan 06:47
05f3925
Compare
Choose a tag to compare

Security

  • Updated dependencies to fix security vulnerabilities

Fixed

  • Fixed error when doing streaming ingestion with a blob url
  • Updated azure storage deps
  • Server timeout was with accuracy of tenth of a second.
  • Updated default endpoint urls

v7.0.0-alpha.3

29 Sep 10:28
Compare
Choose a tag to compare

Fixed

  • Don't include json files in the package

v7.0.0-alpha.2

24 Sep 11:44
Compare
Choose a tag to compare

Fixed

  • Added default export for the SDK

v7.0.0-alpha.1

22 Sep 11:19
Compare
Choose a tag to compare

Fixed

  • Added azure/core-utils as an official dependency
  • Added "main" field back to package.json

v7.0.0-alpha.0

16 Sep 09:31
Compare
Choose a tag to compare

Security

  • Updated dependencies to fix security vulnerabilities

Changed

  • Changed type of projects to be "module" to support EcmaScript modules. It shouldn't affect the usage of the SDK, if it does please open an issue.
  • Types are now properly exported using "export type"
  • CloudInfo is now exported

Fixed

  • Server timeout was with accuracy of tenth of a second.
  • Updated default endpoint urls

v6.0.2

11 Apr 10:19
Compare
Choose a tag to compare

Changed

  • Take process.argv[1] as an app identifier instead of process.title
  • More strict header escaping, limit the length to 100 characters per field

v6.0.1

07 Apr 14:10
Compare
Choose a tag to compare

Changed

  • [BREAKING] - Minimal node version is now 18
  • [BREAKING] - The default converters for DateTime and TimeSpan will now return null if the value is null or an empty string. This is to align with the behavior of the service.
  • [BREAKING] - IngestClient returns Promise<IngestionResult> instead of Promise<QueueSendMessageResponse>
  • Added condition on file extension for binary file compression

Added

Fixed

  • process.env can be undefined
  • Headers are now escaped better

v5.2.3

07 Nov 08:44
Compare
Choose a tag to compare

Fixed

  • Bump @azure/identity to 3.3.2
  • Fix nx on CI build

Known issue - browser auth does not work after version bump

v5.2.2

31 Oct 11:57
d6df72e
Compare
Choose a tag to compare

Added

  • Support new playfab domain

Fixed

  • Fix browser support for proxy clusters (with no metadata)