File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed 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' ],
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.4/
4949- Upgrading ` google-api-core ` dependency to latest revision (` 0.1.2 ` )
5050 since we rely on the latest version of the ` concurrent.futures ` backport
5151 to provide the ` thread_name_prefix ` argument for thread pool
52- executor (#4521 , #XYZ ).
52+ executor (#4521 , #4559 ).
5353
5454PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.3/
5555
Original file line number Diff line number Diff line change 5959
6060setup (
6161 name = 'google-cloud-pubsub' ,
62- version = '0.29.4 ' ,
62+ version = '0.29.5.dev1 ' ,
6363 description = 'Python Client for Google Cloud Pub/Sub' ,
6464 long_description = README ,
6565 namespace_packages = [
You can’t perform that action at this time.
0 commit comments