|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0b6 (Unreleased) |
4 | | - |
5 | | -### Features Added |
| 3 | +## 1.0.0b6 (2021-09-08) |
6 | 4 |
|
7 | 5 | ### Breaking Changes |
8 | 6 |
|
9 | | -### Bugs Fixed |
10 | | - |
11 | | -### Other Changes |
| 7 | +- Removed `credential_scopes` keyword. |
| 8 | +- Added `audience` keyword, which allows customers to select from available audiences or provide their own audience string. This keyword is required when creating a client. |
12 | 9 |
|
13 | 10 | ## 1.0.0b5 (2021-08-11) |
14 | 11 |
|
15 | 12 | ### Bugs Fixed |
16 | 13 |
|
17 | | -- Close session of `ChallengePolicyClient` in context manager #20000 |
| 14 | +- Closed session of `ChallengePolicyClient` in context manager #20000 |
18 | 15 |
|
19 | 16 | ### Other Changes |
20 | 17 |
|
|
24 | 21 |
|
25 | 22 | ### Bugs Fixed |
26 | 23 |
|
27 | | -- Fixes a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds. |
| 24 | +- Fixeed a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds. |
28 | 25 |
|
29 | 26 | ## 1.0.0b3 (2021-06-08) |
30 | 27 |
|
31 | | -- Removes `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None` |
| 28 | +- Removed `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None` |
32 | 29 | - Removed `writeable_properties` objects, placing `can_delete/read/write/list` properties on the immediate `Repository/Tag/ArtifactManifestProperties` objects |
33 | 30 | - Removed `ContainerRepository` and `RegistryArtifact` classes. The methods for acting on a repository and a registry artifact are now contained in the `ContainerRegistryClient` object. |
34 | | -- Parses refresh token expiration time from returned JWT. |
| 31 | +- Parsed refresh token expiration time from returned JWT. |
35 | 32 | - The `delete_repository` and `get_repository` methods parameters have been renamed from `repository_name` to `repository`. |
36 | 33 |
|
37 | 34 | ## 1.0.0b2 (2021-05-11) |
38 | 35 |
|
39 | | -- Rename `DeletedRepositoryResult` to `DeleteRepositoryResult` |
40 | | -- Rename `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests` |
41 | | -- Rename `TagProperties` to `ArtifactTagProperties` |
42 | | -- Rename `ContentPermissions` to `ContentProperties` |
43 | | -- Rename `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`. |
44 | | -- Adds anonymous access capabilities to client by passing in `None` to credential. |
| 36 | +- Renamed `DeletedRepositoryResult` to `DeleteRepositoryResult` |
| 37 | +- Renamed `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests` |
| 38 | +- Renamed `TagProperties` to `ArtifactTagProperties` |
| 39 | +- Renamed `ContentPermissions` to `ContentProperties` |
| 40 | +- Renamed `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`. |
| 41 | +- Added anonymous access capabilities to client by passing in `None` to credential. |
45 | 42 |
|
46 | 43 | ## 1.0.0b1 (2021-04-06) |
47 | 44 |
|
|
0 commit comments