| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | { | |
| 2 | - ".": "1.4.3" | ||
| 2 | + ".": "1.5.0" | ||
| 3 | 3 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,27 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [1.5.0](https://github.com/googleapis/python-security-private-ca/compare/v1.4.3...v1.5.0) (2022-12-15) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * Add support for `google.cloud.security.privateca.__version__` ([f3d00b7](https://github.com/googleapis/python-security-private-ca/commit/f3d00b7a1f1b0b8998c4749770dc85561a7392c6)) | ||
| 9 | + * Add typing to proto.Message based class attributes ([f3d00b7](https://github.com/googleapis/python-security-private-ca/commit/f3d00b7a1f1b0b8998c4749770dc85561a7392c6)) | ||
| 10 | + | ||
| 11 | + | ||
| 12 | + ### Bug Fixes | ||
| 13 | + | ||
| 14 | + * Add dict typing for client_options ([f3d00b7](https://github.com/googleapis/python-security-private-ca/commit/f3d00b7a1f1b0b8998c4749770dc85561a7392c6)) | ||
| 15 | + * **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([3efdd29](https://github.com/googleapis/python-security-private-ca/commit/3efdd293e0abfdc2f5a769a58726480080e55d0d)) | ||
| 16 | + * Drop usage of pkg_resources ([3efdd29](https://github.com/googleapis/python-security-private-ca/commit/3efdd293e0abfdc2f5a769a58726480080e55d0d)) | ||
| 17 | + * Fix timeout default values ([3efdd29](https://github.com/googleapis/python-security-private-ca/commit/3efdd293e0abfdc2f5a769a58726480080e55d0d)) | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + ### Documentation | ||
| 21 | + | ||
| 22 | + * **samples:** Snippetgen handling of repeated enum field ([f3d00b7](https://github.com/googleapis/python-security-private-ca/commit/f3d00b7a1f1b0b8998c4749770dc85561a7392c6)) | ||
| 23 | + * **samples:** Snippetgen should call await on the operation coroutine before calling result ([3efdd29](https://github.com/googleapis/python-security-private-ca/commit/3efdd293e0abfdc2f5a769a58726480080e55d0d)) | ||
| 24 | + | ||
| 3 | 25 | ## [1.4.3](https://github.com/googleapis/python-security-private-ca/compare/v1.4.2...v1.4.3) (2022-10-07) | |
| 4 | 26 | ||
| 5 | 27 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "1.4.3" # {x-release-please-version} | ||
| 16 | + __version__ = "1.5.0" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "1.4.3" # {x-release-please-version} | ||
| 16 | + __version__ = "1.5.0" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "1.4.3" # {x-release-please-version} | ||
| 16 | + __version__ = "1.5.0" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | ], | |
| 9 | 9 | "language": "PYTHON", | |
| 10 | 10 | "name": "google-cloud-private-ca", | |
| 11 | - "version": "0.1.0" | ||
| 11 | + "version": "1.5.0" | ||
| 12 | 12 | }, | |
| 13 | 13 | "snippets": [ | |
| 14 | 14 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | ], | |
| 9 | 9 | "language": "PYTHON", | |
| 10 | 10 | "name": "google-cloud-private-ca", | |
| 11 | - "version": "0.1.0" | ||
| 11 | + "version": "1.5.0" | ||
| 12 | 12 | }, | |
| 13 | 13 | "snippets": [ | |
| 14 | 14 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments