Releases: Azure/azure-kusto-node
Releases · Azure/azure-kusto-node
v7.0.0-alpha.3
Fixed
- Don't include json files in the package
v7.0.0-alpha.2
Fixed
- Added default export for the SDK
v7.0.0-alpha.1
Fixed
- Added azure/core-utils as an official dependency
- Added "main" field back to package.json
v7.0.0-alpha.0
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
Changed
- Take
process.argv[1]
as an app identifier instead ofprocess.title
- More strict header escaping, limit the length to 100 characters per field
v6.0.1
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 ofPromise<QueueSendMessageResponse>
- Added condition on file extension for binary file compression
Added
- Support table status reporting like explained here https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/kusto-ingest-client-status
- When working with storage resources, use success/failure statistics and retry mechanism to improve ingestion stability
Fixed
- process.env can be undefined
- Headers are now escaped better
v5.2.3
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
Added
- Support new playfab domain
Fixed
- Fix browser support for proxy clusters (with no metadata)
v5.2.1
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
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