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
andConnectionStringProperties
. (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.