Releases: Azure/azure-kusto-go
Releases · Azure/azure-kusto-go
v0.14.2
Fixed
- Size used for RawDataSize taken from gzip reader was of the gzip size and not the original reader size
v0.14.0
Added
- Support streaming for blob, for Managed client as well.
- Support more urls for kusto, including http and port.
v0.13.1
Changed
- Modified
once.go
to resetsync.Once
instance when an error occurs
v0.13.0
Changed
MgmtOption
is deprecated. From now on bothQuery
andMgmt
acceptQueryOption
,MgmtOption
will remain as an
alias until the next version.
Added
ServerTimeout
Query Option- The timeout to the server will be set to the value of this option, or to none if
RequestNoTimeout
is set to true. - If it is not provided, the timeout will be set by the context (the old behaviour).
- If a context timeout is not provided, it will fall back to a default value by the type of request.
- The timeout to the server will be set to the value of this option, or to none if
- Support for
IgnoreFirstRecord
ingestion option
Removed
AllowWrite
has been a no-op for a while. It is now finally removed.
Fixed
AttachPolicyClientOptions
method fixed by @JorTurFer
v0.12.1
Fixed
- Fixed parsing of errors in queries
v0.12.0
Security
- No redirects are allowed by default.
Added
- Added kql.Builder struct for safe building of KQL statements from variables without use of 'Unsafe' mode.
- Simpler handling of query parameters using kql.Parameters struct.
- All of the docs and examples have been updated to use it
- [DEPRECATED] The old query builder
- Added Quickstart app
- TokenCredential support for authentication.
Fixed
- Replace non-ascii characters in headers to be in line with the service.
- DefaultCredential now uses the same HTTP client as the rest of the SDK.
v0.11.3
Added
- Support for new trident url
v0.11.2
Fixed
- Fixed Queue Uri not being correct for different clouds
v0.11.1
Security
- Bump golang.org/x/net from 0.4.0 to 0.7.0
Changed
- Bumped azblob to 1.0.0
Fixed
- Fixed Storage Uri not being correct for different clouds
v0.11.0
What's Changed
- Breaking - Add validation for trusted endpoints by @ohadbitt
- There are now by default a limited number of valid endpoints for kusto
- If you are using a standard endpoint - this shouldn't matter
- The trusted_endpoint package is an api to modify them.
- Send http headers under the new unified format
- Internal Refactoring
Full Changelog: v0.10.2...v0.11.0