blob: 4f897ff8fc52d4eacf318baf7aaf8cd04077abc9 [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
Tres Seavere9081b22019-07-18 15:57:44 -04007## 1.14.0
8
907-17-2019 13:16 PDT
10
11
12### New Features
13- Firestore: Add `should_terminate` predicate for clean BiDi shutdown. ([#8650](https://github.com/googleapis/google-cloud-python/pull/8650))
14
15### Dependencies
16- Update pins of 'googleapis-common-protos. ([#8688](https://github.com/googleapis/google-cloud-python/pull/8688))
17
18### Documentation
19- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
20
21### Internal / Testing Changes
22- All: Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
23
Bu Sun Kim6089ed52019-06-24 13:46:54 -070024## 1.13.0
25
2606-24-2019 10:34 PDT
27
28### New Features
29- Add `client_options.ClientOptions` object. ([#8265](https://github.com/googleapis/google-cloud-python/pull/8265))
30
Christopher Wilcox64bd7f02019-06-18 13:06:53 -070031## 1.12.0
32
3306-18-2019 12:37 PDT
34
35
36### New Features
37- Add Throttling to Bidi Reopening. Mitigates ResumableBidiRpc consuming 100% CPU ([#8193](https://github.com/googleapis/google-cloud-python/pull/8193))
38
Tres Seaver26755142019-05-28 16:01:08 -040039## 1.11.1
40
4105-28-2019 11:19 PDT
42
43
44### Implementation Changes
45- Classify 503 Service Unavailable errors as transient. ([#8182](https://github.com/googleapis/google-cloud-python/pull/8182))
46
47### Dependencies
48- Pin `grpcio < 2.0dev`. ([#8182](https://github.com/googleapis/google-cloud-python/pull/8182))
49
50### Internal / Testing Changes
51- Add parameterized test for `from_rfc3339` with nanos ([#7675](https://github.com/googleapis/google-cloud-python/pull/7675))
52- Unbreak pytype by silencing a false positive. ([#8106](https://github.com/googleapis/google-cloud-python/pull/8106))
53
Tres Seaverf1693da2019-05-15 13:54:19 -040054## 1.11.0
55
5605-15-2019 10:29 PDT
57
58### New Features
59
60- Refactor 'client_info' support. ([#7849](https://github.com/googleapis/google-cloud-python/pull/7849))
61
Tim Swast1f2b6582019-04-29 10:40:47 -070062## 1.10.0
63
6404-29-2019 10:12 PDT
65
66### Implementation Changes
67
68- Append leading zeros for nanosecond precision DateTimes
69 ([#7663](https://github.com/googleapis/google-cloud-python/pull/7663))
70
71### New Features
72
73- Add `user_agent` property to `ClientInfo`
74 ([#7799](https://github.com/googleapis/google-cloud-python/pull/7799))
75
Christopher Wilcoxe6eb1c52019-04-05 10:48:42 -070076## 1.9.0
77
7804-05-2019 10:38 PDT
79
80
81### Implementation Changes
82- Allow passing metadata as part of creating a bidi ([#7514](https://github.com/googleapis/google-cloud-python/pull/7514))
83
84### Internal / Testing Changes
85- Update setup.py
86- API Core: specify a pytype output directory in setup.cfg. ([#7639](https://github.com/googleapis/google-cloud-python/pull/7639))
87
Christopher Wilcox224d8932019-03-22 16:49:58 -070088## 1.8.2
89
9003-22-2019 16:27 PDT
91
92
93### Implementation Changes
94- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
95
96### Internal / Testing Changes
97- When re-opening a `ResumableBidiRPC` set `_request_queue_generator` to `None`. ([#7548](https://github.com/googleapis/google-cloud-python/pull/7548))
98
Christopher Wilcoxd0eca1c2019-03-13 16:20:27 -070099## 1.8.1
100
10103-12-2019 12:45 PDT
102
103### Implementation Changes
104- Protect the creation of a background thread in BackgroundConsumer and wait on it starting. ([#7499](https://github.com/googleapis/google-cloud-python/pull/7499))
105
Christopher Wilcoxc30d8732019-02-23 16:31:58 -0800106## 1.8.0
107
10802-23-2019 15:46 PST
109
110
111### New Features
112- Add support to unwrap Anys into wrapped pb2 objects. ([#7430](https://github.com/googleapis/google-cloud-python/pull/7430))
113- Add `Operation.deserialize`. ([#7427](https://github.com/googleapis/google-cloud-python/pull/7427))
114
115### Documentation
116- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
117
118### Internal / Testing Changes
119- Fix new lint failure. ([#7382](https://github.com/googleapis/google-cloud-python/pull/7382))
120
Tres Seaver2a840322018-12-17 17:12:42 -0500121## 1.7.0
122
12312-17-2018 13:56 PST
124
125### New Features
126- Support converting `DatetimeWithNanos` to / from `google.protobuf.timestamp_pb2.Timestamp`. ([#6919](https://github.com/googleapis/google-cloud-python/pull/6919))
127
128### Documentation
129- Document Python 2 deprecation. ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
130- Add usage example for `google.api_core.iam.Polcy`. ([#6855](https://github.com/googleapis/google-cloud-python/pull/6855))
131
132### Internal / Testing Changes
133- Work around pytype big for `ABCMeta.register`. ([#6873](https://github.com/googleapis/google-cloud-python/pull/6873))
134
Christopher Wilcox045a92d2018-12-03 12:18:42 -0800135## 1.6.0
136
13711-30-2018 12:45 PST
138
139
140### Implementation Changes
141- Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
142
143### New Features
144- Move google.cloud.iam (core) to google.api_core.iam ([#6740](https://github.com/googleapis/google-cloud-python/pull/6740))
145- Add bidi support to api_core. ([#6191](https://github.com/googleapis/google-cloud-python/pull/6191))
146
147### Documentation
148- Fix typo ([#6532](https://github.com/googleapis/google-cloud-python/pull/6532))
149
150### Internal / Testing Changes
151- blacken api_core and core ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
152
Christopher Wilcox2873baa2018-11-09 22:48:49 +0000153## 1.5.2
154
15511-09-2018 14:22 PST
156
157
158### Implementation Changes
159- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
160
161### Dependencies
162- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
163- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
164- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
165
Tres Seaver9dfc3352018-10-30 10:31:19 -0400166## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -0700167
Tres Seaver9dfc3352018-10-30 10:31:19 -040016810-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -0700169
Tres Seaver9dfc3352018-10-30 10:31:19 -0400170### Implementation Changes
171- 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 -0700172
173### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -0400174- 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 -0700175
Christopher Wilcox352242e2018-10-16 09:43:02 -0700176## 1.5.0
177
178### New Features
179- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
180
Christopher Wilcox352242e2018-10-16 09:43:02 -0700181### Internal / Testing Changes
182- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
183
Tres Seaver2ab3a092018-09-28 13:13:55 -0400184## 1.4.1
185
186### Dependencies
187- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
188
189### Internal / Testing Changes
190- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
191
Thea Flowers58ae90e2018-09-11 11:02:50 -0700192## 1.4.0
193
194### Dependencies
195
196- 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))
197- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
198
Thea Flowers21bc9ad2018-07-27 10:29:39 -0700199## 1.3.0
200
201### New Features
202
203- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
204
Christopher Wilcoxcf944322018-06-14 12:22:14 -0700205## 1.2.1
206
207### Implementation Changes
208- Make client_info work without gRPC installed. (#5075)
209- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
210
Christopher Wilcox84aab852018-05-16 14:55:02 -0700211## 1.2.0
212
213### Implementation Changes
214- Add close method to grpc Channel (#5333)
215
216### Internal / Testing Changes
217- Fix tests after grpcio update (#5333)
218- Add Test runs for Python 3.7 and remove 3.4 (#5295)
219
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -0700220## 1.1.2
221
222### Packaging
223- Update setuptools before packaging (#5265)
224
Christopher Wilcoxd65417d2018-04-18 12:52:17 -0700225## 1.1.1
226
227### Internal / Testing Changes
228- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
229- Update trove classifer to '5 - Production/Stable'
230
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -0700231## 1.1.0
232
233### Interface additions
234
235- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
236
237### Implementation changes
238
239- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
240
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -0800241## 1.0.0
242
243This is the stable v1.0.0 release of google-api-core for Python. Releases after
244this will not contain breaking changes.
245
246### Interface changes and additions
247
248- Made `api_core.page_iterator.PageIterator.item_to_value` public
249- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
250
Jon Wayne Parrott72af6612018-01-11 09:14:47 -0800251## 0.1.4
252
253### New Features
254
255- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
256
257### Notable Implementation Changes
258
259- Fix handling of gapic metadata when specified as `None`. (#4701)
260
Danny Hermesd8af50c2017-12-21 09:14:13 -0800261## 0.1.3
262
263### Notable Implementation Changes
264
265- Apply scopes to explicitly provided credentials if needed (#4594).
266- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
267 can be accessed via
268 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
269
270### Dependencies
271
272- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
273 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
274 and [fix](https://github.com/grpc/grpc/pull/13665).
275
276PyPI: https://pypi.org/project/google-api-core/0.1.3/
277
Danny Hermesda0e17b2017-12-08 15:31:56 -0800278## 0.1.2
279
280- Upgrading `concurrent.futures` backport from `>= 3.0.0`
281 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800282- Moved `datetime`-related helpers from `google.cloud.core` to
283 `google.api_core.datetime_helpers` (#4399).
284- Added missing `client_info` to `gapic_v1/__init__.py`'s
285 `__all__` (#4567).
286- Added helpers for routing headers to `gapic_v1` (#4336).
287
288PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800289
Danny Hermes978c5132017-10-31 14:28:55 -0700290## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700291
Danny Hermes13d8fd22017-12-11 10:30:58 -0800292### Dependencies
293
Danny Hermes69979702017-10-30 14:41:42 -0700294- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
295
Danny Hermes13d8fd22017-12-11 10:30:58 -0800296PyPI: https://pypi.org/project/google-api-core/0.1.1/
297
Danny Hermes978c5132017-10-31 14:28:55 -0700298## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700299
300Initial release
301
302Prior to being separated, this package was developed in `google-cloud-core`, so
303relevant changes from that package are included here.
304
305- Add google.api.core.gapic_v1.config (#4022)
306- Add google.api.core.helpers.grpc_helpers (#4041)
307- Add google.api.core.gapic_v1.method (#4057)
308- Add wrap_with_paging (#4067)
309- Add grpc_helpers.create_channel (#4069)
310- Add DEFAULT sentinel for gapic_v1.method (#4079)
311- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
312- Add google.api.core.operations_v1 (#4081)
313- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
314- Add google.api.core.helpers.general_helpers.wraps (#4166)
315- Update Docs with Python Setup Guide (#4187)
316- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
317- Clarify that PollingFuture timeout is in seconds. (#4201)
318- Add api_core package (#4210)
319- Replace usage of google.api.core with google.api_core (#4221)
320- Add google.api_core.gapic_v2.client_info (#4225)
321- Fix how api_core.operation populates exception errors (#4231)
322- Fix bare except (#4250)
323- Fix parsing of API errors with Unicode err message (#4251)
324- Port gax proto helper methods (#4249)
325- Remove gapic_v1.method.wrap_with_paging (#4257)
326- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800327
328PyPI: https://pypi.org/project/google-api-core/0.1.0/