|
4 | 4 |
|
5 | 5 | [1]:https://pypi.org/project/google-api-core/#history |
6 | 6 |
|
| 7 | +##[2.15.0](https://github.com/googleapis/python-api-core/compare/v2.14.0...v2.15.0) (2023-11-20) |
| 8 | + |
| 9 | + |
| 10 | +###Features |
| 11 | + |
| 12 | +* Add type annotations to wrapped grpc calls ([#554](https://github.com/googleapis/python-api-core/issues/554)) ([fc12b40](https://github.com/googleapis/python-api-core/commit/fc12b40bfc6e0c4bb313196e2e3a9c9374ce1c45)) |
| 13 | +* Add universe_domain argument to ClientOptions ([3069ef4](https://github.com/googleapis/python-api-core/commit/3069ef4b9123ddb64841cbb7bbb183b53d502e0a)) |
| 14 | + |
| 15 | + |
| 16 | +###Bug Fixes |
| 17 | + |
| 18 | +* Replace deprecated`datetime.datetime.utcnow()` ([#552](https://github.com/googleapis/python-api-core/issues/552)) ([448923a](https://github.com/googleapis/python-api-core/commit/448923acf277a70e8704c949311bf4feaef8cab6)), closes[#540](https://github.com/googleapis/python-api-core/issues/540) |
| 19 | + |
7 | 20 | ##[2.14.0](https://github.com/googleapis/python-api-core/compare/v2.13.1...v2.14.0) (2023-11-09) |
8 | 21 |
|
9 | 22 |
|
|