blob: 9716ef8ed2fcb64f33fcba86646a138ad55b5f72 [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
Tim Swast1f2b6582019-04-29 10:40:47 -07007## 1.10.0
8
904-29-2019 10:12 PDT
10
11### Implementation Changes
12
13- Append leading zeros for nanosecond precision DateTimes
14 ([#7663](https://github.com/googleapis/google-cloud-python/pull/7663))
15
16### New Features
17
18- Add `user_agent` property to `ClientInfo`
19 ([#7799](https://github.com/googleapis/google-cloud-python/pull/7799))
20
Christopher Wilcoxe6eb1c52019-04-05 10:48:42 -070021## 1.9.0
22
2304-05-2019 10:38 PDT
24
25
26### Implementation Changes
27- Allow passing metadata as part of creating a bidi ([#7514](https://github.com/googleapis/google-cloud-python/pull/7514))
28
29### Internal / Testing Changes
30- Update setup.py
31- API Core: specify a pytype output directory in setup.cfg. ([#7639](https://github.com/googleapis/google-cloud-python/pull/7639))
32
Christopher Wilcox224d8932019-03-22 16:49:58 -070033## 1.8.2
34
3503-22-2019 16:27 PDT
36
37
38### Implementation Changes
39- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
40
41### Internal / Testing Changes
42- When re-opening a `ResumableBidiRPC` set `_request_queue_generator` to `None`. ([#7548](https://github.com/googleapis/google-cloud-python/pull/7548))
43
Christopher Wilcoxd0eca1c2019-03-13 16:20:27 -070044## 1.8.1
45
4603-12-2019 12:45 PDT
47
48### Implementation Changes
49- Protect the creation of a background thread in BackgroundConsumer and wait on it starting. ([#7499](https://github.com/googleapis/google-cloud-python/pull/7499))
50
Christopher Wilcoxc30d8732019-02-23 16:31:58 -080051## 1.8.0
52
5302-23-2019 15:46 PST
54
55
56### New Features
57- Add support to unwrap Anys into wrapped pb2 objects. ([#7430](https://github.com/googleapis/google-cloud-python/pull/7430))
58- Add `Operation.deserialize`. ([#7427](https://github.com/googleapis/google-cloud-python/pull/7427))
59
60### Documentation
61- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
62
63### Internal / Testing Changes
64- Fix new lint failure. ([#7382](https://github.com/googleapis/google-cloud-python/pull/7382))
65
Tres Seaver2a840322018-12-17 17:12:42 -050066## 1.7.0
67
6812-17-2018 13:56 PST
69
70### New Features
71- Support converting `DatetimeWithNanos` to / from `google.protobuf.timestamp_pb2.Timestamp`. ([#6919](https://github.com/googleapis/google-cloud-python/pull/6919))
72
73### Documentation
74- Document Python 2 deprecation. ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
75- Add usage example for `google.api_core.iam.Polcy`. ([#6855](https://github.com/googleapis/google-cloud-python/pull/6855))
76
77### Internal / Testing Changes
78- Work around pytype big for `ABCMeta.register`. ([#6873](https://github.com/googleapis/google-cloud-python/pull/6873))
79
Christopher Wilcox045a92d2018-12-03 12:18:42 -080080## 1.6.0
81
8211-30-2018 12:45 PST
83
84
85### Implementation Changes
86- Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
87
88### New Features
89- Move google.cloud.iam (core) to google.api_core.iam ([#6740](https://github.com/googleapis/google-cloud-python/pull/6740))
90- Add bidi support to api_core. ([#6191](https://github.com/googleapis/google-cloud-python/pull/6191))
91
92### Documentation
93- Fix typo ([#6532](https://github.com/googleapis/google-cloud-python/pull/6532))
94
95### Internal / Testing Changes
96- blacken api_core and core ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
97
Christopher Wilcox2873baa2018-11-09 22:48:49 +000098## 1.5.2
99
10011-09-2018 14:22 PST
101
102
103### Implementation Changes
104- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
105
106### Dependencies
107- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
108- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
109- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
110
Tres Seaver9dfc3352018-10-30 10:31:19 -0400111## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -0700112
Tres Seaver9dfc3352018-10-30 10:31:19 -040011310-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -0700114
Tres Seaver9dfc3352018-10-30 10:31:19 -0400115### Implementation Changes
116- 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 -0700117
118### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -0400119- 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 -0700120
Christopher Wilcox352242e2018-10-16 09:43:02 -0700121## 1.5.0
122
123### New Features
124- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
125
Christopher Wilcox352242e2018-10-16 09:43:02 -0700126### Internal / Testing Changes
127- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
128
Tres Seaver2ab3a092018-09-28 13:13:55 -0400129## 1.4.1
130
131### Dependencies
132- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
133
134### Internal / Testing Changes
135- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
136
Thea Flowers58ae90e2018-09-11 11:02:50 -0700137## 1.4.0
138
139### Dependencies
140
141- 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))
142- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
143
Thea Flowers21bc9ad2018-07-27 10:29:39 -0700144## 1.3.0
145
146### New Features
147
148- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
149
Christopher Wilcoxcf944322018-06-14 12:22:14 -0700150## 1.2.1
151
152### Implementation Changes
153- Make client_info work without gRPC installed. (#5075)
154- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
155
Christopher Wilcox84aab852018-05-16 14:55:02 -0700156## 1.2.0
157
158### Implementation Changes
159- Add close method to grpc Channel (#5333)
160
161### Internal / Testing Changes
162- Fix tests after grpcio update (#5333)
163- Add Test runs for Python 3.7 and remove 3.4 (#5295)
164
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -0700165## 1.1.2
166
167### Packaging
168- Update setuptools before packaging (#5265)
169
Christopher Wilcoxd65417d2018-04-18 12:52:17 -0700170## 1.1.1
171
172### Internal / Testing Changes
173- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
174- Update trove classifer to '5 - Production/Stable'
175
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -0700176## 1.1.0
177
178### Interface additions
179
180- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
181
182### Implementation changes
183
184- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
185
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -0800186## 1.0.0
187
188This is the stable v1.0.0 release of google-api-core for Python. Releases after
189this will not contain breaking changes.
190
191### Interface changes and additions
192
193- Made `api_core.page_iterator.PageIterator.item_to_value` public
194- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
195
Jon Wayne Parrott72af6612018-01-11 09:14:47 -0800196## 0.1.4
197
198### New Features
199
200- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
201
202### Notable Implementation Changes
203
204- Fix handling of gapic metadata when specified as `None`. (#4701)
205
Danny Hermesd8af50c2017-12-21 09:14:13 -0800206## 0.1.3
207
208### Notable Implementation Changes
209
210- Apply scopes to explicitly provided credentials if needed (#4594).
211- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
212 can be accessed via
213 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
214
215### Dependencies
216
217- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
218 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
219 and [fix](https://github.com/grpc/grpc/pull/13665).
220
221PyPI: https://pypi.org/project/google-api-core/0.1.3/
222
Danny Hermesda0e17b2017-12-08 15:31:56 -0800223## 0.1.2
224
225- Upgrading `concurrent.futures` backport from `>= 3.0.0`
226 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800227- Moved `datetime`-related helpers from `google.cloud.core` to
228 `google.api_core.datetime_helpers` (#4399).
229- Added missing `client_info` to `gapic_v1/__init__.py`'s
230 `__all__` (#4567).
231- Added helpers for routing headers to `gapic_v1` (#4336).
232
233PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800234
Danny Hermes978c5132017-10-31 14:28:55 -0700235## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700236
Danny Hermes13d8fd22017-12-11 10:30:58 -0800237### Dependencies
238
Danny Hermes69979702017-10-30 14:41:42 -0700239- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
240
Danny Hermes13d8fd22017-12-11 10:30:58 -0800241PyPI: https://pypi.org/project/google-api-core/0.1.1/
242
Danny Hermes978c5132017-10-31 14:28:55 -0700243## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700244
245Initial release
246
247Prior to being separated, this package was developed in `google-cloud-core`, so
248relevant changes from that package are included here.
249
250- Add google.api.core.gapic_v1.config (#4022)
251- Add google.api.core.helpers.grpc_helpers (#4041)
252- Add google.api.core.gapic_v1.method (#4057)
253- Add wrap_with_paging (#4067)
254- Add grpc_helpers.create_channel (#4069)
255- Add DEFAULT sentinel for gapic_v1.method (#4079)
256- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
257- Add google.api.core.operations_v1 (#4081)
258- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
259- Add google.api.core.helpers.general_helpers.wraps (#4166)
260- Update Docs with Python Setup Guide (#4187)
261- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
262- Clarify that PollingFuture timeout is in seconds. (#4201)
263- Add api_core package (#4210)
264- Replace usage of google.api.core with google.api_core (#4221)
265- Add google.api_core.gapic_v2.client_info (#4225)
266- Fix how api_core.operation populates exception errors (#4231)
267- Fix bare except (#4250)
268- Fix parsing of API errors with Unicode err message (#4251)
269- Port gax proto helper methods (#4249)
270- Remove gapic_v1.method.wrap_with_paging (#4257)
271- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800272
273PyPI: https://pypi.org/project/google-api-core/0.1.0/