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 | |
Christopher Wilcox | 045a92d | 2018-12-03 12:18:42 -0800 | [diff] [blame] | 7 | ## 1.6.0 |
| 8 | |
| 9 | 11-30-2018 12:45 PST |
| 10 | |
| 11 | |
| 12 | ### Implementation Changes |
| 13 | - Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451)) |
| 14 | |
| 15 | ### New Features |
| 16 | - Move google.cloud.iam (core) to google.api_core.iam ([#6740](https://github.com/googleapis/google-cloud-python/pull/6740)) |
| 17 | - Add bidi support to api_core. ([#6191](https://github.com/googleapis/google-cloud-python/pull/6191)) |
| 18 | |
| 19 | ### Documentation |
| 20 | - Fix typo ([#6532](https://github.com/googleapis/google-cloud-python/pull/6532)) |
| 21 | |
| 22 | ### Internal / Testing Changes |
| 23 | - blacken api_core and core ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668)) |
| 24 | |
Christopher Wilcox | 2873baa | 2018-11-09 22:48:49 +0000 | [diff] [blame] | 25 | ## 1.5.2 |
| 26 | |
| 27 | 11-09-2018 14:22 PST |
| 28 | |
| 29 | |
| 30 | ### Implementation Changes |
| 31 | - Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305)) |
| 32 | |
| 33 | ### Dependencies |
| 34 | - Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468)) |
| 35 | - Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) |
| 36 | - Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355)) |
| 37 | |
Tres Seaver | 9dfc335 | 2018-10-30 10:31:19 -0400 | [diff] [blame] | 38 | ## 1.5.1 |
Christopher Wilcox | b5bf50a | 2018-10-18 16:37:35 -0700 | [diff] [blame] | 39 | |
Tres Seaver | 9dfc335 | 2018-10-30 10:31:19 -0400 | [diff] [blame] | 40 | 10-29-2018 13:29 PDT |
Christopher Wilcox | b5bf50a | 2018-10-18 16:37:35 -0700 | [diff] [blame] | 41 | |
Tres Seaver | 9dfc335 | 2018-10-30 10:31:19 -0400 | [diff] [blame] | 42 | ### Implementation Changes |
| 43 | - Don't URL-encode slashes in gRPC request headers. ([#6310](https://github.com/googleapis/google-cloud-python/pull/6310)) |
Christopher Wilcox | b5bf50a | 2018-10-18 16:37:35 -0700 | [diff] [blame] | 44 | |
| 45 | ### Internal / Testing Changes |
Tres Seaver | 9dfc335 | 2018-10-30 10:31:19 -0400 | [diff] [blame] | 46 | - Back out changes from [#6267](https://github.com/googleapis/google-cloud-python/pull/6267) / `api_core-1.6.0a1` release. ([#6328](https://github.com/googleapis/google-cloud-python/pull/6328)) |
Christopher Wilcox | b5bf50a | 2018-10-18 16:37:35 -0700 | [diff] [blame] | 47 | |
Christopher Wilcox | 352242e | 2018-10-16 09:43:02 -0700 | [diff] [blame] | 48 | ## 1.5.0 |
| 49 | |
| 50 | ### New Features |
| 51 | - Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211)) |
| 52 | |
Christopher Wilcox | 352242e | 2018-10-16 09:43:02 -0700 | [diff] [blame] | 53 | ### Internal / Testing Changes |
| 54 | - Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175)) |
| 55 | |
Tres Seaver | 2ab3a09 | 2018-09-28 13:13:55 -0400 | [diff] [blame] | 56 | ## 1.4.1 |
| 57 | |
| 58 | ### Dependencies |
| 59 | - Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132)) |
| 60 | |
| 61 | ### Internal / Testing Changes |
| 62 | - Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116)) |
| 63 | |
Thea Flowers | 58ae90e | 2018-09-11 11:02:50 -0700 | [diff] [blame] | 64 | ## 1.4.0 |
| 65 | |
| 66 | ### Dependencies |
| 67 | |
| 68 | - 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)) |
| 69 | - Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702)) |
| 70 | |
Thea Flowers | 21bc9ad | 2018-07-27 10:29:39 -0700 | [diff] [blame] | 71 | ## 1.3.0 |
| 72 | |
| 73 | ### New Features |
| 74 | |
| 75 | - Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320) |
| 76 | |
Christopher Wilcox | cf94432 | 2018-06-14 12:22:14 -0700 | [diff] [blame] | 77 | ## 1.2.1 |
| 78 | |
| 79 | ### Implementation Changes |
| 80 | - Make client_info work without gRPC installed. (#5075) |
| 81 | - Rename `x-goog-header-params` to `x-goog-request-params` (#5495) |
| 82 | |
Christopher Wilcox | 84aab85 | 2018-05-16 14:55:02 -0700 | [diff] [blame] | 83 | ## 1.2.0 |
| 84 | |
| 85 | ### Implementation Changes |
| 86 | - Add close method to grpc Channel (#5333) |
| 87 | |
| 88 | ### Internal / Testing Changes |
| 89 | - Fix tests after grpcio update (#5333) |
| 90 | - Add Test runs for Python 3.7 and remove 3.4 (#5295) |
| 91 | |
Christopher Wilcox | 0ada3ac | 2018-04-30 12:24:29 -0700 | [diff] [blame] | 92 | ## 1.1.2 |
| 93 | |
| 94 | ### Packaging |
| 95 | - Update setuptools before packaging (#5265) |
| 96 | |
Christopher Wilcox | d65417d | 2018-04-18 12:52:17 -0700 | [diff] [blame] | 97 | ## 1.1.1 |
| 98 | |
| 99 | ### Internal / Testing Changes |
| 100 | - Use `install_requires` for platform dependencies instead of `extras_require` (#4991) |
| 101 | - Update trove classifer to '5 - Production/Stable' |
| 102 | |
Jon Wayne Parrott | 2b42e29 | 2018-03-14 10:11:36 -0700 | [diff] [blame] | 103 | ## 1.1.0 |
| 104 | |
| 105 | ### Interface additions |
| 106 | |
| 107 | - Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979) |
| 108 | |
| 109 | ### Implementation changes |
| 110 | |
| 111 | - Use a class to wrap grpc streaming errors instead of monkey-patching (#4995) |
| 112 | |
Jon Wayne Parrott | 35e87e0 | 2018-02-27 13:06:14 -0800 | [diff] [blame] | 113 | ## 1.0.0 |
| 114 | |
| 115 | This is the stable v1.0.0 release of google-api-core for Python. Releases after |
| 116 | this will not contain breaking changes. |
| 117 | |
| 118 | ### Interface changes and additions |
| 119 | |
| 120 | - Made `api_core.page_iterator.PageIterator.item_to_value` public |
| 121 | - Added ability to specify retry for `Operation` and `polling.Future`. (#4922) |
| 122 | |
Jon Wayne Parrott | 72af661 | 2018-01-11 09:14:47 -0800 | [diff] [blame] | 123 | ## 0.1.4 |
| 124 | |
| 125 | ### New Features |
| 126 | |
| 127 | - Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705) |
| 128 | |
| 129 | ### Notable Implementation Changes |
| 130 | |
| 131 | - Fix handling of gapic metadata when specified as `None`. (#4701) |
| 132 | |
Danny Hermes | d8af50c | 2017-12-21 09:14:13 -0800 | [diff] [blame] | 133 | ## 0.1.3 |
| 134 | |
| 135 | ### Notable Implementation Changes |
| 136 | |
| 137 | - Apply scopes to explicitly provided credentials if needed (#4594). |
| 138 | - Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It |
| 139 | can be accessed via |
| 140 | `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588). |
| 141 | |
| 142 | ### Dependencies |
| 143 | |
| 144 | - Upgrading to latest `grpcio==1.8.2` (#4642). For details, see |
| 145 | related gRPC [bug](https://github.com/grpc/grpc/issues/9688) |
| 146 | and [fix](https://github.com/grpc/grpc/pull/13665). |
| 147 | |
| 148 | PyPI: https://pypi.org/project/google-api-core/0.1.3/ |
| 149 | |
Danny Hermes | da0e17b | 2017-12-08 15:31:56 -0800 | [diff] [blame] | 150 | ## 0.1.2 |
| 151 | |
| 152 | - Upgrading `concurrent.futures` backport from `>= 3.0.0` |
| 153 | to `>= 3.2.0` (#4521). |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 154 | - Moved `datetime`-related helpers from `google.cloud.core` to |
| 155 | `google.api_core.datetime_helpers` (#4399). |
| 156 | - Added missing `client_info` to `gapic_v1/__init__.py`'s |
| 157 | `__all__` (#4567). |
| 158 | - Added helpers for routing headers to `gapic_v1` (#4336). |
| 159 | |
| 160 | PyPI: https://pypi.org/project/google-api-core/0.1.2/ |
Danny Hermes | da0e17b | 2017-12-08 15:31:56 -0800 | [diff] [blame] | 161 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 162 | ## 0.1.1 |
Danny Hermes | 6997970 | 2017-10-30 14:41:42 -0700 | [diff] [blame] | 163 | |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 164 | ### Dependencies |
| 165 | |
Danny Hermes | 6997970 | 2017-10-30 14:41:42 -0700 | [diff] [blame] | 166 | - Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280) |
| 167 | |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 168 | PyPI: https://pypi.org/project/google-api-core/0.1.1/ |
| 169 | |
Danny Hermes | 978c513 | 2017-10-31 14:28:55 -0700 | [diff] [blame] | 170 | ## 0.1.0 |
Jon Wayne Parrott | e889ec9 | 2017-10-26 14:52:33 -0700 | [diff] [blame] | 171 | |
| 172 | Initial release |
| 173 | |
| 174 | Prior to being separated, this package was developed in `google-cloud-core`, so |
| 175 | relevant changes from that package are included here. |
| 176 | |
| 177 | - Add google.api.core.gapic_v1.config (#4022) |
| 178 | - Add google.api.core.helpers.grpc_helpers (#4041) |
| 179 | - Add google.api.core.gapic_v1.method (#4057) |
| 180 | - Add wrap_with_paging (#4067) |
| 181 | - Add grpc_helpers.create_channel (#4069) |
| 182 | - Add DEFAULT sentinel for gapic_v1.method (#4079) |
| 183 | - Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098) |
| 184 | - Add google.api.core.operations_v1 (#4081) |
| 185 | - Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131) |
| 186 | - Add google.api.core.helpers.general_helpers.wraps (#4166) |
| 187 | - Update Docs with Python Setup Guide (#4187) |
| 188 | - Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196) |
| 189 | - Clarify that PollingFuture timeout is in seconds. (#4201) |
| 190 | - Add api_core package (#4210) |
| 191 | - Replace usage of google.api.core with google.api_core (#4221) |
| 192 | - Add google.api_core.gapic_v2.client_info (#4225) |
| 193 | - Fix how api_core.operation populates exception errors (#4231) |
| 194 | - Fix bare except (#4250) |
| 195 | - Fix parsing of API errors with Unicode err message (#4251) |
| 196 | - Port gax proto helper methods (#4249) |
| 197 | - Remove gapic_v1.method.wrap_with_paging (#4257) |
| 198 | - Add final set of protobuf helpers to api_core (#4259) |
Danny Hermes | 13d8fd2 | 2017-12-11 10:30:58 -0800 | [diff] [blame] | 199 | |
| 200 | PyPI: https://pypi.org/project/google-api-core/0.1.0/ |