|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0b5 (Unreleased) |
4 | | - |
5 | | -### Features Added |
6 | | - |
7 | | -### Breaking Changes |
| 3 | +## 1.0.0b5 (2021-08-10) |
8 | 4 |
|
9 | 5 | ### Bugs Fixed |
10 | 6 |
|
|
15 | 11 | - Bumped dependency on `msrest` to `>=0.6.21` |
16 | 12 |
|
17 | 13 | ## 1.0.0b4 (2021-07-07) |
| 14 | + |
18 | 15 | ### 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. |
20 | 18 |
|
21 | 19 | ## 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`. |
27 | 26 |
|
28 | 27 | ## 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. |
35 | 35 |
|
36 | 36 | ## 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 |
0 commit comments