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