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