Prepare for 0.4.0 release#604
Conversation
| # limitations under the License. | ||
|
|
||
| __version__ = '0.2.dev0' | ||
| __version__ = '0.1.0' |
There was a problem hiding this comment.
@reyang do you want to keep releasing this package?
There was a problem hiding this comment.
Up to you (depending on which way is easier for you). We don't have dependency from opencensus and there is no actual functionality, no need to release it.
Once we heard back from @bogdandrutu, we can decide whether to put the correlation context work in this package, or remove it (and do the implementation in opencensus core lib).
There was a problem hiding this comment.
OK, I won't touch it in this branch and it'll be released again as the same version.
| 'opencensus >= 0.4.dev0, < 1.0.0', | ||
| 'opencensus-ext-grpc >= 0.2.dev0, < 1.0.0', | ||
| 'opencensus-ext-requests >= 0.2.dev0, < 1.0.0', | ||
| 'opencensus >= 0.3.0, < 1.0.0', |
There was a problem hiding this comment.
For ext packages that don't depend on changes in the core library I didn't change the required opencensus version. This could get confusing quickly since this requirement will be 0.5.dev0 on master to allow us to keep making breaking changes on the dev version.
We may want to keep these version numbers in sync across all the ext packages in the interest of our sanity, at the cost of backwards compatibility.
|
CI will fail for PRs like this that update the core library version and ext requirements to depend on that version in the same change. We may fix this as part of #544. |
I think this is because we haven't updated |
|
That'd do it, updated in b0fb1dd. |
Run unittest/coverage against RuntimeContext Add test to runtimecontext, support py3.6
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
Update the version numbers, setup files, and changelogs for the
0.4.0core library release and multiple ext package releases.Ext packages with insignificant changes, micro version updates:
opencensus-ext-dbapiopencensus-ext-google-cloud-clientlibsopencensus-ext-grpcopencensus-ext-httplibopencensus-ext-mysqlopencensus-ext-postgresqlopencensus-ext-pymongoopencensus-ext-pymysqlopencensus-ext-requestsopencensus-ext-sqlalchemyopencensus-ext-threadingExt packages affected by package changes in the core library, minor version updates:
opencensus-ext-djangoopencensus-ext-flaskopencensus-ext-jaegeropencensus-ext-pyramidopencensus-ext-prometheusopencensus-ext-zipkinExt packages with significant changes, also minor version updates:
opencensus-ext-ocagentopencensus-ext-stackdriverFixes #597.