blob: afc7fb7dbf116371e9b8019a2cbe0e36871e9302 [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 Wilcox224d8932019-03-22 16:49:58 -07007## 1.8.2
8
903-22-2019 16:27 PDT
10
11
12### Implementation Changes
13- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14
15### Internal / Testing Changes
16- When re-opening a `ResumableBidiRPC` set `_request_queue_generator` to `None`. ([#7548](https://github.com/googleapis/google-cloud-python/pull/7548))
17
Christopher Wilcoxd0eca1c2019-03-13 16:20:27 -070018## 1.8.1
19
2003-12-2019 12:45 PDT
21
22### Implementation Changes
23- Protect the creation of a background thread in BackgroundConsumer and wait on it starting. ([#7499](https://github.com/googleapis/google-cloud-python/pull/7499))
24
Christopher Wilcoxc30d8732019-02-23 16:31:58 -080025## 1.8.0
26
2702-23-2019 15:46 PST
28
29
30### New Features
31- Add support to unwrap Anys into wrapped pb2 objects. ([#7430](https://github.com/googleapis/google-cloud-python/pull/7430))
32- Add `Operation.deserialize`. ([#7427](https://github.com/googleapis/google-cloud-python/pull/7427))
33
34### Documentation
35- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
36
37### Internal / Testing Changes
38- Fix new lint failure. ([#7382](https://github.com/googleapis/google-cloud-python/pull/7382))
39
Tres Seaver2a840322018-12-17 17:12:42 -050040## 1.7.0
41
4212-17-2018 13:56 PST
43
44### New Features
45- Support converting `DatetimeWithNanos` to / from `google.protobuf.timestamp_pb2.Timestamp`. ([#6919](https://github.com/googleapis/google-cloud-python/pull/6919))
46
47### Documentation
48- Document Python 2 deprecation. ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
49- Add usage example for `google.api_core.iam.Polcy`. ([#6855](https://github.com/googleapis/google-cloud-python/pull/6855))
50
51### Internal / Testing Changes
52- Work around pytype big for `ABCMeta.register`. ([#6873](https://github.com/googleapis/google-cloud-python/pull/6873))
53
Christopher Wilcox045a92d2018-12-03 12:18:42 -080054## 1.6.0
55
5611-30-2018 12:45 PST
57
58
59### Implementation Changes
60- Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
61
62### New Features
63- Move google.cloud.iam (core) to google.api_core.iam ([#6740](https://github.com/googleapis/google-cloud-python/pull/6740))
64- Add bidi support to api_core. ([#6191](https://github.com/googleapis/google-cloud-python/pull/6191))
65
66### Documentation
67- Fix typo ([#6532](https://github.com/googleapis/google-cloud-python/pull/6532))
68
69### Internal / Testing Changes
70- blacken api_core and core ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
71
Christopher Wilcox2873baa2018-11-09 22:48:49 +000072## 1.5.2
73
7411-09-2018 14:22 PST
75
76
77### Implementation Changes
78- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
79
80### Dependencies
81- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
82- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
83- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
84
Tres Seaver9dfc3352018-10-30 10:31:19 -040085## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070086
Tres Seaver9dfc3352018-10-30 10:31:19 -04008710-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070088
Tres Seaver9dfc3352018-10-30 10:31:19 -040089### Implementation Changes
90- 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 -070091
92### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -040093- 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 -070094
Christopher Wilcox352242e2018-10-16 09:43:02 -070095## 1.5.0
96
97### New Features
98- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
99
Christopher Wilcox352242e2018-10-16 09:43:02 -0700100### Internal / Testing Changes
101- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
102
Tres Seaver2ab3a092018-09-28 13:13:55 -0400103## 1.4.1
104
105### Dependencies
106- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
107
108### Internal / Testing Changes
109- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
110
Thea Flowers58ae90e2018-09-11 11:02:50 -0700111## 1.4.0
112
113### Dependencies
114
115- 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))
116- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
117
Thea Flowers21bc9ad2018-07-27 10:29:39 -0700118## 1.3.0
119
120### New Features
121
122- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
123
Christopher Wilcoxcf944322018-06-14 12:22:14 -0700124## 1.2.1
125
126### Implementation Changes
127- Make client_info work without gRPC installed. (#5075)
128- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
129
Christopher Wilcox84aab852018-05-16 14:55:02 -0700130## 1.2.0
131
132### Implementation Changes
133- Add close method to grpc Channel (#5333)
134
135### Internal / Testing Changes
136- Fix tests after grpcio update (#5333)
137- Add Test runs for Python 3.7 and remove 3.4 (#5295)
138
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -0700139## 1.1.2
140
141### Packaging
142- Update setuptools before packaging (#5265)
143
Christopher Wilcoxd65417d2018-04-18 12:52:17 -0700144## 1.1.1
145
146### Internal / Testing Changes
147- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
148- Update trove classifer to '5 - Production/Stable'
149
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -0700150## 1.1.0
151
152### Interface additions
153
154- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
155
156### Implementation changes
157
158- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
159
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -0800160## 1.0.0
161
162This is the stable v1.0.0 release of google-api-core for Python. Releases after
163this will not contain breaking changes.
164
165### Interface changes and additions
166
167- Made `api_core.page_iterator.PageIterator.item_to_value` public
168- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
169
Jon Wayne Parrott72af6612018-01-11 09:14:47 -0800170## 0.1.4
171
172### New Features
173
174- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
175
176### Notable Implementation Changes
177
178- Fix handling of gapic metadata when specified as `None`. (#4701)
179
Danny Hermesd8af50c2017-12-21 09:14:13 -0800180## 0.1.3
181
182### Notable Implementation Changes
183
184- Apply scopes to explicitly provided credentials if needed (#4594).
185- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
186 can be accessed via
187 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
188
189### Dependencies
190
191- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
192 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
193 and [fix](https://github.com/grpc/grpc/pull/13665).
194
195PyPI: https://pypi.org/project/google-api-core/0.1.3/
196
Danny Hermesda0e17b2017-12-08 15:31:56 -0800197## 0.1.2
198
199- Upgrading `concurrent.futures` backport from `>= 3.0.0`
200 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800201- Moved `datetime`-related helpers from `google.cloud.core` to
202 `google.api_core.datetime_helpers` (#4399).
203- Added missing `client_info` to `gapic_v1/__init__.py`'s
204 `__all__` (#4567).
205- Added helpers for routing headers to `gapic_v1` (#4336).
206
207PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800208
Danny Hermes978c5132017-10-31 14:28:55 -0700209## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700210
Danny Hermes13d8fd22017-12-11 10:30:58 -0800211### Dependencies
212
Danny Hermes69979702017-10-30 14:41:42 -0700213- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
214
Danny Hermes13d8fd22017-12-11 10:30:58 -0800215PyPI: https://pypi.org/project/google-api-core/0.1.1/
216
Danny Hermes978c5132017-10-31 14:28:55 -0700217## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700218
219Initial release
220
221Prior to being separated, this package was developed in `google-cloud-core`, so
222relevant changes from that package are included here.
223
224- Add google.api.core.gapic_v1.config (#4022)
225- Add google.api.core.helpers.grpc_helpers (#4041)
226- Add google.api.core.gapic_v1.method (#4057)
227- Add wrap_with_paging (#4067)
228- Add grpc_helpers.create_channel (#4069)
229- Add DEFAULT sentinel for gapic_v1.method (#4079)
230- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
231- Add google.api.core.operations_v1 (#4081)
232- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
233- Add google.api.core.helpers.general_helpers.wraps (#4166)
234- Update Docs with Python Setup Guide (#4187)
235- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
236- Clarify that PollingFuture timeout is in seconds. (#4201)
237- Add api_core package (#4210)
238- Replace usage of google.api.core with google.api_core (#4221)
239- Add google.api_core.gapic_v2.client_info (#4225)
240- Fix how api_core.operation populates exception errors (#4231)
241- Fix bare except (#4250)
242- Fix parsing of API errors with Unicode err message (#4251)
243- Port gax proto helper methods (#4249)
244- Remove gapic_v1.method.wrap_with_paging (#4257)
245- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800246
247PyPI: https://pypi.org/project/google-api-core/0.1.0/