Skip to content
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
9 changes: 7 additions & 2 deletions sdk/core/azure-core-tracing-opencensus/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

# Release History

## 1.0.0 (2019-XX-XX)
## 1.0.0b5 (2019-01-14)

### Bugfix

- Fix context passing for multi-threading
- Don't fail on unknown span type, but maps to PRODUCER or UNSPECIFIED

### Features

Expand All @@ -11,4 +16,4 @@

### Features

- Opencensus implementation of azure-core tracing protocol
- Opencensus implementation of azure-core tracing protocol
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "1.0.0b4"
VERSION = "1.0.0b5"