Skip to content

sdk/messaging/azeventhubs/v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Feb 00:46
82c2aec

0.5.0 (2023-02-07)

Features Added

  • Adds ProcessorOptions.Prefetch field, allowing configuration of Prefetch values for PartitionClients created using the Processor. (PR#19786)
  • Added new function to parse connection string into values using ParseConnectionString and ConnectionStringProperties. (PR#19855)

Breaking Changes

  • ProcessorOptions.OwnerLevel has been removed. The Processor uses 0 as the owner level.
  • Uses the public release of github.com/Azure/azure-sdk-for-go/sdk/storage/azblob package rather than using an internal copy.
    For an example, see example_processor_test.go.