blob: 343c7fabf4df1adccddabc4ebee7d69b2230f1db [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
Danny Hermesda0e17b2017-12-08 15:31:56 -08007## 0.1.2
8
9- Upgrading `concurrent.futures` backport from `>= 3.0.0`
10 to `>= 3.2.0` (#4521).
11
Danny Hermes978c5132017-10-31 14:28:55 -070012## 0.1.1
Danny Hermes69979702017-10-30 14:41:42 -070013
14- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
15
Danny Hermes978c5132017-10-31 14:28:55 -070016## 0.1.0
Jon Wayne Parrotte889ec92017-10-26 14:52:33 -070017
18Initial release
19
20Prior to being separated, this package was developed in `google-cloud-core`, so
21relevant changes from that package are included here.
22
23- Add google.api.core.gapic_v1.config (#4022)
24- Add google.api.core.helpers.grpc_helpers (#4041)
25- Add google.api.core.gapic_v1.method (#4057)
26- Add wrap_with_paging (#4067)
27- Add grpc_helpers.create_channel (#4069)
28- Add DEFAULT sentinel for gapic_v1.method (#4079)
29- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
30- Add google.api.core.operations_v1 (#4081)
31- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
32- Add google.api.core.helpers.general_helpers.wraps (#4166)
33- Update Docs with Python Setup Guide (#4187)
34- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
35- Clarify that PollingFuture timeout is in seconds. (#4201)
36- Add api_core package (#4210)
37- Replace usage of google.api.core with google.api_core (#4221)
38- Add google.api_core.gapic_v2.client_info (#4225)
39- Fix how api_core.operation populates exception errors (#4231)
40- Fix bare except (#4250)
41- Fix parsing of API errors with Unicode err message (#4251)
42- Port gax proto helper methods (#4249)
43- Remove gapic_v1.method.wrap_with_paging (#4257)
44- Add final set of protobuf helpers to api_core (#4259)