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 | |
Thea Flowers | 58ae90e | 2018-09-11 11:02:50 -0700 | [diff] [blame^] | 7 | ## 1.4.0 |
| 8 | |
| 9 | ### Dependencies |
| 10 | |
| 11 | - Add support for gRPC connection management (available when using optional grpc_gcp dependency) ([#5553](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5553)) ([#5904](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5904)) |
| 12 | - Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702)) |
| 13 | |
Thea Flowers | 21bc9ad | 2018-07-27 10:29:39 -0700 | [diff] [blame] | 14 | ## 1.3.0 |
| 15 | |
| 16 | ### New Features |
| 17 | |
| 18 | - Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320) |
| 19 | |
Christopher Wilcox | cf94432 | 2018-06-14 12:22:14 -0700 | [diff] [blame] | 20 | ## 1.2.1 |
| 21 | |
| 22 | ### Implementation Changes |
| 23 | - Make client_info work without gRPC installed. (#5075) |
| 24 | - Rename `x-goog-header-params` to `x-goog-request-params` (#5495) |
| 25 | |
Christopher Wilcox | 84aab85 | 2018-05-16 14:55:02 -0700 | [diff] [blame] | 26 | ## 1.2.0 |
| 27 | |
| 28 | ### Implementation Changes |
| 29 | - Add close method to grpc Channel (#5333) |
| 30 | |
| 31 | ### Internal / Testing Changes |
| 32 | - Fix tests after grpcio update (#5333) |
| 33 | - Add Test runs for Python 3.7 and remove 3.4 (#5295) |
| 34 | |
Christopher Wilcox | 0ada3ac | 2018-04-30 12:24:29 -0700 | [diff] [blame] | 35 | ## 1.1.2 |
| 36 | |
| 37 | ### Packaging |
| 38 | - Update setuptools before packaging (#5265) |
| 39 | |
Christopher Wilcox | d65417d | 2018-04-18 12:52:17 -0700 | [diff] [blame] | 40 | ## 1.1.1 |
| 41 | |
| 42 | ### Internal / Testing Changes |
| 43 | - Use `install_requires` for platform dependencies instead of `extras_require` (#4991) |
| 44 | - Update trove classifer to '5 - Production/Stable' |
| 45 | |
Jon Wayne Parrott | 2b42e29 | 2018-03-14 10:11:36 -0700 | [diff] [blame] | 46 | ## 1.1.0 |
| 47 | |
| 48 | ### Interface additions |
| 49 | |
| 50 | - Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979) |
| 51 | |
| 52 | ### Implementation changes |
| 53 | |
| 54 | - Use a class to wrap grpc streaming errors instead of monkey-patching (#4995) |
| 55 | |
Jon Wayne Parrott | 35e87e0 | 2018-02-27 13:06:14 -0800 | [diff] [blame] | 56 | ## 1.0.0 |
| 57 | |
| 58 | This is the stable v1.0.0 release of google-api-core for Python. Releases after |
| 59 | this will not contain breaking changes. |
| 60 | |
| 61 | ### Interface changes and additions |
| 62 | |
| 63 | - Made `api_core.page_iterator.PageIterator.item_to_value` public |
| 64 | - Added ability to specify retry for `Operation` and `polling.Future`. (#4922) |
| 65 | |
Jon Wayne Parrott | 72af661 | 2018-01-11 09:14:47 -0800 | [diff] [blame] | 66 | ## 0.1.4 |
| 67 | |
| 68 | ### New Features |
| 69 | |
| 70 | - Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705) |
| 71 | |
| 72 | ### Notable Implementation Changes |
| 73 | |
| 74 | - Fix handling of gapic metadata when specified as `None`. (#4701) |
| 75 | |
Danny Hermes | d8af50c | 2017-12-21 09:14:13 -0800 | [diff] [blame] | 76 | ## 0.1.3 |
| 77 | |
| 78 | ### Notable Implementation Changes |
| 79 | |
| 80 | - Apply scopes to explicitly provided credentials if needed (#4594). |
| 81 | - Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It |
| 82 | can be accessed via |
| 83 | `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588). |
| 84 | |
| 85 | ### Dependencies |
| 86 | |
| 87 | - Upgrading to latest `grpcio==1.8.2` (#4642). For details, see |
| 88 | related gRPC [bug](https://github.com/grpc/grpc/issues/9688) |
| 89 | and [fix](https://github.com/grpc/grpc/pull/13665). |
| 90 | |
| 91 | PyPI: https://pypi.org/project/google-api-core/0.1.3/ |
| 92 | |
Danny Hermes | da0e17b | 2017-12-08 15:31:56 -0800 | [diff] [blame] | 93 | ## 0.1.2 |
| 94 | |
| 95 | - Upgrading `concurrent.futures` backport from `>= 3.0.0` |
| 96 | to `>= 3.2.0` (#4521). |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 97 | - Moved `datetime`-related helpers from `google.cloud.core` to |
| 98 | `google.api_core.datetime_helpers` (#4399). |
| 99 | - Added missing `client_info` to `gapic_v1/__init__.py`'s |
| 100 | `__all__` (#4567). |
| 101 | - Added helpers for routing headers to `gapic_v1` (#4336). |
| 102 | |
| 103 | PyPI: https://pypi.org/project/google-api-core/0.1.2/ |
Danny Hermes | da0e17b | 2017-12-08 15:31:56 -0800 | [diff] [blame] | 104 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 105 | ## 0.1.1 |
Danny Hermes | 6997970 | 2017-10-30 14:41:42 -0700 | [diff] [blame] | 106 | |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 107 | ### Dependencies |
| 108 | |
Danny Hermes | 6997970 | 2017-10-30 14:41:42 -0700 | [diff] [blame] | 109 | - Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280) |
| 110 | |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 111 | PyPI: https://pypi.org/project/google-api-core/0.1.1/ |
| 112 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 113 | ## 0.1.0 |
Jon Wayne Parrott | e889ec9 | 2017-10-26 14:52:33 -0700 | [diff] [blame] | 114 | |
| 115 | Initial release |
| 116 | |
| 117 | Prior to being separated, this package was developed in `google-cloud-core`, so |
| 118 | relevant changes from that package are included here. |
| 119 | |
| 120 | - Add google.api.core.gapic_v1.config (#4022) |
| 121 | - Add google.api.core.helpers.grpc_helpers (#4041) |
| 122 | - Add google.api.core.gapic_v1.method (#4057) |
| 123 | - Add wrap_with_paging (#4067) |
| 124 | - Add grpc_helpers.create_channel (#4069) |
| 125 | - Add DEFAULT sentinel for gapic_v1.method (#4079) |
| 126 | - Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098) |
| 127 | - Add google.api.core.operations_v1 (#4081) |
| 128 | - Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131) |
| 129 | - Add google.api.core.helpers.general_helpers.wraps (#4166) |
| 130 | - Update Docs with Python Setup Guide (#4187) |
| 131 | - Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196) |
| 132 | - Clarify that PollingFuture timeout is in seconds. (#4201) |
| 133 | - Add api_core package (#4210) |
| 134 | - Replace usage of google.api.core with google.api_core (#4221) |
| 135 | - Add google.api_core.gapic_v2.client_info (#4225) |
| 136 | - Fix how api_core.operation populates exception errors (#4231) |
| 137 | - Fix bare except (#4250) |
| 138 | - Fix parsing of API errors with Unicode err message (#4251) |
| 139 | - Port gax proto helper methods (#4249) |
| 140 | - Remove gapic_v1.method.wrap_with_paging (#4257) |
| 141 | - Add final set of protobuf helpers to api_core (#4259) |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 142 | |
| 143 | PyPI: https://pypi.org/project/google-api-core/0.1.0/ |