Skip to content

Releases: Azure/azure-kusto-go

azkustoingest/v1.2.2

22 Apr 14:11
5f23a8b

Choose a tag to compare

What's Changed

  • [Fix]: Queued compression metadata handling by @asaharn in #338
  • Upgrade MSAL Go to v1.7.1 for sovereign cloud support by @Copilot in #337
  • [chore]: version upgrade 1.2.2 by @asaharn in #340

Full Changelog: azkustoingest/v1.2.1...azkustoingest/v1.2.2

azkustodata/v1.2.2

22 Apr 13:23
5f23a8b

Choose a tag to compare

Changed

  • Upgraded MSAL Go (microsoft-authentication-library-for-go) to v1.7.1 for sovereign cloud support

Fixed

  • Fixed queued compression metadata handling: GenBlobName no longer incorrectly overrides blob extension, and compression discovery now respects Source.CompressionType configuration before falling back to file extension detection
  • Fixed EstimateRawDataSize not applying compression factor for GZIP sources

azkustoingest/v1.2.1

22 Apr 14:09
1ca736c

Choose a tag to compare

What's Changed

Full Changelog: azkustodata/v1.2.1...azkustoingest/1.2.1

azkustodata/v1.2.1

24 Feb 13:21
f268371

Choose a tag to compare

Fixed

  • Fixed panic when converting string values to named string types (e.g. type myString string) via Convert - by @noamcohen97

azkustodata/v1.2.0

29 Dec 09:33

Choose a tag to compare

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

26 Nov 11:28
c21f9b5

Choose a tag to compare

Added

  • Added Support for Delos and Gov SG clouds

azkustodata/v1.1.0

15 Jul 04:58

Choose a tag to compare

Added

  • WithHttpClient option support for all ingest client types (New, NewStreaming, NewManaged) to enable custom HTTP client configuration and instrumentation such as OpenTelemetry

azkustodata/v1.0.3

18 May 11:36

Choose a tag to compare

Fixed

  • Quoted empty strings correctly

azkustodata/v1.0.2

28 Apr 05:17

Choose a tag to compare

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

12 Mar 07:50

Choose a tag to compare

Fixed

  • ToDeclarationString is now deterministic.