File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
packages/opentelemetry-plugin-dns Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+ ## 0.3.1
8
+
9
+ Released 2019-12-20
10
+
11
+ #### :bug : (Bug Fix)
12
+ * ` opentelemetry-plugin-grpc `
13
+ * [ #631 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/631 ) fix(grpc): patch original client methods
14
+ * [ #593 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/593 ) fix: transpile to es2017 as esnext may result in unsupported JS code
15
+
16
+ #### :books : (Refine Doc)
17
+ * Other
18
+ * [ #629 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/629 ) ci: deploy documentation on releases
19
+ * [ #581 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/581 ) feat: add OpenTracing example
20
+
21
+ #### :rocket : (Enhancement)
22
+ * [ #633 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/633 ) chore: enable incremental builds
23
+
24
+ #### :sparkles : (Feature)
25
+ * ` opentelemetry-plugin-xml-http-request `
26
+ * [ #595 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/595 ) feat: implement XMLHttpRequest plugin
27
+
7
28
## 0.3.0
8
29
9
30
Released 2019-12-13
Original file line number Diff line number Diff line change 13
13
"codecov" : " nyc report --reporter=json && codecov -f coverage/*.json -p ../../" ,
14
14
"precompile" : " tsc --version" ,
15
15
"compile" : " tsc -p ." ,
16
- "fix" : " gts fix"
16
+ "fix" : " gts fix" ,
17
+ "prepare" : " npm run compile"
17
18
},
18
19
"keywords" : [
19
20
" opentelemetry" ,
You can’t perform that action at this time.
0 commit comments