github Azure/azure-sdk-for-go sdk/messaging/azeventgrid/v0.4.0

latest releases: sdk/ai/azopenai/v0.7.1, sdk/security/keyvault/azadmin/v1.3.0, sdk/storage/azblob/v1.5.0...
pre-release11 months ago

0.4.0 (2023-11-27)

Features Added

  • New functionality for Event Grid namespaces:
    • Client.PublishCloudEvent can be used to publish a single messaging.CloudEvent.
    • Client.RenewCloudEventLocks can extend the lock time for a set of events.
    • Client.ReleaseCloudEvents (via ReleaseCloudEventsOptions.ReleaseDelayInSeconds) can release an event with a
      server-side delay, allowing the message to remain unavailable for a configured period of time.

Breaking Changes

  • FailedLockToken, included in the response for settlement functions, has an Error field, which contains the data previously
    in ErrorDescription and ErrorCode.
  • Settlement functions (AcknowledgeCloudEvents, ReleaseCloudEvents, RejectCloudEvents) take lock tokens as a parameter.

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.