Releases: Azure/azure-kusto-go
Releases · Azure/azure-kusto-go
azkustoingest/v1.2.2
azkustodata/v1.2.2
Changed
- Upgraded MSAL Go (
microsoft-authentication-library-for-go) to v1.7.1 for sovereign cloud support
Fixed
- Fixed queued compression metadata handling:
GenBlobNameno longer incorrectly overrides blob extension, and compression discovery now respectsSource.CompressionTypeconfiguration before falling back to file extension detection - Fixed
EstimateRawDataSizenot applying compression factor for GZIP sources
azkustoingest/v1.2.1
What's Changed
- Update versions for ingest by @ag-ramachandran in #332
- Change quickstart version of ingest by @ag-ramachandran in #333
Full Changelog: azkustodata/v1.2.1...azkustoingest/1.2.1
azkustodata/v1.2.1
Fixed
- Fixed panic when converting string values to named string types (e.g.
type myString string) viaConvert- by @noamcohen97
azkustodata/v1.2.0
Added
result.Wait()is now configurable: the polling interval and delay can be set using the options parameter - by
@noamcohen97
Fixed
- Better error reporting on various failures – by @noamcohen97
- Fixed issues with retries - by @noamcohen97
- Fixed race conditions in ingestion clients, and improved error quality – by @noamcohen97
azkustodata/v1.1.1
Added
- Added Support for Delos and Gov SG clouds
azkustodata/v1.1.0
Added
WithHttpClientoption support for all ingest client types (New,NewStreaming,NewManaged) to enable custom HTTP client configuration and instrumentation such as OpenTelemetry
azkustodata/v1.0.3
Fixed
- Quoted empty strings correctly
azkustodata/v1.0.2
Fixed
- Fix JSON marshaling for tags in ingestion properties - by @noamcohen97
- Change Wait method to return a receive-only channel - by @noamcohen97
- Updated deps and fixed typos
azkustodata/v1.0.1
Fixed
ToDeclarationStringis now deterministic.