Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 255437e

Browse files
committed
Adding change log file
1 parent ca60a36 commit 255437e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [0.9.1] - 2023-03-16
8+
9+
A minor release to make the traceparent header compliant with the W3C version 00 standard.
10+
11+
### Added
12+
13+
### Changed
14+
15+
### Fixed
16+
17+
Fixes issue [#1](https://github.com/newrelic-experimental/apigee-distributed-tracing/issues/1).
18+
19+
Increase length of parent-id component of the W3C traceparent header to 16 characters, to comply with the [W3C standard](https://www.w3.org/TR/trace-context/#parent-id) for version 00.
20+
21+
Comment out reference to pub/sub message policy that is no longer present in the repo. This allows the sample code to work with minimal configuration.
22+

0 commit comments

Comments
 (0)