Skip to content

azkustodata/v1.0.0-preview-4

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 09:49
f58f463

Security

  • Use the new azqueue library.
  • Various dependency updates.

Changed

  • the WithApplicationCertificate on KustoConnectionStringBuilder was removed as it was ambiguous and not implemented correctly. Instead there are two new methods:
    • WithAppCertificatePath - Receives the path to the certificate file.
    • WithAppCertificateBytes - Receives the certificate bytes in-memory.
      Both methods accept an optional password for the certificate.
  • WithUserManagedIdentity has been deprecated in favor of more specific functions:
    • WithUserAssignedIdentityClientId - Receives the MSI client id
    • WithUserAssignedIdentityResourceId - Receives the MSI resource id
  • WithUserManagedIdentity has been deprecated in favor of more specific functions:
    • WithUserAssignedIdentityClientId - Receives the MSI client id
    • WithUserAssignedIdentityResourceId - Receives the MSI resource id
  • V2FrameCapacity was renamed to V2IoCapacity to better reflect its purpose.
  • V2FragmentCapacity was renamed to V2TableCapacity to better reflect its purpose.
  • Removed Skip option from IterativeTable, as the usecase for it was not clear.
  • Better defaults for buffer sizes.

Fixed

  • Fixed Mapping Kind not working correctly with certain formats.
  • Fixed plenty of sync issues.
  • Reduced allocations.