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 | da0e17b | 2017-12-08 15:31:56 -0800 | [diff] [blame^] | 7 | ## 0.1.2 |
| 8 | |
| 9 | - Upgrading `concurrent.futures` backport from `>= 3.0.0` |
| 10 | to `>= 3.2.0` (#4521). |
| 11 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 12 | ## 0.1.1 |
Danny Hermes | 6997970 | 2017-10-30 14:41:42 -0700 | [diff] [blame] | 13 | |
| 14 | - Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280) |
| 15 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 16 | ## 0.1.0 |
Jon Wayne Parrott | e889ec9 | 2017-10-26 14:52:33 -0700 | [diff] [blame] | 17 | |
| 18 | Initial release |
| 19 | |
| 20 | Prior to being separated, this package was developed in `google-cloud-core`, so |
| 21 | relevant changes from that package are included here. |
| 22 | |
| 23 | - Add google.api.core.gapic_v1.config (#4022) |
| 24 | - Add google.api.core.helpers.grpc_helpers (#4041) |
| 25 | - Add google.api.core.gapic_v1.method (#4057) |
| 26 | - Add wrap_with_paging (#4067) |
| 27 | - Add grpc_helpers.create_channel (#4069) |
| 28 | - Add DEFAULT sentinel for gapic_v1.method (#4079) |
| 29 | - Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098) |
| 30 | - Add google.api.core.operations_v1 (#4081) |
| 31 | - Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131) |
| 32 | - Add google.api.core.helpers.general_helpers.wraps (#4166) |
| 33 | - Update Docs with Python Setup Guide (#4187) |
| 34 | - Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196) |
| 35 | - Clarify that PollingFuture timeout is in seconds. (#4201) |
| 36 | - Add api_core package (#4210) |
| 37 | - Replace usage of google.api.core with google.api_core (#4221) |
| 38 | - Add google.api_core.gapic_v2.client_info (#4225) |
| 39 | - Fix how api_core.operation populates exception errors (#4231) |
| 40 | - Fix bare except (#4250) |
| 41 | - Fix parsing of API errors with Unicode err message (#4251) |
| 42 | - Port gax proto helper methods (#4249) |
| 43 | - Remove gapic_v1.method.wrap_with_paging (#4257) |
| 44 | - Add final set of protobuf helpers to api_core (#4259) |