Skip to content

Commit

Permalink
tracing-distributed 0.3.0
Browse files Browse the repository at this point in the history
- Relaxed dependency constraints.
    - Was included in 0.2.1-eaze.2
- Fixed a panic in case of multiple current callers. See [inanna-malick#3](eaze/tracing-honeycomb#3).
    - Was included in 0.2.1-eaze.3
- Added `parking_lot` feature.
    - Was included in 0.2.1-eaze.2
  • Loading branch information
Fishrock123 committed Apr 15, 2021
1 parent 76ff1f0 commit 3a0de6b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelogs

Each crate keeps its own changelog:
- [tracing-distributed](./tracing-distributed/Changelog.md)
2 changes: 1 addition & 1 deletion tracing-distributed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-distributed"
version = "0.2.0-eaze.7"
version = "0.3.0"
authors = [
"Inanna Malick <[email protected]>",
"Jeremiah Senkpiel <[email protected]>"
Expand Down
21 changes: 21 additions & 0 deletions tracing-distributed/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2021-04-15

- Relaxed dependency constraints.
- Was included in 0.2.1-eaze.2
- Fixed a panic in case of multiple current callers. See [#3](https://github.com/eaze/tracing-honeycomb/pull/3).
- Was included in 0.2.1-eaze.3
- Added `parking_lot` feature.
- Was included in 0.2.1-eaze.2

## Pre-0.3.0

Changelogs not kept, please see git history.
4 changes: 2 additions & 2 deletions tracing-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[![Documentation (latest release)](https://docs.rs/tracing-distributed/badge.svg)](https://docs.rs/tracing-distributed/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE)

# eaze-tracing-distributed
# tracing-distributed

Current version: 0.2.0-eaze.7
Current version: 0.3.0

This crate provides:
- `TelemetryLayer`, a generic tracing layer that handles publishing spans and events to arbitrary backends
Expand Down
4 changes: 2 additions & 2 deletions tracing-honeycomb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Documentation (latest release)](https://docs.rs/tracing-honeycomb/badge.svg)](https://docs.rs/tracing-honeycomb/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE)

# eaze-tracing-honeycomb
# tracing-honeycomb

This crate provides:
- A tracing layer, `TelemetryLayer`, that can be used to publish trace data to honeycomb.io
Expand All @@ -15,7 +15,7 @@ As a tracing layer, `TelemetryLayer` can be composed with other layers to provid
Add the following to your Cargo.toml to get started.

```toml
tracing-honeycomb = "0.2.1-eaze.7"
tracing-honeycomb = "0.3.0"
```

### Propagating distributed tracing metadata
Expand Down

0 comments on commit 3a0de6b

Please sign in to comment.