blob: ca01d4f24a2eb7ce08edc2f3ddad72e115e19025 [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
Jon Wayne Parrott72af6612018-01-11 09:14:47 -08007## 0.1.4
8
9### New Features
10
11- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
12
13### Notable Implementation Changes
14
15- Fix handling of gapic metadata when specified as `None`. (#4701)
16
Danny Hermesd8af50c2017-12-21 09:14:13 -080017## 0.1.3
18
19### Notable Implementation Changes
20
21- Apply scopes to explicitly provided credentials if needed (#4594).
22- Removing `google.api_core.gapic_v1.method.METRICS_METADATA_KEY`. It
23 can be accessed via
24 `google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY` (#4588).
25
26### Dependencies
27
28- Upgrading to latest `grpcio==1.8.2` (#4642). For details, see
29 related gRPC [bug](https://github.com/grpc/grpc/issues/9688)
30 and [fix](https://github.com/grpc/grpc/pull/13665).
31
32PyPI: https://pypi.org/project/google-api-core/0.1.3/
33
Danny Hermesda0e17b2017-12-08 15:31:56 -080034## 0.1.2
35
36- Upgrading `concurrent.futures` backport from `>= 3.0.0`
37 to `>= 3.2.0` (#4521).
Danny Hermes13d8fd22017-12-11 10:30:58 -080038- Moved `datetime`-related helpers from `google.cloud.core` to
39 `google.api_core.datetime_helpers` (#4399).
40- Added missing `client_info` to `gapic_v1/__init__.py`'s
41 `__all__` (#4567).
42- Added helpers for routing headers to `gapic_v1` (#4336).
43
44PyPI: https://pypi.org/project/google-api-core/0.1.2/
Danny Hermesda0e17b2017-12-08 15:31:56 -080045
Danny Hermes978c5132017-10-31 14:28:55 -070046## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -070047
Danny Hermes13d8fd22017-12-11 10:30:58 -080048### Dependencies
49
Danny Hermes69979702017-10-30 14:41:42 -070050- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
51
Danny Hermes13d8fd22017-12-11 10:30:58 -080052PyPI: https://pypi.org/project/google-api-core/0.1.1/
53
Danny Hermes978c5132017-10-31 14:28:55 -070054## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -070055
56Initial release
57
58Prior to being separated, this package was developed in `google-cloud-core`, so
59relevant changes from that package are included here.
60
61- Add google.api.core.gapic_v1.config (#4022)
62- Add google.api.core.helpers.grpc_helpers (#4041)
63- Add google.api.core.gapic_v1.method (#4057)
64- Add wrap_with_paging (#4067)
65- Add grpc_helpers.create_channel (#4069)
66- Add DEFAULT sentinel for gapic_v1.method (#4079)
67- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
68- Add google.api.core.operations_v1 (#4081)
69- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
70- Add google.api.core.helpers.general_helpers.wraps (#4166)
71- Update Docs with Python Setup Guide (#4187)
72- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
73- Clarify that PollingFuture timeout is in seconds. (#4201)
74- Add api_core package (#4210)
75- Replace usage of google.api.core with google.api_core (#4221)
76- Add google.api_core.gapic_v2.client_info (#4225)
77- Fix how api_core.operation populates exception errors (#4231)
78- Fix bare except (#4250)
79- Fix parsing of API errors with Unicode err message (#4251)
80- Port gax proto helper methods (#4249)
81- Remove gapic_v1.method.wrap_with_paging (#4257)
82- Add final set of protobuf helpers to api_core (#4259)
Danny Hermes13d8fd22017-12-11 10:30:58 -080083
84PyPI: https://pypi.org/project/google-api-core/0.1.0/