-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Release 0.21.1 #2293
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
Release 0.21.1 #2293
Conversation
michaelbausor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, 1 comment.
As a philosophical aside - all we are doing in this release is updating a dependency version, which suggests that it should be a patch release. But the purpose of that dependency bump is to include a new feature that will be used directly by consumers of GCJ, suggesting a minor release. I am fine with a patch release but thought I would ask...
| ``` | ||
| java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.21.1-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.21.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems | ||
| java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.21.2-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.21.2-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems |
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@lesv @garrettjonesgoogle I thought the patch release would be okay since there is no breaking change but now I want to double check with you guys. |
|
I think that in the case of no new features in google-cloud-java, but updating a dependency with new features, should be a patch version bump. It's too prohibitive to do the analysis of all of the changes in dependencies and mirror the impact in google-cloud-java. |
| <bigquery.version>0.21.1-beta-SNAPSHOT</bigquery.version> | ||
| <compute.version>0.21.1-alpha-SNAPSHOT</compute.version> | ||
| <contrib.version>0.21.1-alpha-SNAPSHOT</contrib.version> | ||
| <compute.version>0.21.1-alpha</compute.version> |
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.
|
@garrettjonesgoogle PTAL |
|
LGTM |
No description provided.