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