-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add methods to api_core used by new autogenerator. #6267
Conversation
This adds convenience methods used by client libraries produced by gapic-generator-python.
api_core/setup.py
Outdated
@@ -22,12 +22,12 @@ | |||
|
|||
name = 'google-api-core' | |||
description = 'Google API client core library' | |||
version = '1.5.0' | |||
version = '1.6.0a1' |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
fab68f9
to
fdee800
Compare
api_core/setup.py
Outdated
@@ -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' |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
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>
.
|
Fair enough! Done. |
Distilling a Hangouts discussion: We are moving the dispatch item to a |
We will bring them back in when we have an OK to make a non-alpha 'api_core-1.6.0' release. Toward #6326.
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.