This repository was archived by the owner on Sep 17, 2025. It is now read-only.
v0.4.x master version updates#606
Merged
c24t merged 2 commits intocensus-instrumentation:masterfrom Apr 9, 2019
Merged
Conversation
songy23
approved these changes
Apr 9, 2019
reyang
approved these changes
Apr 9, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes the version number updates from #604 applied to
master.All ext packages require the most recent dev version of
opencensus(now0.5.dev0), even if the most recently released version of the ext package can use an olderopencensusversion. For example,opencensus-ext-mysqldepends onopencensus>=0.5.dev0on this branch even though the released version (i.e. the version on thev0.4.xbranch) only depends onopencensus>=0.3.dev0.This makes development easy, but means we have to manually set the minimum required
opencensusversion for each ext package on each release instead of just removing "dev" from the required version.See #555 for a similar set of updates for the
0.3.0release.