blob: 74ab16564dbc916c2fbaf52e206d56ea5c53e725 [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
Bu Sun Kim47836482019-07-30 16:15:18 -07007## 1.14.2
8
907-30-2019 14:08 PDT
10
11
12### Documentation
13- Add client_options documentation. ([#8834](https://github.com/googleapis/google-cloud-python/pull/8834))
14
Tres Seaverd9f63bf2019-07-30 15:52:55 -040015## 1.14.1
16
1707-30-2019 12:24 PDT
18
19
20### Implementation Changes
21- Remove error log entry on clean BiDi shutdown. ([#8806](https://github.com/googleapis/google-cloud-python/pull/8806))
22- Forward 'timeout' arg from 'exception' to `_blocking_poll`. ([#8735](https://github.com/googleapis/google-cloud-python/pull/8735))
23
24### Documentation
25- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
26- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
27
Tres Seavere9081b22019-07-18 15:57:44 -040028## 1.14.0
29
3007-17-2019 13:16 PDT
31
32
33### New Features
34- Firestore: Add `should_terminate` predicate for clean BiDi shutdown. ([#8650](https://github.com/googleapis/google-cloud-python/pull/8650))
35
36### Dependencies
37- Update pins of 'googleapis-common-protos. ([#8688](https://github.com/googleapis/google-cloud-python/pull/8688))
38
39### Documentation
40- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
41
42### Internal / Testing Changes
43- All: Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
44
Bu Sun Kim6089ed52019-06-24 13:46:54 -070045## 1.13.0
46
4706-24-2019 10:34 PDT
48
49### New Features
50- Add `client_options.ClientOptions` object. ([#8265](https://github.com/googleapis/google-cloud-python/pull/8265))
51
Christopher Wilcox64bd7f02019-06-18 13:06:53 -070052## 1.12.0
53
5406-18-2019 12:37 PDT
55
56
57### New Features
58- Add Throttling to Bidi Reopening. Mitigates ResumableBidiRpc consuming 100% CPU ([#8193](https://github.com/googleapis/google-cloud-python/pull/8193))
59
Tres Seaver26755142019-05-28 16:01:08 -040060## 1.11.1
61
6205-28-2019 11:19 PDT
63
64
65### Implementation Changes
66- Classify 503 Service Unavailable errors as transient. ([#8182](https://github.com/googleapis/google-cloud-python/pull/8182))
67
68### Dependencies
69- Pin `grpcio < 2.0dev`. ([#8182](https://github.com/googleapis/google-cloud-python/pull/8182))
70
71### Internal / Testing Changes
72- Add parameterized test for `from_rfc3339` with nanos ([#7675](https://github.com/googleapis/google-cloud-python/pull/7675))
73- Unbreak pytype by silencing a false positive. ([#8106](https://github.com/googleapis/google-cloud-python/pull/8106))
74
Tres Seaverf1693da2019-05-15 13:54:19 -040075## 1.11.0
76
7705-15-2019 10:29 PDT
78
79### New Features
80
81- Refactor 'client_info' support. ([#7849](https://github.com/googleapis/google-cloud-python/pull/7849))
82
Tim Swast1f2b6582019-04-29 10:40:47 -070083## 1.10.0
84
8504-29-2019 10:12 PDT
86
87### Implementation Changes
88
89- Append leading zeros for nanosecond precision DateTimes
90 ([#7663](https://github.com/googleapis/google-cloud-python/pull/7663))
91
92### New Features
93
94- Add `user_agent` property to `ClientInfo`
95 ([#7799](https://github.com/googleapis/google-cloud-python/pull/7799))
96
Christopher Wilcoxe6eb1c52019-04-05 10:48:42 -070097## 1.9.0
98
9904-05-2019 10:38 PDT
100
101
102### Implementation Changes
103- Allow passing metadata as part of creating a bidi ([#7514](https://github.com/googleapis/google-cloud-python/pull/7514))
104
105### Internal / Testing Changes
106- Update setup.py
107- API Core: specify a pytype output directory in setup.cfg. ([#7639](https://github.com/googleapis/google-cloud-python/pull/7639))
108
Christopher Wilcox224d8932019-03-22 16:49:58 -0700109## 1.8.2
110
11103-22-2019 16:27 PDT
112
113
114### Implementation Changes
115- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
116
117### Internal / Testing Changes
118- When re-opening a `ResumableBidiRPC` set `_request_queue_generator` to `None`. ([#7548](https://github.com/googleapis/google-cloud-python/pull/7548))
119
Christopher Wilcoxd0eca1c2019-03-13 16:20:27 -0700120## 1.8.1
121
12203-12-2019 12:45 PDT
123
124### Implementation Changes
125- Protect the creation of a background thread in BackgroundConsumer and wait on it starting. ([#7499](https://github.com/googleapis/google-cloud-python/pull/7499))
126
Christopher Wilcoxc30d8732019-02-23 16:31:58 -0800127## 1.8.0
128
12902-23-2019 15:46 PST
130
131
132### New Features
133- Add support to unwrap Anys into wrapped pb2 objects. ([#7430](https://github.com/googleapis/google-cloud-python/pull/7430))
134- Add `Operation.deserialize`. ([#7427](https://github.com/googleapis/google-cloud-python/pull/7427))
135
136### Documentation
137- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
138
139### Internal / Testing Changes
140- Fix new lint failure. ([#7382](https://github.com/googleapis/google-cloud-python/pull/7382))
141
Tres Seaver2a840322018-12-17 17:12:42 -0500142## 1.7.0
143
14412-17-2018 13:56 PST
145
146### New Features
147- Support converting `DatetimeWithNanos` to / from `google.protobuf.timestamp_pb2.Timestamp`. ([#6919](https://github.com/googleapis/google-cloud-python/pull/6919))
148
149### Documentation
150- Document Python 2 deprecation. ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
151- Add usage example for `google.api_core.iam.Polcy`. ([#6855](https://github.com/googleapis/google-cloud-python/pull/6855))
152
153### Internal / Testing Changes
154- Work around pytype big for `ABCMeta.register`. ([#6873](https://github.com/googleapis/google-cloud-python/pull/6873))
155
Christopher Wilcox045a92d2018-12-03 12:18:42 -0800156## 1.6.0
157
15811-30-2018 12:45 PST
159
160
161### Implementation Changes
162- Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
163
164### New Features
165- Move google.cloud.iam (core) to google.api_core.iam ([#6740](https://github.com/googleapis/google-cloud-python/pull/6740))
166- Add bidi support to api_core. ([#6191](https://github.com/googleapis/google-cloud-python/pull/6191))
167
168### Documentation
169- Fix typo ([#6532](https://github.com/googleapis/google-cloud-python/pull/6532))
170
171### Internal / Testing Changes
172- blacken api_core and core ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
173
Christopher Wilcox2873baa2018-11-09 22:48:49 +0000174## 1.5.2
175
17611-09-2018 14:22 PST
177
178
179### Implementation Changes
180- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
181
182### Dependencies
183- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
184- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
185- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
186
Tres Seaver9dfc3352018-10-30 10:31:19 -0400187## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -0700188
Tres Seaver9dfc3352018-10-30 10:31:19 -040018910-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -0700190
Tres Seaver9dfc3352018-10-30 10:31:19 -0400191### Implementation Changes
192- 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 -0700193
194### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -0400195- 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 -0700196
Christopher Wilcox352242e2018-10-16 09:43:02 -0700197## 1.5.0
198
199### New Features
200- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
201
Christopher Wilcox352242e2018-10-16 09:43:02 -0700202### Internal / Testing Changes
203- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
204
Tres Seaver2ab3a092018-09-28 13:13:55 -0400205## 1.4.1
206
207### Dependencies
208- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
209
210### Internal / Testing Changes
211- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
212
Thea Flowers58ae90e2018-09-11 11:02:50 -0700213## 1.4.0
214
215### Dependencies
216
217- 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))
218- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
219
Thea Flowers21bc9ad2018-07-27 10:29:39 -0700220## 1.3.0
221
222### New Features
223
224- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
225
Christopher Wilcoxcf944322018-06-14 12:22:14 -0700226## 1.2.1
227
228### Implementation Changes
229- Make client_info work without gRPC installed. (#5075)
230- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
231
Christopher Wilcox84aab852018-05-16 14:55:02 -0700232## 1.2.0
233
234### Implementation Changes
235- Add close method to grpc Channel (#5333)
236
237### Internal / Testing Changes
238- Fix tests after grpcio update (#5333)
239- Add Test runs for Python 3.7 and remove 3.4 (#5295)
240
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -0700241## 1.1.2
242
243### Packaging
244- Update setuptools before packaging (#5265)
245
Christopher Wilcoxd65417d2018-04-18 12:52:17 -0700246## 1.1.1
247
248### Internal / Testing Changes
249- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
250- Update trove classifer to '5 - Production/Stable'
251
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -0700252## 1.1.0
253
254### Interface additions
255
256- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
257
258### Implementation changes
259
260- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
261
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -0800262## 1.0.0
263
264This is the stable v1.0.0 release of google-api-core for Python. Releases after
265this will not contain breaking changes.
266
267### Interface changes and additions
268
269- Made `api_core.page_iterator.PageIterator.item_to_value` public
270- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
271
Jon Wayne Parrott72af6612018-01-11 09:14:47 -0800272## 0.1.4
273
274### New Features
275
276- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
277
278### Notable Implementation Changes
279
280- Fix handling of gapic metadata when specified as `None`. (#4701)
281
Danny Hermesd8af50c2017-12-21 09:14:13 -0800282## 0.1.3
283
284### Notable Implementation Changes
285
286- Apply scopes to explicitly provided credentials if needed (#4594).
287- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
288 can be accessed via
289 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
290
291### Dependencies
292
293- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
294 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
295 and [fix](https://github.com/grpc/grpc/pull/13665).
296
297PyPI: https://pypi.org/project/google-api-core/0.1.3/
298
Danny Hermesda0e17b2017-12-08 15:31:56 -0800299## 0.1.2
300
301- Upgrading `concurrent.futures` backport from `>= 3.0.0`
302 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800303- Moved `datetime`-related helpers from `google.cloud.core` to
304 `google.api_core.datetime_helpers` (#4399).
305- Added missing `client_info` to `gapic_v1/__init__.py`'s
306 `__all__` (#4567).
307- Added helpers for routing headers to `gapic_v1` (#4336).
308
309PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800310
Danny Hermes978c5132017-10-31 14:28:55 -0700311## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700312
Danny Hermes13d8fd22017-12-11 10:30:58 -0800313### Dependencies
314
Danny Hermes69979702017-10-30 14:41:42 -0700315- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
316
Danny Hermes13d8fd22017-12-11 10:30:58 -0800317PyPI: https://pypi.org/project/google-api-core/0.1.1/
318
Danny Hermes978c5132017-10-31 14:28:55 -0700319## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700320
321Initial release
322
323Prior to being separated, this package was developed in `google-cloud-core`, so
324relevant changes from that package are included here.
325
326- Add google.api.core.gapic_v1.config (#4022)
327- Add google.api.core.helpers.grpc_helpers (#4041)
328- Add google.api.core.gapic_v1.method (#4057)
329- Add wrap_with_paging (#4067)
330- Add grpc_helpers.create_channel (#4069)
331- Add DEFAULT sentinel for gapic_v1.method (#4079)
332- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
333- Add google.api.core.operations_v1 (#4081)
334- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
335- Add google.api.core.helpers.general_helpers.wraps (#4166)
336- Update Docs with Python Setup Guide (#4187)
337- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
338- Clarify that PollingFuture timeout is in seconds. (#4201)
339- Add api_core package (#4210)
340- Replace usage of google.api.core with google.api_core (#4221)
341- Add google.api_core.gapic_v2.client_info (#4225)
342- Fix how api_core.operation populates exception errors (#4231)
343- Fix bare except (#4250)
344- Fix parsing of API errors with Unicode err message (#4251)
345- Port gax proto helper methods (#4249)
346- Remove gapic_v1.method.wrap_with_paging (#4257)
347- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800348
349PyPI: https://pypi.org/project/google-api-core/0.1.0/