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
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# Changelog

## Unreleased
- Updated `django`, `flask`, `httplib`, `requests` and `pyramid` modules
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))

## 0.7.5
Released 2019-10-01

- Updated `flask` module
([#781](https://github.com/census-instrumentation/opencensus-python/pull/781))

## 0.7.4
Released 2019-09-30

- Updated `azure` module
([#773](https://github.com/census-instrumentation/opencensus-python/pull/773),
[#767](https://github.com/census-instrumentation/opencensus-python/pull/767))

- Updated `django` module
([#775](https://github.com/census-instrumentation/opencensus-python/pull/775))

## 0.7.3
Released 2019-08-26

- Added `http code` to `grpc code` status code mapping on `utils`
([#746](https://github.com/census-instrumentation/opencensus-python/pull/746))
- Updated `django`, `flask`, `httplib`, `requests` and `pyramid` modules
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
- Updated `requests` module
([#771](https://github.com/census-instrumentation/opencensus-python/pull/771))

Expand Down
12 changes: 10 additions & 2 deletions contrib/opencensus-ext-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## Unreleased

## 1.0.0
Released 2019-09-30

- Standard Metrics - Incoming requests execution time
([#773](https://github.com/census-instrumentation/opencensus-python/pull/773))
- Implement connection strings
([#767](https://github.com/census-instrumentation/opencensus-python/pull/767))

## 0.7.1
Released 2019-08-26

- Standard metrics incoming requests per second
([#758](https://github.com/census-instrumentation/opencensus-python/pull/758))
- Standard metrics incoming requests average execution rate
([#773](https://github.com/census-instrumentation/opencensus-python/pull/773))

## 0.7.0
Released 2019-07-31
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.8.dev0'
__version__ = '1.0.dev0'
6 changes: 3 additions & 3 deletions contrib/opencensus-ext-azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
author='OpenCensus Authors',
author_email='census-developers@googlegroups.com',
classifiers=[
'Intended Audience :: Developers',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
Expand Down
10 changes: 10 additions & 0 deletions contrib/opencensus-ext-django/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## Unreleased

## 0.7.2
Released 2019-09-30

- Use Django 2.0 DB instrumentation
([#775](https://github.com/census-instrumentation/opencensus-python/pull/775))

## 0.7.1
Released 2019-08-26

- Updated `http.status_code` attribute to be an int.
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))

Expand Down
10 changes: 10 additions & 0 deletions contrib/opencensus-ext-flask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## Unreleased

## 0.7.3
Released 2019-10-01

- Check that `url_rule` is not `None` before dereferencing property.
([#781](https://github.com/census-instrumentation/opencensus-python/pull/781))

## 0.7.2
Released 2019-08-26

- Updated `http.status_code` attribute to be an int.
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))

Expand Down
4 changes: 4 additions & 0 deletions contrib/opencensus-ext-httplib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 0.7.2
Released 2019-08-26

- Updated `http.status_code` attribute to be an int.
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))

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.1
Released 2019-08-26

- Updated `http.status_code` attribute to be an int.
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))

Expand Down
4 changes: 4 additions & 0 deletions contrib/opencensus-ext-requests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 0.7.2
Released 2019-08-26

- Added attributes following specs listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#746](https://github.com/census-instrumentation/opencensus-python/pull/746))
- Fixed span name
Expand Down
8 changes: 8 additions & 0 deletions contrib/opencensus-ext-stackdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 0.7.2
Released 2019-08-26

- Delete SD integ test metric descriptors
([#770](https://github.com/census-instrumentation/opencensus-python/pull/770))
- Updated `http.status_code` attribute to be an int.
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))

## 0.7.1
Released 2019-08-05

Expand Down