| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This adds convenience methods used by client libraries produced by gapic-generator-python.
| name = 'google-api-core' | ||
| description = 'Google API client core library' | ||
| version = '1.5.0' | ||
| version = '1.6.0a1' |
| # 'Development Status :: 4 - Beta' | ||
| # 'Development Status :: 5 - Production/Stable' | ||
| release_status = 'Development Status :: 5 - Production/Stable' | ||
| release_status = 'Development Status :: 3 - Alpha' |
|
Let's still revert the chAnge here.
…On Thu, Oct 18, 2018, 12:27 PM Luke Sneeringer ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In api_core/setup.py
<#6267 (comment)>
:
> @@ -27,7 +27,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
-release_status = 'Development Status :: 5 - Production/Stable'
+release_status = 'Development Status :: 3 - Alpha'
Goal is to release a 1.6.0a1 and *not* ship this by default to everyone
just yet.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#6267 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPUcwqbYltIbJK3oG38fhW7mVDZ4pR1ks5umNY6gaJpZM4XuCLU>
.
|
Sorry, something went wrong.
|
Fair enough! Done. |
Sorry, something went wrong.
|
Distilling a Hangouts discussion: We are moving the dispatch item to a gapic_v2 directory to account for its being Python 3-only. |
Sorry, something went wrong.
We will bring them back in when we have an OK to make a non-alpha 'api_core-1.6.0' release. Toward #6326.
* Add dispatch and deserialize methods. This adds convenience methods used by client libraries produced by gapic-generator-python. * Mark test as Python 3 only. * Fix import order. * Address @theacodes feedback. * Move dispatch to gapic_v2; alias remaining gapic_v1 modules. * Fix import order.
We will bring them back in when we have an OK to make a non-alpha 'api_core-1.6.0' release. Toward #6326.
| Back | FazBrowse Home | New Git URL |
This adds two methods to google-api-core that will be used by the new GAPICs.
It also bumps the version number to 1.6.0a1, so that we can release this to PyPI and iterate without affecting existing users.