Jon Wayne Parrott | e889ec9 | 2017-10-26 14:52:33 -0700 | [diff] [blame] | 1 | # Changelog |
| 2 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 3 | [PyPI History][1] |
| 4 | |
| 5 | [1]: https://pypi.org/project/google-api-core/#history |
| 6 | |
Danny Hermes | d8af50c | 2017-12-21 09:14:13 -0800 | [diff] [blame^] | 7 | ## 0.1.3 |
| 8 | |
| 9 | ### Notable Implementation Changes |
| 10 | |
| 11 | - Apply scopes to explicitly provided credentials if needed (#4594). |
| 12 | - Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It |
| 13 | can be accessed via |
| 14 | `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588). |
| 15 | |
| 16 | ### Dependencies |
| 17 | |
| 18 | - Upgrading to latest `grpcio==1.8.2` (#4642). For details, see |
| 19 | related gRPC [bug](https://github.com/grpc/grpc/issues/9688) |
| 20 | and [fix](https://github.com/grpc/grpc/pull/13665). |
| 21 | |
| 22 | PyPI: https://pypi.org/project/google-api-core/0.1.3/ |
| 23 | |
Danny Hermes | da0e17b | 2017-12-08 15:31:56 -0800 | [diff] [blame] | 24 | ## 0.1.2 |
| 25 | |
| 26 | - Upgrading `concurrent.futures` backport from `>= 3.0.0` |
| 27 | to `>= 3.2.0` (#4521). |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 28 | - Moved `datetime`-related helpers from `google.cloud.core` to |
| 29 | `google.api_core.datetime_helpers` (#4399). |
| 30 | - Added missing `client_info` to `gapic_v1/__init__.py`'s |
| 31 | `__all__` (#4567). |
| 32 | - Added helpers for routing headers to `gapic_v1` (#4336). |
| 33 | |
| 34 | PyPI: https://pypi.org/project/google-api-core/0.1.2/ |
Danny Hermes | da0e17b | 2017-12-08 15:31:56 -0800 | [diff] [blame] | 35 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 36 | ## 0.1.1 |
Danny Hermes | 6997970 | 2017-10-30 14:41:42 -0700 | [diff] [blame] | 37 | |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 38 | ### Dependencies |
| 39 | |
Danny Hermes | 6997970 | 2017-10-30 14:41:42 -0700 | [diff] [blame] | 40 | - Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280) |
| 41 | |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 42 | PyPI: https://pypi.org/project/google-api-core/0.1.1/ |
| 43 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 44 | ## 0.1.0 |
Jon Wayne Parrott | e889ec9 | 2017-10-26 14:52:33 -0700 | [diff] [blame] | 45 | |
| 46 | Initial release |
| 47 | |
| 48 | Prior to being separated, this package was developed in `google-cloud-core`, so |
| 49 | relevant changes from that package are included here. |
| 50 | |
| 51 | - Add google.api.core.gapic_v1.config (#4022) |
| 52 | - Add google.api.core.helpers.grpc_helpers (#4041) |
| 53 | - Add google.api.core.gapic_v1.method (#4057) |
| 54 | - Add wrap_with_paging (#4067) |
| 55 | - Add grpc_helpers.create_channel (#4069) |
| 56 | - Add DEFAULT sentinel for gapic_v1.method (#4079) |
| 57 | - Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098) |
| 58 | - Add google.api.core.operations_v1 (#4081) |
| 59 | - Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131) |
| 60 | - Add google.api.core.helpers.general_helpers.wraps (#4166) |
| 61 | - Update Docs with Python Setup Guide (#4187) |
| 62 | - Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196) |
| 63 | - Clarify that PollingFuture timeout is in seconds. (#4201) |
| 64 | - Add api_core package (#4210) |
| 65 | - Replace usage of google.api.core with google.api_core (#4221) |
| 66 | - Add google.api_core.gapic_v2.client_info (#4225) |
| 67 | - Fix how api_core.operation populates exception errors (#4231) |
| 68 | - Fix bare except (#4250) |
| 69 | - Fix parsing of API errors with Unicode err message (#4251) |
| 70 | - Port gax proto helper methods (#4249) |
| 71 | - Remove gapic_v1.method.wrap_with_paging (#4257) |
| 72 | - Add final set of protobuf helpers to api_core (#4259) |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 73 | |
| 74 | PyPI: https://pypi.org/project/google-api-core/0.1.0/ |