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