blob: 710bb2e9b324484b80ff4a2d982055750899df6c [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 Wilcoxd0eca1c2019-03-13 16:20:27 -07007## 1.8.1
8
903-12-2019 12:45 PDT
10
11### Implementation Changes
12- Protect the creation of a background thread in BackgroundConsumer and wait on it starting. ([#7499](https://github.com/googleapis/google-cloud-python/pull/7499))
13
Christopher Wilcoxc30d8732019-02-23 16:31:58 -080014## 1.8.0
15
1602-23-2019 15:46 PST
17
18
19### New Features
20- Add support to unwrap Anys into wrapped pb2 objects. ([#7430](https://github.com/googleapis/google-cloud-python/pull/7430))
21- Add `Operation.deserialize`. ([#7427](https://github.com/googleapis/google-cloud-python/pull/7427))
22
23### Documentation
24- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
25
26### Internal / Testing Changes
27- Fix new lint failure. ([#7382](https://github.com/googleapis/google-cloud-python/pull/7382))
28
Tres Seaver2a840322018-12-17 17:12:42 -050029## 1.7.0
30
3112-17-2018 13:56 PST
32
33### New Features
34- Support converting `DatetimeWithNanos` to / from `google.protobuf.timestamp_pb2.Timestamp`. ([#6919](https://github.com/googleapis/google-cloud-python/pull/6919))
35
36### Documentation
37- Document Python 2 deprecation. ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
38- Add usage example for `google.api_core.iam.Polcy`. ([#6855](https://github.com/googleapis/google-cloud-python/pull/6855))
39
40### Internal / Testing Changes
41- Work around pytype big for `ABCMeta.register`. ([#6873](https://github.com/googleapis/google-cloud-python/pull/6873))
42
Christopher Wilcox045a92d2018-12-03 12:18:42 -080043## 1.6.0
44
4511-30-2018 12:45 PST
46
47
48### Implementation Changes
49- Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
50
51### New Features
52- Move google.cloud.iam (core) to google.api_core.iam ([#6740](https://github.com/googleapis/google-cloud-python/pull/6740))
53- Add bidi support to api_core. ([#6191](https://github.com/googleapis/google-cloud-python/pull/6191))
54
55### Documentation
56- Fix typo ([#6532](https://github.com/googleapis/google-cloud-python/pull/6532))
57
58### Internal / Testing Changes
59- blacken api_core and core ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
60
Christopher Wilcox2873baa2018-11-09 22:48:49 +000061## 1.5.2
62
6311-09-2018 14:22 PST
64
65
66### Implementation Changes
67- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
68
69### Dependencies
70- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
71- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
72- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
73
Tres Seaver9dfc3352018-10-30 10:31:19 -040074## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070075
Tres Seaver9dfc3352018-10-30 10:31:19 -04007610-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070077
Tres Seaver9dfc3352018-10-30 10:31:19 -040078### Implementation Changes
79- 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 -070080
81### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -040082- 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 -070083
Christopher Wilcox352242e2018-10-16 09:43:02 -070084## 1.5.0
85
86### New Features
87- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
88
Christopher Wilcox352242e2018-10-16 09:43:02 -070089### Internal / Testing Changes
90- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
91
Tres Seaver2ab3a092018-09-28 13:13:55 -040092## 1.4.1
93
94### Dependencies
95- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
96
97### Internal / Testing Changes
98- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
99
Thea Flowers58ae90e2018-09-11 11:02:50 -0700100## 1.4.0
101
102### Dependencies
103
104- 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))
105- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
106
Thea Flowers21bc9ad2018-07-27 10:29:39 -0700107## 1.3.0
108
109### New Features
110
111- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
112
Christopher Wilcoxcf944322018-06-14 12:22:14 -0700113## 1.2.1
114
115### Implementation Changes
116- Make client_info work without gRPC installed. (#5075)
117- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
118
Christopher Wilcox84aab852018-05-16 14:55:02 -0700119## 1.2.0
120
121### Implementation Changes
122- Add close method to grpc Channel (#5333)
123
124### Internal / Testing Changes
125- Fix tests after grpcio update (#5333)
126- Add Test runs for Python 3.7 and remove 3.4 (#5295)
127
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -0700128## 1.1.2
129
130### Packaging
131- Update setuptools before packaging (#5265)
132
Christopher Wilcoxd65417d2018-04-18 12:52:17 -0700133## 1.1.1
134
135### Internal / Testing Changes
136- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
137- Update trove classifer to '5 - Production/Stable'
138
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -0700139## 1.1.0
140
141### Interface additions
142
143- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
144
145### Implementation changes
146
147- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
148
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -0800149## 1.0.0
150
151This is the stable v1.0.0 release of google-api-core for Python. Releases after
152this will not contain breaking changes.
153
154### Interface changes and additions
155
156- Made `api_core.page_iterator.PageIterator.item_to_value` public
157- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
158
Jon Wayne Parrott72af6612018-01-11 09:14:47 -0800159## 0.1.4
160
161### New Features
162
163- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
164
165### Notable Implementation Changes
166
167- Fix handling of gapic metadata when specified as `None`. (#4701)
168
Danny Hermesd8af50c2017-12-21 09:14:13 -0800169## 0.1.3
170
171### Notable Implementation Changes
172
173- Apply scopes to explicitly provided credentials if needed (#4594).
174- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
175 can be accessed via
176 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
177
178### Dependencies
179
180- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
181 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
182 and [fix](https://github.com/grpc/grpc/pull/13665).
183
184PyPI: https://pypi.org/project/google-api-core/0.1.3/
185
Danny Hermesda0e17b2017-12-08 15:31:56 -0800186## 0.1.2
187
188- Upgrading `concurrent.futures` backport from `>= 3.0.0`
189 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800190- Moved `datetime`-related helpers from `google.cloud.core` to
191 `google.api_core.datetime_helpers` (#4399).
192- Added missing `client_info` to `gapic_v1/__init__.py`'s
193 `__all__` (#4567).
194- Added helpers for routing headers to `gapic_v1` (#4336).
195
196PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800197
Danny Hermes978c5132017-10-31 14:28:55 -0700198## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700199
Danny Hermes13d8fd22017-12-11 10:30:58 -0800200### Dependencies
201
Danny Hermes69979702017-10-30 14:41:42 -0700202- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
203
Danny Hermes13d8fd22017-12-11 10:30:58 -0800204PyPI: https://pypi.org/project/google-api-core/0.1.1/
205
Danny Hermes978c5132017-10-31 14:28:55 -0700206## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700207
208Initial release
209
210Prior to being separated, this package was developed in `google-cloud-core`, so
211relevant changes from that package are included here.
212
213- Add google.api.core.gapic_v1.config (#4022)
214- Add google.api.core.helpers.grpc_helpers (#4041)
215- Add google.api.core.gapic_v1.method (#4057)
216- Add wrap_with_paging (#4067)
217- Add grpc_helpers.create_channel (#4069)
218- Add DEFAULT sentinel for gapic_v1.method (#4079)
219- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
220- Add google.api.core.operations_v1 (#4081)
221- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
222- Add google.api.core.helpers.general_helpers.wraps (#4166)
223- Update Docs with Python Setup Guide (#4187)
224- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
225- Clarify that PollingFuture timeout is in seconds. (#4201)
226- Add api_core package (#4210)
227- Replace usage of google.api.core with google.api_core (#4221)
228- Add google.api_core.gapic_v2.client_info (#4225)
229- Fix how api_core.operation populates exception errors (#4231)
230- Fix bare except (#4250)
231- Fix parsing of API errors with Unicode err message (#4251)
232- Port gax proto helper methods (#4249)
233- Remove gapic_v1.method.wrap_with_paging (#4257)
234- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800235
236PyPI: https://pypi.org/project/google-api-core/0.1.0/