blob: d1a281f88b7952dc5ba373f50f748ccb510ca5e4 [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 Wilcox0ada3ac2018-04-30 12:24:29 -07007## 1.1.2
8
9### Packaging
10- Update setuptools before packaging (#5265)
11
Christopher Wilcoxd65417d2018-04-18 12:52:17 -070012## 1.1.1
13
14### Internal / Testing Changes
15- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
16- Update trove classifer to '5 - Production/Stable'
17
Jon Wayne Parrott2b42e292018-03-14 10:11:36 -070018## 1.1.0
19
20### Interface additions
21
22- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
23
24### Implementation changes
25
26- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
27
Jon Wayne Parrott35e87e02018-02-27 13:06:14 -080028## 1.0.0
29
30This is the stable v1.0.0 release of google-api-core for Python. Releases after
31this will not contain breaking changes.
32
33### Interface changes and additions
34
35- Made `api_core.page_iterator.PageIterator.item_to_value` public
36- Added ability to specify retry for `Operation` and `polling.Future`. (#4922)
37
Jon Wayne Parrott72af6612018-01-11 09:14:47 -080038## 0.1.4
39
40### New Features
41
42- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
43
44### Notable Implementation Changes
45
46- Fix handling of gapic metadata when specified as `None`. (#4701)
47
Danny Hermesd8af50c2017-12-21 09:14:13 -080048## 0.1.3
49
50### Notable Implementation Changes
51
52- Apply scopes to explicitly provided credentials if needed (#4594).
53- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
54 can be accessed via
55 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
56
57### Dependencies
58
59- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
60 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
61 and [fix](https://github.com/grpc/grpc/pull/13665).
62
63PyPI: https://pypi.org/project/google-api-core/0.1.3/
64
Danny Hermesda0e17b2017-12-08 15:31:56 -080065## 0.1.2
66
67- Upgrading `concurrent.futures` backport from `>= 3.0.0`
68 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -080069- Moved `datetime`-related helpers from `google.cloud.core` to
70 `google.api_core.datetime_helpers` (#4399).
71- Added missing `client_info` to `gapic_v1/__init__.py`'s
72 `__all__` (#4567).
73- Added helpers for routing headers to `gapic_v1` (#4336).
74
75PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -080076
Danny Hermes978c5132017-10-31 14:28:55 -070077## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -070078
Danny Hermes13d8fd22017-12-11 10:30:58 -080079### Dependencies
80
Danny Hermes69979702017-10-30 14:41:42 -070081- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
82
Danny Hermes13d8fd22017-12-11 10:30:58 -080083PyPI: https://pypi.org/project/google-api-core/0.1.1/
84
Danny Hermes978c5132017-10-31 14:28:55 -070085## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -070086
87Initial release
88
89Prior to being separated, this package was developed in `google-cloud-core`, so
90relevant changes from that package are included here.
91
92- Add google.api.core.gapic_v1.config (#4022)
93- Add google.api.core.helpers.grpc_helpers (#4041)
94- Add google.api.core.gapic_v1.method (#4057)
95- Add wrap_with_paging (#4067)
96- Add grpc_helpers.create_channel (#4069)
97- Add DEFAULT sentinel for gapic_v1.method (#4079)
98- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
99- Add google.api.core.operations_v1 (#4081)
100- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
101- Add google.api.core.helpers.general_helpers.wraps (#4166)
102- Update Docs with Python Setup Guide (#4187)
103- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
104- Clarify that PollingFuture timeout is in seconds. (#4201)
105- Add api_core package (#4210)
106- Replace usage of google.api.core with google.api_core (#4221)
107- Add google.api_core.gapic_v2.client_info (#4225)
108- Fix how api_core.operation populates exception errors (#4231)
109- Fix bare except (#4250)
110- Fix parsing of API errors with Unicode err message (#4251)
111- Port gax proto helper methods (#4249)
112- Remove gapic_v1.method.wrap_with_paging (#4257)
113- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -0800114
115PyPI: https://pypi.org/project/google-api-core/0.1.0/