blob: 890d88e043d2d522f52db885dbf6dca7e50e9700 [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 Seaver9dfc3352018-10-30 10:31:19 -04007## 1.5.1
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -07008
Tres Seaver9dfc3352018-10-30 10:31:19 -0400910-29-2018 13:29 PDT
Christopher Wilcoxb5bf50a2018-10-18 16:37:35 -070010
Tres Seaver9dfc3352018-10-30 10:31:19 -040011### Implementation Changes
12- 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 -070013
14### Internal / Testing Changes
Tres Seaver9dfc3352018-10-30 10:31:19 -040015- 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 -070016
Christopher Wilcox352242e2018-10-16 09:43:02 -070017## 1.5.0
18
19### New Features
20- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
21
Christopher Wilcox352242e2018-10-16 09:43:02 -070022### Internal / Testing Changes
23- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))
24
Tres Seaver2ab3a092018-09-28 13:13:55 -040025## 1.4.1
26
27### Dependencies
28- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
29
30### Internal / Testing Changes
31- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
32
Thea Flowers58ae90e2018-09-11 11:02:50 -070033## 1.4.0
34
35### Dependencies
36
37- 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))
38- Update classifiers to drop Python 3.4 and add Python 3.7 ([#5702](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5702))
39
Thea Flowers21bc9ad2018-07-27 10:29:39 -070040## 1.3.0
41
42### New Features
43
44- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
45
Christopher Wilcoxcf944322018-06-14 12:22:14 -070046## 1.2.1
47
48### Implementation Changes
49- Make client_info work without gRPC installed. (#5075)
50- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
51
Christopher Wilcox84aab852018-05-16 14:55:02 -070052## 1.2.0
53
54### Implementation Changes
55- Add close method to grpc Channel (#5333)
56
57### Internal / Testing Changes
58- Fix tests after grpcio update (#5333)
59- Add Test runs for Python 3.7 and remove 3.4 (#5295)
60
Christopher Wilcox0ada3ac2018-04-30 12:24:29 -070061## 1.1.2
62
63### Packaging
64- Update setuptools before packaging (#5265)
65
Christopher Wilcoxd65417d2018-04-18 12:52:17 -070066## 1.1.1
67
68### Internal / Testing Changes
69- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
70- Update trove classifer to '5 - Production/Stable'
71
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -070072## 1.1.0
73
74### Interface additions
75
76- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
77
78### Implementation changes
79
80- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
81
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -080082## 1.0.0
83
84This is the stable v1.0.0 release of google-api-core for Python. Releases after
85this will not contain breaking changes.
86
87### Interface changes and additions
88
89- Made `api_core.page_iterator.PageIterator.item_to_value` public
90- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
91
Jon Wayne Parrott72af6612018-01-11 09:14:47 -080092## 0.1.4
93
94### New Features
95
96- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
97
98### Notable Implementation Changes
99
100- Fix handling of gapic metadata when specified as `None`. (#4701)
101
Danny Hermesd8af50c2017-12-21 09:14:13 -0800102## 0.1.3
103
104### Notable Implementation Changes
105
106- Apply scopes to explicitly provided credentials if needed (#4594).
107- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
108 can be accessed via
109 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
110
111### Dependencies
112
113- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
114 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
115 and [fix](https://github.com/grpc/grpc/pull/13665).
116
117PyPI: https://pypi.org/project/google-api-core/0.1.3/
118
Danny Hermesda0e17b2017-12-08 15:31:56 -0800119## 0.1.2
120
121- Upgrading `concurrent.futures` backport from `>= 3.0.0`
122 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -0800123- Moved `datetime`-related helpers from `google.cloud.core` to
124 `google.api_core.datetime_helpers` (#4399).
125- Added missing `client_info` to `gapic_v1/__init__.py`'s
126 `__all__` (#4567).
127- Added helpers for routing headers to `gapic_v1` (#4336).
128
129PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -0800130
Danny Hermes978c5132017-10-31 14:28:55 -0700131## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -0700132
Danny Hermes13d8fd22017-12-11 10:30:58 -0800133### Dependencies
134
Danny Hermes69979702017-10-30 14:41:42 -0700135- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
136
Danny Hermes13d8fd22017-12-11 10:30:58 -0800137PyPI: https://pypi.org/project/google-api-core/0.1.1/
138
Danny Hermes978c5132017-10-31 14:28:55 -0700139## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -0700140
141Initial release
142
143Prior to being separated, this package was developed in `google-cloud-core`, so
144relevant changes from that package are included here.
145
146- Add google.api.core.gapic_v1.config (#4022)
147- Add google.api.core.helpers.grpc_helpers (#4041)
148- Add google.api.core.gapic_v1.method (#4057)
149- Add wrap_with_paging (#4067)
150- Add grpc_helpers.create_channel (#4069)
151- Add DEFAULT sentinel for gapic_v1.method (#4079)
152- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
153- Add google.api.core.operations_v1 (#4081)
154- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
155- Add google.api.core.helpers.general_helpers.wraps (#4166)
156- Update Docs with Python Setup Guide (#4187)
157- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
158- Clarify that PollingFuture timeout is in seconds. (#4201)
159- Add api_core package (#4210)
160- Replace usage of google.api.core with google.api_core (#4221)
161- Add google.api_core.gapic_v2.client_info (#4225)
162- Fix how api_core.operation populates exception errors (#4231)
163- Fix bare except (#4250)
164- Fix parsing of API errors with Unicode err message (#4251)
165- Port gax proto helper methods (#4249)
166- Remove gapic_v1.method.wrap_with_paging (#4257)
167- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800168
169PyPI: https://pypi.org/project/google-api-core/0.1.0/