Skip to content

Commit d5db098

Browse files
authored
update changelogs (Azure#20070)
1 parent 9d4f5a6 commit d5db098

File tree

3 files changed

+24
-32
lines changed

3 files changed

+24
-32
lines changed
Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Release History
22

3-
## 1.0.0b5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.0b5 (2021-08-10)
84

95
### Bugs Fixed
106

@@ -15,23 +11,28 @@
1511
- Bumped dependency on `msrest` to `>=0.6.21`
1612

1713
## 1.0.0b4 (2021-07-07)
14+
1815
### Bugs Fixed
19-
* Fixes a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds.
16+
17+
- Fixes a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds.
2018

2119
## 1.0.0b3 (2021-06-08)
22-
* Removes `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None`
23-
* Removed `writeable_properties` objects, placing `can_delete/read/write/list` properties on the immediate `Repository/Tag/ArtifactManifestProperties` objects
24-
* Removed `ContainerRepository` and `RegistryArtifact` classes. The methods for acting on a repository and a registry artifact are now contained in the `ContainerRegistryClient` object.
25-
* Parses refresh token expiration time from returned JWT.
26-
* The `delete_repository` and `get_repository` methods parameters have been renamed from `repository_name` to `repository`.
20+
21+
- Removes `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None`
22+
- Removed `writeable_properties` objects, placing `can_delete/read/write/list` properties on the immediate `Repository/Tag/ArtifactManifestProperties` objects
23+
- Removed `ContainerRepository` and `RegistryArtifact` classes. The methods for acting on a repository and a registry artifact are now contained in the `ContainerRegistryClient` object.
24+
- Parses refresh token expiration time from returned JWT.
25+
- The `delete_repository` and `get_repository` methods parameters have been renamed from `repository_name` to `repository`.
2726

2827
## 1.0.0b2 (2021-05-11)
29-
* Rename `DeletedRepositoryResult` to `DeleteRepositoryResult`
30-
* Rename `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests`
31-
* Rename `TagProperties` to `ArtifactTagProperties`
32-
* Rename `ContentPermissions` to `ContentProperties`
33-
* Rename `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`.
34-
* Adds anonymous access capabilities to client by passing in `None` to credential.
28+
29+
- Rename `DeletedRepositoryResult` to `DeleteRepositoryResult`
30+
- Rename `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests`
31+
- Rename `TagProperties` to `ArtifactTagProperties`
32+
- Rename `ContentPermissions` to `ContentProperties`
33+
- Rename `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`.
34+
- Adds anonymous access capabilities to client by passing in `None` to credential.
3535

3636
## 1.0.0b1 (2021-04-06)
37-
* First release of the Azure Container Registry library for Python
37+
38+
- First release of the Azure Container Registry library for Python

sdk/core/azure-core/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66

77
- Cut hard dependency on requests library
88

9-
### Breaking Changes in the Provisional `azure.core.rest` package
10-
11-
- `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`.
12-
13-
### Key Bugs Fixed
14-
159
### Fixed
1610

1711
- Not override "x-ms-client-request-id" if it already exists in the header. #17757
1812

13+
### Breaking Changes in the Provisional `azure.core.rest` package
14+
15+
- `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`.
16+
1917
## 1.16.0 (2021-07-01)
2018

2119
### Features Added
@@ -41,7 +39,6 @@ are thrown if you mishandle streamed responses from the provisional `azure.core.
4139
- Retry policies don't sleep after operations time out
4240
- The `from_dict` methhod in the `CloudEvent` can now convert a datetime string to datetime object when microsecond exceeds the python limitation
4341

44-
4542
## 1.14.0 (2021-05-13)
4643

4744
### New Features

sdk/search/azure-search-documents/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 11.3.0b2 (Unreleased)
3+
## 11.3.0b2 (2021-08-10)
44

55
### Features Added
66

77
- Added new skills: `SentimentSkillV3`, `EntityLinkingSkill`, `EntityRecognitionSkillV3`
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 11.3.0b1 (2021-07-07)
1610

1711
### Features Added

0 commit comments

Comments
 (0)