Skip to content

Releases: Azure/azure-kusto-node

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)

v5.2.1

22 Aug 09:13
47d85c6
Compare
Choose a tag to compare

Added

  • sample app for browser auth and run from react vite
  • Export from index.ts more classes that are exposed to user

Fixed

  • Avoid node headers in browser (Accept-Encoding, Connection)
  • Remove dependency on crypto browserify

v5.2.0

18 Jul 13:48
0d65367
Compare
Choose a tag to compare

Added

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

Fixed

  • Some internal types exposed as they are retuned to the user.
  • Remove streamify from browser flow
  • Default tenant of user prompt was nullified if options were given