github Azure/azure-sdk-for-python azure-eventgrid_2.0.0b5

latest releases: azure-ai-ml_1.17.1, azure_mgmt_oracledatabase_1.0.0, azure_mgmt_appplatform_9.1.0...
pre-release3 years ago

2.0.0b5 (2021-02-10)

Breaking Changes

  • EventGridSharedAccessSignatureCredential is deprecated in favor of AzureSasCredential.
  • azure.eventgrid.models namespace along with all the models in it are now removed. azure.eventgrid.SystemEventNames can be used to get the event model type mapping.
  • topic_hostname is renamed to endpoint in the EventGridPublisherClient.
  • azure.eventgrid.generate_shared_access_signature method is now renamed to generate_sas.
  • EventGridConsumeris now removed. Please see the samples to see how events can be deserialized.
  • CustomEvent model is removed. Dictionaries must be used to send a custom schema.

Bug Fixes

  • EventGridEvent has two additional required positional parameters namely, data and data_version.
  • EventGridPublisherClient now appropriately throws a ValueError if an invalid credential is passed during initialization.

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

NewReleases is sending notifications on new releases.