azure-kusto-node

JS SDK for the Kusto service

MIT License

Downloads
311.9K
Stars
53
Committers
29

Bot releases are hidden (Show)

azure-kusto-node - Remove 'adal-node' from dependencies

Published by amshalev over 3 years ago

azure-kusto-node - Moving to MSAL

Published by amshalev over 3 years ago

Refactoring token acquiring and migrate from ADAL to MSAL

azure-kusto-node - Add support for application and user in ClientRequestProperties

Published by amshalev over 3 years ago

azure-kusto-node - axios improvements

Published by amshalev over 3 years ago

Add validateStatus and "Keep-Alive" for axios client

azure-kusto-node - Fixed Typescript integration

Published by AsafMah over 3 years ago

Now ts files aren't included in the npm package, as they should.
Also we moved typings from dev-dependencies, to normal dependencies.
These should stop issues when depending on this project on an already typescript codebase.

azure-kusto-node - Add support for query V1

Published by amshalev over 3 years ago

Add support for query V1

Breaking Changes:

  • None

Features:

  • Method executeQueryV1 for query V1 endpoint

Fixes:

  • None
azure-kusto-node - Fixed lock files

Published by AsafMah almost 4 years ago

azure-kusto-node - Version 2.1.2 - Updated a dependency to fix a security issue

Published by AsafMah almost 4 years ago

Updated the axios dependency to version 0.21.1 to fix a potential security issue.

azure-kusto-node - Fix acquireToken in managedIdentitiesClient

Published by AsafMah almost 4 years ago

Fix acquireToken in managedIdentitiesClient by adding the correct headers and fix url redundant char

azure-kusto-node - Moved Codebase to Typescript

Published by AsafMah almost 4 years ago

In this release, we moved our entire codebase to typescript.
This means that you no longer have to use to @typing module, you can get types just by including azure-kusto-data or azure-kusto-ingest.

The user-facing API should not change from previous versions.
If it does - please file an issue.

azure-kusto-node - Support proxy URL

Published by amshalev almost 4 years ago

Support proxy URL

Breaking Changes:

  • None

Features:

  • None

Fixes:

  • Support proxy URL
azure-kusto-node - Add option to set client timeout explicitly

Published by amshalev about 4 years ago

Add option to set client timeout explicitly

Breaking Changes:

  • None

Features:

  • Add option to set client timeout explicitly

Fixes:

  • None
azure-kusto-node - Fix package-lock.json

Published by amshalev about 4 years ago

Breaking Changes:

! PLEASE NOTE TO THE BREAKING CHANGES ON VERSION 1.0.0 !

Features:

  • None

Fixes:

  • Getting TypeError: callback is not a function (issue #91)
azure-kusto-node - New async await API [API BREAKING CHANGE!]

Published by amshalev about 4 years ago

Breaking Changes:

  • Use async await API instead of callbacks, all methods which used call back are async now (not BWC)
  • Error format has has changed
  • Required Node version changed from ">= 6.14.0" to ">= 8.0.0"
  • Dependencies change
    -- data: "request" -> "axios"
    -- ingest : "azure-storage"-> "@azure/storage-queue" & "@azure/storage-blob"

Features:

  • New async await API

Fixes:

  • Return errors as an object instead of string
azure-kusto-node - Fix server timeout

Published by amshalev about 4 years ago

Breaking Changes:

  • None

Features:

  • None

Fixes:

  • Fix support in server timeout of CRP, add delta of 0.5 min delta to the client timeout
azure-kusto-node - Adding support for setting clientRequestId in ClientRequestProperties

Published by amshalev over 4 years ago

Breaking Changes:

  • None

Features:

  • Adding support for setting clientRequestId in ClientRequestProperties

Fixes:

  • None
azure-kusto-node - Handle correctly PartialQueryFailure

Published by amshalev over 4 years ago

BREAKING CHANGES:

  • None.

FEATURES:

  • None.

FIXES:

  • Handle correctly PartialQueryFailure
azure-kusto-node - Support Compressed Streams in IngestFromStream

Published by boazsha over 4 years ago

BREAKING CHANGES:

  • None.

FEATURES:

  • ingestFromStream now supports compressed streams using streamDescriptor (GZIP, ZIP).

FIXES:

  • Error that was sent on stream will now invoke callback (#57 )
azure-kusto-node - Orc Format

Published by ohadbitt over 4 years ago

BREAKING CHANGES:

None

FEATURES:

Support orc format

FIXES:

  • Fix response in case of error
azure-kusto-node - Fix Response in Case of Error

Published by boazsha almost 5 years ago

BREAKING CHANGES:

None

FEATURES:

None

FIXES:

  • Fix response in case of error
Package Rankings
Top 3.12% on Npmjs.org
Badges
Extracted from project README
npm version npm npm version npm
Related Projects