Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 11:46

Changed

  • Remove dependency on commons lang.
  • [BREAKING] setConnectorDetails method in ConnectionStringBuilder accepts a Map instead of varargs of Pairs.
  • [BREAKING] Field visibility changes in CslStringFormat from public to private.
  • [BREAKING] All synchronous queued and streaming ingestion APIs now delegate to their asynchronous counterparts
    internally and block for results.
  • [BREAKING] Streaming client no longer check for blob size and if it exists.
  • [BREAKING] Exceptions thrown the ingest API are now RuntimeExceptions: IngestionServiceException, IngestionClientException.

Added

  • The SDK now provides Reactor Core-based asynchronous APIs for all queued and streaming ingestion endpoints,
    enabling non-blocking operations.

Fixed

  • Improved error messages and code quality