aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2018-05-30 16:32:34 -0700
committerGitHub <noreply@github.com>2018-05-30 16:32:34 -0700
commit709d97aa321d5729988fd63b960bbece04cfba10 (patch)
tree76813530fd470288ed572563ce0157f680a216f0 /CHANGELOG.md
parenta2674ef541d6e8a373d0d33c673be3da3ee039e0 (diff)
downloadplatform_external_opencensus-java-709d97aa321d5729988fd63b960bbece04cfba10.tar.gz
platform_external_opencensus-java-709d97aa321d5729988fd63b960bbece04cfba10.tar.bz2
platform_external_opencensus-java-709d97aa321d5729988fd63b960bbece04cfba10.zip
Add util contrib package for AppEngine standard. (#1214)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bccb10f..9b4f4c52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@
- Remove namespace and help message prefix for Prometheus exporter. This could be
a breaking change if you have Prometheus metrics from OpenCensus Prometheus exporter
of previous versions, please point to the new metrics with no namespace instead.
+- Add an util artifact `opencensus-contrib-appengine-standard-util` to interact with the AppEngine
+ CloudTraceContext.
## 0.13.2 - 2018-05-08
- Map http attributes to Stackdriver format (fix [#1153](https://github.com/census-instrumentation/opencensus-java/issues/1153)).