Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SchemaRegistry] avro serializer api changes #23226

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@
"sdk/metricsadvisor/azure-ai-metricsadvisor/**",
"sdk/purview/azure-purview-catalog/**",
"sdk/remoterendering/azure-mixedreality-remoterendering/**",
"sdk/schemaregistry/ci.yml",
"sdk/schemaregistry/azure-schemaregistry/**",
"sdk/schemaregistry/azure-schemaregistry-avroencoder/**",
"sdk/schemaregistry/azure-schemaregistry-avroserializer/**",
"sdk/servicefabric/azure-servicefabric/**",
"sdk/search/azure-search-documents/**",
"sdk/storage/azure-storage-blob-changefeed/**",
Expand Down
6 changes: 6 additions & 0 deletions sdk/eventhub/azure-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 5.9.0b2 (Unreleased)

### Other Changes

- The TODO: for interoperability with the Schema Registry Avro Serializer library.

## 5.9.0b1 (2022-02-09)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/eventhub/azure-eventhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,10 @@ Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-pytho

Reference documentation is available [here](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html).

### Schema Registry and Avro Encoder
### Schema Registry and Avro Serializer

The EventHubs SDK integrates nicely with the [Schema Registry][schemaregistry_service] service and [Avro][avro].
For more information, please refer to [Schema Registry SDK][schemaregistry_repo] and [Schema Registry Avro Encoder SDK][schemaregistry_avroencoder_repo].
For more information, please refer to [Schema Registry SDK][schemaregistry_repo] and [Schema Registry Avro Serializer SDK][schemaregistry_avroserializer_repo].

### Building uAMQP wheel from source

Expand Down Expand Up @@ -467,6 +467,6 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
[api_reference]: https://docs.microsoft.com/python/api/overview/azure/eventhub-readme
[schemaregistry_service]: https://aka.ms/schemaregistry
[schemaregistry_repo]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/schemaregistry/azure-schemaregistry
[schemaregistry_avroencoder_repo]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/schemaregistry/azure-schemaregistry-avroencoder
[schemaregistry_avroserializer_repo]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/schemaregistry/azure-schemaregistry-avroserializer

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python/sdk/eventhub/azure-eventhub/README.png)
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/azure/eventhub/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "5.9.0b1"
VERSION = "5.9.0b2"

This file was deleted.

This file was deleted.

This file was deleted.

Loading