github Azure/azure-sdk-for-js @azure/eventgrid_3.0.0-beta.3

latest releases: @azure/arm-servicenetworking_1.1.0-beta.1, @azure/arm-fabric_1.0.0-beta.1, @azure/arm-computeschedule_1.0.0-beta.1...
pre-release3 years ago

3.0.0-beta.3 (2020-10-06)

  • Added distributed tracing support. EventGridProducerClient will now create spans when sending events to Event Grid.
  • Added support for system events sent by Azure Key Vault.

Breaking Changes

  • The type definitions for SMS events sent by Azure Communication Services have been renamed, to use the prefix "AcsSms" instead of "Acssms". If you are
    using TypeScript and explicitly referencing these interfaces, you will need to update your code to use the new names. The payload of the events is unchanged.
  • EventGridSharedAccessCredential has been removed, in favor of AzureSASCredential. Code which is using EventGridSharedAccessCredential should
    now use AzureSASCredential instead.
  • When constructing the client, you must now include the schema type your topic is configured to expect (one of "EventGrid", "CloudEvent" or "Custom").
  • The sendEvents methods have been collapsed into a single method on the client called send which uses the input schema that was configured on the client.

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

NewReleases is sending notifications on new releases.