diff --git a/sdk/containerregistry/azure-containerregistry/CHANGELOG.md b/sdk/containerregistry/azure-containerregistry/CHANGELOG.md index a07d6409a79e..fd1532276e2b 100644 --- a/sdk/containerregistry/azure-containerregistry/CHANGELOG.md +++ b/sdk/containerregistry/azure-containerregistry/CHANGELOG.md @@ -1,10 +1,6 @@ # Release History -## 1.0.0b5 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.0.0b5 (2021-08-10) ### Bugs Fixed @@ -15,23 +11,28 @@ - Bumped dependency on `msrest` to `>=0.6.21` ## 1.0.0b4 (2021-07-07) + ### Bugs Fixed -* Fixes a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds. + +- Fixes a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds. ## 1.0.0b3 (2021-06-08) -* Removes `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None` -* Removed `writeable_properties` objects, placing `can_delete/read/write/list` properties on the immediate `Repository/Tag/ArtifactManifestProperties` objects -* Removed `ContainerRepository` and `RegistryArtifact` classes. The methods for acting on a repository and a registry artifact are now contained in the `ContainerRegistryClient` object. -* Parses refresh token expiration time from returned JWT. -* The `delete_repository` and `get_repository` methods parameters have been renamed from `repository_name` to `repository`. + +- Removes `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None` +- Removed `writeable_properties` objects, placing `can_delete/read/write/list` properties on the immediate `Repository/Tag/ArtifactManifestProperties` objects +- Removed `ContainerRepository` and `RegistryArtifact` classes. The methods for acting on a repository and a registry artifact are now contained in the `ContainerRegistryClient` object. +- Parses refresh token expiration time from returned JWT. +- The `delete_repository` and `get_repository` methods parameters have been renamed from `repository_name` to `repository`. ## 1.0.0b2 (2021-05-11) -* Rename `DeletedRepositoryResult` to `DeleteRepositoryResult` -* Rename `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests` -* Rename `TagProperties` to `ArtifactTagProperties` -* Rename `ContentPermissions` to `ContentProperties` -* Rename `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`. -* Adds anonymous access capabilities to client by passing in `None` to credential. + +- Rename `DeletedRepositoryResult` to `DeleteRepositoryResult` +- Rename `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests` +- Rename `TagProperties` to `ArtifactTagProperties` +- Rename `ContentPermissions` to `ContentProperties` +- Rename `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`. +- Adds anonymous access capabilities to client by passing in `None` to credential. ## 1.0.0b1 (2021-04-06) -* First release of the Azure Container Registry library for Python + +- First release of the Azure Container Registry library for Python diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 9a8bf9291e74..cf34ad62a95f 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -6,16 +6,14 @@ - Cut hard dependency on requests library -### Breaking Changes in the Provisional `azure.core.rest` package - -- `azure.core.rest` will not try to guess the `charset` anymore if it was impossible to extract it from `HttpResponse` analysis. This removes our dependency on `charset`. - -### Key Bugs Fixed - ### Fixed - Not override "x-ms-client-request-id" if it already exists in the header. #17757 +### Breaking Changes in the Provisional `azure.core.rest` package + +- `azure.core.rest` will not try to guess the `charset` anymore if it was impossible to extract it from `HttpResponse` analysis. This removes our dependency on `charset`. + ## 1.16.0 (2021-07-01) ### Features Added @@ -41,7 +39,6 @@ are thrown if you mishandle streamed responses from the provisional `azure.core. - Retry policies don't sleep after operations time out - The `from_dict` methhod in the `CloudEvent` can now convert a datetime string to datetime object when microsecond exceeds the python limitation - ## 1.14.0 (2021-05-13) ### New Features diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index 08789605c782..2e1cfbc47f2a 100644 --- a/sdk/search/azure-search-documents/CHANGELOG.md +++ b/sdk/search/azure-search-documents/CHANGELOG.md @@ -1,17 +1,11 @@ # Release History -## 11.3.0b2 (Unreleased) +## 11.3.0b2 (2021-08-10) ### Features Added - Added new skills: `SentimentSkillV3`, `EntityLinkingSkill`, `EntityRecognitionSkillV3` -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 11.3.0b1 (2021-07-07) ### Features Added