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