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