diff --git a/sdk/schemaregistry/azure-schemaregistry-avroserializer/CHANGELOG.md b/sdk/schemaregistry/azure-schemaregistry-avroserializer/CHANGELOG.md index 7245b36e68ab..40839e33cad9 100644 --- a/sdk/schemaregistry/azure-schemaregistry-avroserializer/CHANGELOG.md +++ b/sdk/schemaregistry/azure-schemaregistry-avroserializer/CHANGELOG.md @@ -19,10 +19,6 @@ - `client` and `group_name` in `AvroSerializer` constructor - `schema` in `serialize` on `AvroSerializer` -### Bugs Fixed - -### Other Changes - ## 1.0.0b2 (2021-08-18) This version and all future versions will require Python 2.7 or Python 3.6+, Python 3.5 is no longer supported. diff --git a/sdk/schemaregistry/azure-schemaregistry-avroserializer/README.md b/sdk/schemaregistry/azure-schemaregistry-avroserializer/README.md index dcf41d6169e1..4b35666b43d8 100644 --- a/sdk/schemaregistry/azure-schemaregistry-avroserializer/README.md +++ b/sdk/schemaregistry/azure-schemaregistry-avroserializer/README.md @@ -6,6 +6,10 @@ Schema Registry schema identifiers and Avro-encoded data. [Source code][source_code] | [Package (PyPi)][pypi] | [API reference documentation][api_reference] | [Samples][sr_avro_samples] | [Changelog][change_log] +## _Disclaimer_ + +_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_ + ## Getting started ### Install the package diff --git a/sdk/schemaregistry/azure-schemaregistry-avroserializer/setup.py b/sdk/schemaregistry/azure-schemaregistry-avroserializer/setup.py index c33948ec7b1c..3f52cf3bcf0b 100644 --- a/sdk/schemaregistry/azure-schemaregistry-avroserializer/setup.py +++ b/sdk/schemaregistry/azure-schemaregistry-avroserializer/setup.py @@ -67,6 +67,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: MIT License', ], zip_safe=False, diff --git a/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md b/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md index 178fe64b0b80..d6d2624e2d88 100644 --- a/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md +++ b/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md @@ -2,8 +2,6 @@ ## 1.0.0b3 (Unreleased) -### Features Added - ### Breaking Changes - `get_schema_id` method on sync and async `SchemaRegistryClient` has been renamed `get_schema_properties`. @@ -17,11 +15,9 @@ - `location` instance variable in `SchemaProperties` has been removed. - `Schema` and `SchemaProperties` no longer have positional parameters, as they will not be constructed by the user. -### Bugs Fixed - ### Other Changes -- Updated azure-core dependency to 1.17.1. +- Updated azure-core dependency to 1.19.0. - Removed caching support of registered schemas so requests are sent to the service to register schemas, get schema properties, and get schemas. ## 1.0.0b2 (2021-08-17) diff --git a/sdk/schemaregistry/azure-schemaregistry/README.md b/sdk/schemaregistry/azure-schemaregistry/README.md index da2e038417d6..b1042dd95fae 100644 --- a/sdk/schemaregistry/azure-schemaregistry/README.md +++ b/sdk/schemaregistry/azure-schemaregistry/README.md @@ -6,6 +6,10 @@ schema identifiers rather than full schemas. [Source code][source_code] | [Package (PyPi)][pypi] | [API reference documentation][api_reference] | [Samples][sr_samples] | [Changelog][change_log] +## _Disclaimer_ + +_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_ + ## Getting started ### Install the package diff --git a/sdk/schemaregistry/azure-schemaregistry/setup.py b/sdk/schemaregistry/azure-schemaregistry/setup.py index 59616141b87a..e803b719c12f 100644 --- a/sdk/schemaregistry/azure-schemaregistry/setup.py +++ b/sdk/schemaregistry/azure-schemaregistry/setup.py @@ -62,13 +62,14 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: MIT License', ], zip_safe=False, packages=find_packages(exclude=exclude_packages), install_requires=[ 'msrest>=0.5.0', - 'azure-core<2.0.0,>=1.17.1' + 'azure-core<2.0.0,>=1.19.0' ], extras_require={ ":python_version<'3.0'": ['azure-nspkg'] diff --git a/shared_requirements.txt b/shared_requirements.txt index b3476641f7ff..5b9cf5691051 100644 --- a/shared_requirements.txt +++ b/shared_requirements.txt @@ -169,7 +169,7 @@ backports.functools-lru-cache>=1.6.4 #override azure-security-attestation msrest>=0.6.21 #override azure-security-attestation azure-core<2.0.0,>=1.8.2 #override azure-data-tables msrest>=0.6.19 -#override azure-schemaregistry azure-core<2.0.0,>=1.17.1 +#override azure-schemaregistry azure-core<2.0.0,>=1.19.0 opencensus>=0.6.0 opencensus-ext-threading opencensus-ext-azure>=0.3.1