Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit e5e752c

Browse files
authored
Update CHANGELOGs, bump Azure version for releases (#794)
1 parent af284a9 commit e5e752c

File tree

10 files changed

+76
-8
lines changed

10 files changed

+76
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
# Changelog
22

33
## Unreleased
4-
- Updated `django`, `flask`, `httplib`, `requests` and `pyramid` modules
5-
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
4+
5+
## 0.7.5
6+
Released 2019-10-01
7+
8+
- Updated `flask` module
9+
([#781](https://github.com/census-instrumentation/opencensus-python/pull/781))
10+
11+
## 0.7.4
12+
Released 2019-09-30
13+
14+
- Updated `azure` module
15+
([#773](https://github.com/census-instrumentation/opencensus-python/pull/773),
16+
[#767](https://github.com/census-instrumentation/opencensus-python/pull/767))
17+
18+
- Updated `django` module
19+
([#775](https://github.com/census-instrumentation/opencensus-python/pull/775))
20+
21+
## 0.7.3
22+
Released 2019-08-26
23+
624
- Added `http code` to `grpc code` status code mapping on `utils`
725
([#746](https://github.com/census-instrumentation/opencensus-python/pull/746))
26+
- Updated `django`, `flask`, `httplib`, `requests` and `pyramid` modules
27+
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
828
- Updated `requests` module
929
([#771](https://github.com/census-instrumentation/opencensus-python/pull/771))
1030

contrib/opencensus-ext-azure/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 1.0.0
6+
Released 2019-09-30
7+
8+
- Standard Metrics - Incoming requests execution time
9+
([#773](https://github.com/census-instrumentation/opencensus-python/pull/773))
410
- Implement connection strings
511
([#767](https://github.com/census-instrumentation/opencensus-python/pull/767))
12+
13+
## 0.7.1
14+
Released 2019-08-26
15+
616
- Standard metrics incoming requests per second
717
([#758](https://github.com/census-instrumentation/opencensus-python/pull/758))
8-
- Standard metrics incoming requests average execution rate
9-
([#773](https://github.com/census-instrumentation/opencensus-python/pull/773))
1018

1119
## 0.7.0
1220
Released 2019-07-31

contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.8.dev0'
15+
__version__ = '1.0.dev0'

contrib/opencensus-ext-azure/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
author='OpenCensus Authors',
2323
author_email='[email protected]',
2424
classifiers=[
25-
'Intended Audience :: Developers',
26-
'Development Status :: 3 - Alpha',
27-
'Intended Audience :: Developers',
25+
'Intended Audience :: End Users/Desktop',
26+
'Development Status :: 5 - Production/Stable',
27+
'Intended Audience :: End Users/Desktop',
2828
'License :: OSI Approved :: Apache Software License',
2929
'Programming Language :: Python',
3030
'Programming Language :: Python :: 2',

contrib/opencensus-ext-django/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.2
6+
Released 2019-09-30
7+
8+
- Use Django 2.0 DB instrumentation
9+
([#775](https://github.com/census-instrumentation/opencensus-python/pull/775))
10+
11+
## 0.7.1
12+
Released 2019-08-26
13+
414
- Updated `http.status_code` attribute to be an int.
515
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
616

contrib/opencensus-ext-flask/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.3
6+
Released 2019-10-01
7+
8+
- Check that `url_rule` is not `None` before dereferencing property.
9+
([#781](https://github.com/census-instrumentation/opencensus-python/pull/781))
10+
11+
## 0.7.2
12+
Released 2019-08-26
13+
414
- Updated `http.status_code` attribute to be an int.
515
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
616

contrib/opencensus-ext-httplib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.2
6+
Released 2019-08-26
7+
48
- Updated `http.status_code` attribute to be an int.
59
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
610

contrib/opencensus-ext-pyramid/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.1
6+
Released 2019-08-26
7+
48
- Updated `http.status_code` attribute to be an int.
59
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
610

contrib/opencensus-ext-requests/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.2
6+
Released 2019-08-26
7+
48
- Added attributes following specs listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
59
([#746](https://github.com/census-instrumentation/opencensus-python/pull/746))
610
- Fixed span name

contrib/opencensus-ext-stackdriver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## 0.7.2
6+
Released 2019-08-26
7+
8+
- Delete SD integ test metric descriptors
9+
([#770](https://github.com/census-instrumentation/opencensus-python/pull/770))
10+
- Updated `http.status_code` attribute to be an int.
11+
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
12+
513
## 0.7.1
614
Released 2019-08-05
715

0 commit comments

Comments
 (0)