blob: 8934c624aa310146172ae4238f88210fdd533aa2 [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 Wilcox045a92d2018-12-03 12:18:42 -08007## 1.6.0
8
911-30-2018 12:45 PST
10
11
12### Implementation Changes
13- Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
14
15### New Features
16- Move google.cloud.iam (core) to google.api_core.iam ([#6740](https://github.com/googleapis/google-cloud-python/pull/6740))
17- Add bidi support to api_core. ([#6191](https://github.com/googleapis/google-cloud-python/pull/6191))
18
19### Documentation
20- Fix typo ([#6532](https://github.com/googleapis/google-cloud-python/pull/6532))
21
22### Internal / Testing Changes
23- blacken api_core and core ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
24
Christopher Wilcox2873baa2018-11-09 22:48:49 +000025## 1.5.2
26
2711-09-2018 14:22 PST
28
29
30### Implementation Changes
31- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
32
33### Dependencies
34- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
35- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
36- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
37
Tres Seaver9dfc3352018-10-30 10:31:19 -040038## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070039
Tres Seaver9dfc3352018-10-30 10:31:19 -04004010-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070041
Tres Seaver9dfc3352018-10-30 10:31:19 -040042### Implementation Changes
43- 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 -070044
45### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -040046- 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 -070047
Christopher Wilcox352242e2018-10-16 09:43:02 -070048## 1.5.0
49
50### New Features
51- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
52
Christopher Wilcox352242e2018-10-16 09:43:02 -070053### Internal / Testing Changes
54- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
55
Tres Seaver2ab3a092018-09-28 13:13:55 -040056## 1.4.1
57
58### Dependencies
59- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
60
61### Internal / Testing Changes
62- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
63
Thea Flowers58ae90e2018-09-11 11:02:50 -070064## 1.4.0
65
66### Dependencies
67
68- 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))
69- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
70
Thea Flowers21bc9ad2018-07-27 10:29:39 -070071## 1.3.0
72
73### New Features
74
75- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
76
Christopher Wilcoxcf944322018-06-14 12:22:14 -070077## 1.2.1
78
79### Implementation Changes
80- Make client_info work without gRPC installed. (#5075)
81- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
82
Christopher Wilcox84aab852018-05-16 14:55:02 -070083## 1.2.0
84
85### Implementation Changes
86- Add close method to grpc Channel (#5333)
87
88### Internal / Testing Changes
89- Fix tests after grpcio update (#5333)
90- Add Test runs for Python 3.7 and remove 3.4 (#5295)
91
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -070092## 1.1.2
93
94### Packaging
95- Update setuptools before packaging (#5265)
96
Christopher Wilcoxd65417d2018-04-18 12:52:17 -070097## 1.1.1
98
99### Internal / Testing Changes
100- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
101- Update trove classifer to '5 - Production/Stable'
102
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -0700103## 1.1.0
104
105### Interface additions
106
107- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
108
109### Implementation changes
110
111- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
112
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -0800113## 1.0.0
114
115This is the stable v1.0.0 release of google-api-core for Python. Releases after
116this will not contain breaking changes.
117
118### Interface changes and additions
119
120- Made `api_core.page_iterator.PageIterator.item_to_value` public
121- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
122
Jon Wayne Parrott72af6612018-01-11 09:14:47 -0800123## 0.1.4
124
125### New Features
126
127- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
128
129### Notable Implementation Changes
130
131- Fix handling of gapic metadata when specified as `None`. (#4701)
132
Danny Hermesd8af50c2017-12-21 09:14:13 -0800133## 0.1.3
134
135### Notable Implementation Changes
136
137- Apply scopes to explicitly provided credentials if needed (#4594).
138- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
139 can be accessed via
140 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
141
142### Dependencies
143
144- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
145 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
146 and [fix](https://github.com/grpc/grpc/pull/13665).
147
148PyPI: https://pypi.org/project/google-api-core/0.1.3/
149
Danny Hermesda0e17b2017-12-08 15:31:56 -0800150## 0.1.2
151
152- Upgrading `concurrent.futures` backport from `>= 3.0.0`
153 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800154- Moved `datetime`-related helpers from `google.cloud.core` to
155 `google.api_core.datetime_helpers` (#4399).
156- Added missing `client_info` to `gapic_v1/__init__.py`'s
157 `__all__` (#4567).
158- Added helpers for routing headers to `gapic_v1` (#4336).
159
160PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800161
Danny Hermes978c5132017-10-31 14:28:55 -0700162## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700163
Danny Hermes13d8fd22017-12-11 10:30:58 -0800164### Dependencies
165
Danny Hermes69979702017-10-30 14:41:42 -0700166- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
167
Danny Hermes13d8fd22017-12-11 10:30:58 -0800168PyPI: https://pypi.org/project/google-api-core/0.1.1/
169
Danny Hermes978c5132017-10-31 14:28:55 -0700170## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700171
172Initial release
173
174Prior to being separated, this package was developed in `google-cloud-core`, so
175relevant changes from that package are included here.
176
177- Add google.api.core.gapic_v1.config (#4022)
178- Add google.api.core.helpers.grpc_helpers (#4041)
179- Add google.api.core.gapic_v1.method (#4057)
180- Add wrap_with_paging (#4067)
181- Add grpc_helpers.create_channel (#4069)
182- Add DEFAULT sentinel for gapic_v1.method (#4079)
183- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
184- Add google.api.core.operations_v1 (#4081)
185- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
186- Add google.api.core.helpers.general_helpers.wraps (#4166)
187- Update Docs with Python Setup Guide (#4187)
188- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
189- Clarify that PollingFuture timeout is in seconds. (#4201)
190- Add api_core package (#4210)
191- Replace usage of google.api.core with google.api_core (#4221)
192- Add google.api_core.gapic_v2.client_info (#4225)
193- Fix how api_core.operation populates exception errors (#4231)
194- Fix bare except (#4250)
195- Fix parsing of API errors with Unicode err message (#4251)
196- Port gax proto helper methods (#4249)
197- Remove gapic_v1.method.wrap_with_paging (#4257)
198- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800199
200PyPI: https://pypi.org/project/google-api-core/0.1.0/