Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Dec 1, 2022
1 parent a3f592e commit f727236
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This is a data plane SDK (it is for interacting with Azure Data Explorer service

## What's New

### Version 0.9.2
* Fixed default values for parameters not parsing correctly
* Fixed goroutine leak when streaming ingestion fails
* Fixed leaks in tests

### Version 0.9.1
* Setting a mapping now implies the ingestion format
* Fixed possible context race
Expand Down
2 changes: 1 addition & 1 deletion kusto/internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

// Kusto is the version of this client package that is communicated to the server.
const Kusto = "0.9.1"
const Kusto = "0.9.2"

0 comments on commit f727236

Please sign in to comment.