blob: de162a425b39a03e910ecf3b1022d168804fe6c2 [file] [log] [blame] [view]
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -07001# Changelog
2
Danny Hermes978c5132017-10-31 14:28:55 -07003[PyPI History][1]
4
5[1]: https://pypi.org/project/google-api-core/#history
6
Christopher Wilcox2873baa2018-11-09 22:48:49 +00007## 1.5.2
8
911-09-2018 14:22 PST
10
11
12### Implementation Changes
13- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
14
15### Dependencies
16- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
17- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
18- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
19
Tres Seaver9dfc3352018-10-30 10:31:19 -040020## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070021
Tres Seaver9dfc3352018-10-30 10:31:19 -04002210-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070023
Tres Seaver9dfc3352018-10-30 10:31:19 -040024### Implementation Changes
25- Don't URL-encode slashes in gRPC request headers. ([#6310](https://github.com/googleapis/google-cloud-python/pull/6310))
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070026
27### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -040028- 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 Wilcoxb5bf50a2018-10-18 16:37:35 -070029
Christopher Wilcox352242e2018-10-16 09:43:02 -070030## 1.5.0
31
32### New Features
33- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
34
Christopher Wilcox352242e2018-10-16 09:43:02 -070035### Internal / Testing Changes
36- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
37
Tres Seaver2ab3a092018-09-28 13:13:55 -040038## 1.4.1
39
40### Dependencies
41- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
42
43### Internal / Testing Changes
44- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
45
Thea Flowers58ae90e2018-09-11 11:02:50 -070046## 1.4.0
47
48### Dependencies
49
50- 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))
51- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
52
Thea Flowers21bc9ad2018-07-27 10:29:39 -070053## 1.3.0
54
55### New Features
56
57- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
58
Christopher Wilcoxcf944322018-06-14 12:22:14 -070059## 1.2.1
60
61### Implementation Changes
62- Make client_info work without gRPC installed. (#5075)
63- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
64
Christopher Wilcox84aab852018-05-16 14:55:02 -070065## 1.2.0
66
67### Implementation Changes
68- Add close method to grpc Channel (#5333)
69
70### Internal / Testing Changes
71- Fix tests after grpcio update (#5333)
72- Add Test runs for Python 3.7 and remove 3.4 (#5295)
73
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -070074## 1.1.2
75
76### Packaging
77- Update setuptools before packaging (#5265)
78
Christopher Wilcoxd65417d2018-04-18 12:52:17 -070079## 1.1.1
80
81### Internal / Testing Changes
82- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
83- Update trove classifer to '5 - Production/Stable'
84
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -070085## 1.1.0
86
87### Interface additions
88
89- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
90
91### Implementation changes
92
93- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
94
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -080095## 1.0.0
96
97This is the stable v1.0.0 release of google-api-core for Python. Releases after
98this will not contain breaking changes.
99
100### Interface changes and additions
101
102- Made `api_core.page_iterator.PageIterator.item_to_value` public
103- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
104
Jon Wayne Parrott72af6612018-01-11 09:14:47 -0800105## 0.1.4
106
107### New Features
108
109- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
110
111### Notable Implementation Changes
112
113- Fix handling of gapic metadata when specified as `None`. (#4701)
114
Danny Hermesd8af50c2017-12-21 09:14:13 -0800115## 0.1.3
116
117### Notable Implementation Changes
118
119- Apply scopes to explicitly provided credentials if needed (#4594).
120- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
121 can be accessed via
122 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
123
124### Dependencies
125
126- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
127 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
128 and [fix](https://github.com/grpc/grpc/pull/13665).
129
130PyPI: https://pypi.org/project/google-api-core/0.1.3/
131
Danny Hermesda0e17b2017-12-08 15:31:56 -0800132## 0.1.2
133
134- Upgrading `concurrent.futures` backport from `>= 3.0.0`
135 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800136- Moved `datetime`-related helpers from `google.cloud.core` to
137 `google.api_core.datetime_helpers` (#4399).
138- Added missing `client_info` to `gapic_v1/__init__.py`'s
139 `__all__` (#4567).
140- Added helpers for routing headers to `gapic_v1` (#4336).
141
142PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800143
Danny Hermes978c5132017-10-31 14:28:55 -0700144## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700145
Danny Hermes13d8fd22017-12-11 10:30:58 -0800146### Dependencies
147
Danny Hermes69979702017-10-30 14:41:42 -0700148- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
149
Danny Hermes13d8fd22017-12-11 10:30:58 -0800150PyPI: https://pypi.org/project/google-api-core/0.1.1/
151
Danny Hermes978c5132017-10-31 14:28:55 -0700152## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700153
154Initial release
155
156Prior to being separated, this package was developed in `google-cloud-core`, so
157relevant changes from that package are included here.
158
159- Add google.api.core.gapic_v1.config (#4022)
160- Add google.api.core.helpers.grpc_helpers (#4041)
161- Add google.api.core.gapic_v1.method (#4057)
162- Add wrap_with_paging (#4067)
163- Add grpc_helpers.create_channel (#4069)
164- Add DEFAULT sentinel for gapic_v1.method (#4079)
165- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
166- Add google.api.core.operations_v1 (#4081)
167- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
168- Add google.api.core.helpers.general_helpers.wraps (#4166)
169- Update Docs with Python Setup Guide (#4187)
170- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
171- Clarify that PollingFuture timeout is in seconds. (#4201)
172- Add api_core package (#4210)
173- Replace usage of google.api.core with google.api_core (#4221)
174- Add google.api_core.gapic_v2.client_info (#4225)
175- Fix how api_core.operation populates exception errors (#4231)
176- Fix bare except (#4250)
177- Fix parsing of API errors with Unicode err message (#4251)
178- Port gax proto helper methods (#4249)
179- Remove gapic_v1.method.wrap_with_paging (#4257)
180- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800181
182PyPI: https://pypi.org/project/google-api-core/0.1.0/