| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
$ git log -1 --pretty=%H
a74ed9e3e8a8abbe46ca7968ed21cb9a1762dda9
$ git log 0.15.0..HEAD | grep 'Merge pull request ' | awk -F ' ' '{print $4}' | sort
yields: |
Sorry, something went wrong.
0.16.0 Release NotesCore
Datastore
Storage
Pubsub
Bigtable
Logging
|
Sorry, something went wrong.
|
@tseaver also I made a release draft for 0.16.0 just fyi. |
Sorry, something went wrong.
|
Have you merged your local master with upstream/master? |
Sorry, something went wrong.
|
I rebased it. Do they show up for you? |
Sorry, something went wrong.
|
Also, "merge w/ squash commits" doesn't create a merge commit findable by that command line. I manually ran git log 0.15.0..HEAD and looked at the commits to uncover #1844, for instance. |
Sorry, something went wrong.
|
Ah that's it! I did use the github squash merge and I didn't add "Merge pull request" to the commit message. |
Sorry, something went wrong.
SGTM |
Sorry, something went wrong.
|
Is grpcio 0.14.0 expected to Just Work (TM) on Windows? Given my last comments on #1863, I'd say we could go ahead with our release even though Appveyor is broken. |
Sorry, something went wrong.
|
@tseaver, is there any fallout we could be heading towards by releasing? It looks like my credentials helper function errors if it doesn't have permissions. I can just catch that in an except so it fails more peacefully. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Sounds good. The remaining failures will then be blocked on a fix for grpc/grpc#6939. |
Sorry, something went wrong.
|
Ok, sounds like a plan. Is there anything we can do to help resolve that? |
Sorry, something went wrong.
|
@daspecster I just updated the checklist to pull in #1870 and the need to fix #1869. |
Sorry, something went wrong.
|
@daspecster #1874 reverts pubsub defaults to the safe JSON-over-HTTP. AFAIK, it would be the last change needed before merging here. |
Sorry, something went wrong.
|
We should probably note this in the release notes. |
Sorry, something went wrong.
|
@daspecster I just updated the release note above for pubsub. |
Sorry, something went wrong.
|
Good to go then right? |
Sorry, something went wrong.
|
Yup! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
There's a few things we need to do before we cut this.