Skip to content

Commit

Permalink
Bump to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jul 18, 2023
1 parent bc35655 commit 3d5e69d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.1] - 2023-06-13
## [5.2.0] - 2023-07-18

### 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

### Added

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

## [5.1.0] - 2023-06-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useWorkspaces": true,
"version": "5.1.1"
"version": "5.2.0"
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/azure-kusto-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-data",
"version": "5.1.1",
"version": "5.2.0",
"description": "Azure Data Explorer Query SDK",
"module": "dist-esm/src/index.js",
"types": "./types/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/azure-kusto-ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-ingest",
"version": "5.1.1",
"version": "5.2.0",
"description": "Azure Data Explorer Ingestion SDK",
"module": "dist-esm/src/index.js",
"types": "./types/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.4",
"@types/uuid-validate": "0.0.1",
"azure-kusto-data": "^5.1.1",
"azure-kusto-data": "^5.2.0",
"browserify-zlib": "0.2.0",
"buffer": "^6.0.3",
"stream-array": "^1.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/quick_start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-quick-start",
"version": "5.1.1",
"version": "5.2.0",
"description": "Quick start Node sample app",
"main": "src/SampleApp.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"@types/uuid": "^8.3.4",
"azure-kusto-data": "^5.1.1",
"azure-kusto-ingest": "^5.1.1",
"azure-kusto-data": "^5.2.0",
"azure-kusto-ingest": "^5.2.0",
"diff": "^5.1.0",
"uuid": "^8.3.2"
},
Expand Down

0 comments on commit 3d5e69d

Please sign in to comment.