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