File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99- Upgrading ` concurrent.futures ` backport from ` >= 3.0.0 `
1010 to ` >= 3.2.0 ` (#4521 ).
11+ - Moved ` datetime ` -related helpers from ` google.cloud.core ` to
12+ ` google.api_core.datetime_helpers ` (#4399 ).
13+ - Added missing ` client_info ` to ` gapic_v1/__init__.py ` 's
14+ ` __all__ ` (#4567 ).
15+ - Added helpers for routing headers to ` gapic_v1 ` (#4336 ).
16+
17+ PyPI: https://pypi.org/project/google-api-core/0.1.2/
1118
1219## 0.1.1
1320
21+ ### Dependencies
22+
1423- Upgrading ` grpcio ` dependency from ` 1.2.0, < 1.6dev ` to ` >= 1.7.0 ` (#4280 )
1524
25+ PyPI: https://pypi.org/project/google-api-core/0.1.1/
26+
1627## 0.1.0
1728
1829Initial release
@@ -42,3 +53,5 @@ relevant changes from that package are included here.
4253- Port gax proto helper methods (#4249 )
4354- Remove gapic_v1.method.wrap_with_paging (#4257 )
4455- Add final set of protobuf helpers to api_core (#4259 )
56+
57+ PyPI: https://pypi.org/project/google-api-core/0.1.0/
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = 'google-api-core' ,
71- version = '0.1.2 ' ,
71+ version = '0.1.3.dev1 ' ,
7272 description = 'Core Google API Client Library' ,
7373 long_description = README ,
7474 namespace_packages = ['google' ],
You can’t perform that action at this time.
0 commit comments