azure-kusto-node

JS SDK for the Kusto service

MIT License

Downloads
311.9K
Stars
53
Committers
29

Bot releases are visible (Hide)

azure-kusto-node - v7.0.0-alpha.3

Published by github-actions[bot] 21 days ago

Fixed

  • Don't include json files in the package
azure-kusto-node - v7.0.0-alpha.2

Published by github-actions[bot] 26 days ago

Fixed

  • Added default export for the SDK
azure-kusto-node - v7.0.0-alpha.1

Published by github-actions[bot] 28 days ago

Fixed

  • Added azure/core-utils as an official dependency
  • Added "main" field back to package.json
azure-kusto-node - v7.0.0-alpha.0

Published by github-actions[bot] about 1 month ago

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
azure-kusto-node - v6.0.2 Latest Release

Published by github-actions[bot] 6 months ago

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
azure-kusto-node - v6.0.1

Published by github-actions[bot] 7 months ago

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
azure-kusto-node - v5.2.3

Published by github-actions[bot] 12 months ago

Fixed

  • Bump @azure/identity to 3.3.2
  • Fix nx on CI build
azure-kusto-node - v5.2.2

Published by github-actions[bot] 12 months ago

Added

  • Support new playfab domain

Fixed

  • Fix browser support for proxy clusters (with no metadata)
azure-kusto-node - v5.2.1

Published by github-actions[bot] about 1 year ago

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
azure-kusto-node - v5.2.0

Published by github-actions[bot] over 1 year ago

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
azure-kusto-node - v5.1.0

Published by github-actions[bot] over 1 year ago

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
azure-kusto-node - v5.0.4

Published by AsafMah over 1 year ago

Fixed

  • IgnoreFirstRecord ingestion option is now supported
  • Edge case in getting the username on azure functions environments is now handled by @Apokalypt
azure-kusto-node - v5.0.3

Published by github-actions[bot] over 1 year ago

Added

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

Fixed

  • Fixed parsing of certain commands
azure-kusto-node - v5.0.2

Published by github-actions[bot] over 1 year ago

Added

  • Internal devops improvements

Fixed

  • Remove authorization header from errors
  • Escape non-ascii headers to align with the service
azure-kusto-node - v5.0.1

Published by AsafMah over 1 year ago

  • Fixed issue with metadata endpoint in browsers by @sagivf
azure-kusto-node - v5.0.0

Published by AsafMah over 1 year ago

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: https://github.com/Azure/azure-kusto-node/compare/v4.0.5...v5.0.0

azure-kusto-node - V4.0.5 - upgrade MSAL

Published by AsafMah almost 2 years ago

  • Upgrade MSAL dependency
  • Fix lockfile error
azure-kusto-node - v4.0.4 - Fix vulnerability - jsonwebtoken (again)

Published by AsafMah almost 2 years ago

v4.0.4 - Fix vulnerability - jsonwebtoken (again)

azure-kusto-node - v4.0.3 - Fix vulnerability - jsonwebtoken

Published by AsafMah almost 2 years ago

What's Changed

  • Fix vulnerability - jsonwebtoken
azure-kusto-node - v4.0.2

Published by AsafMah almost 2 years ago

Package Rankings
Top 3.12% on Npmjs.org
Badges
Extracted from project README
npm version npm npm version npm
Related Projects