Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## Unreleased

## 0.7.0
Released 2019-07-31

- Fix exporting int-valued stats with sum and lastvalue aggregations
([#696](https://github.com/census-instrumentation/opencensus-python/pull/696))
- Fix cloud format propagator to use decimal span_id encoding instead of hex
([#719](https://github.com/census-instrumentation/opencensus-python/pull/719))


## 0.6.0
Released 2019-05-31

Expand Down
3 changes: 3 additions & 0 deletions contrib/opencensus-correlation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

## Unreleased

## 0.3.0
Released 2019-05-31

- Add this changelog.
8 changes: 8 additions & 0 deletions contrib/opencensus-ext-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 0.7.0
Released 2019-07-31

- Added standard metrics
([#708](https://github.com/census-instrumentation/opencensus-python/pull/708),
[#718](https://github.com/census-instrumentation/opencensus-python/pull/718),
Expand All @@ -11,16 +15,20 @@
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))

## 0.3.1
Released 2019-06-30

- Added metrics exporter
([#678](https://github.com/census-instrumentation/opencensus-python/pull/678))

## 0.2.1
Released 2019-06-13

- Support span attributes
([#682](https://github.com/census-instrumentation/opencensus-python/pull/682))

## 0.2.0
Released 2019-05-31

- Added log exporter
([#657](https://github.com/census-instrumentation/opencensus-python/pull/657),
[#668](https://github.com/census-instrumentation/opencensus-python/pull/668))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.4.dev0'
__version__ = '0.8.dev0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'psutil >= 5.6.3',
'requests >= 2.19.0',
],
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-dbapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
4 changes: 4 additions & 0 deletions contrib/opencensus-ext-django/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 0.7.0
Released 2019-07-31

- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))

Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-django/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
long_description=open('README.rst').read(),
install_requires=[
'Django >= 1.11',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-django/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.4.dev0'
__version__ = '0.8.dev0'
4 changes: 4 additions & 0 deletions contrib/opencensus-ext-flask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 0.7.0
Released 2019-07-31

- Make ProbabilitySampler default
- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-flask/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=open('README.rst').read(),
install_requires=[
'flask >= 0.12.3, < 2.0.0',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-flask/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.4.dev0'
__version__ = '0.8.dev0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-gevent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'gevent >= 1.3'
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-google-cloud-clientlibs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'opencensus-ext-grpc >= 0.4.dev0, < 1.0.0',
'opencensus-ext-requests >= 0.2.dev0, < 1.0.0',
],
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-grpc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=open('README.rst').read(),
install_requires=[
'grpcio >= 1.0.0, < 2.0.0',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-httplib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-jaeger/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'thrift >= 0.10.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=open('README.rst').read(),
install_requires=[
'mysql-connector >= 2.1.6, < 3.0.0',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'opencensus-ext-dbapi >= 0.2.dev0, < 1.0.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-ocagent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=open('README.rst').read(),
install_requires=[
'grpcio >= 1.0.0, < 2.0.0',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'opencensus-proto >= 0.1.0, < 1.0.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-postgresql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'psycopg2-binary >= 2.7.3.1',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-prometheus/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'prometheus_client >= 0.5.0, < 1.0.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pymongo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'pymongo >= 3.1.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pymysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=open('README.rst').read(),
install_requires=[
'PyMySQL >= 0.7.11, < 1.0.0',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'opencensus-ext-dbapi >= 0.2.dev0, < 1.0.0',
],
extras_require={},
Expand Down
4 changes: 4 additions & 0 deletions contrib/opencensus-ext-pyramid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 0.7.0
Released 2019-07-31

- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))

Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pyramid/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=open('README.rst').read(),
install_requires=[
'pyramid >= 1.9.1, < 2.0.0',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pyramid/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.4.dev0'
__version__ = '0.8.dev0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-requests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'wrapt >= 1.0.0, < 2.0.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-sqlalchemy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
'SQLAlchemy >= 1.1.14, < 2.0.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-stackdriver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
install_requires=[
'google-cloud-monitoring >= 0.30.0, < 1.0.0',
'google-cloud-trace >= 0.20.0, < 1.0.0',
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-threading/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-zipkin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.7.dev0, < 1.0.0',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion opencensus/common/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.7.dev0'
__version__ = '0.8.dev0'