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