We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e827d commit 7de20e3Copy full SHA for 7de20e3
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 0.2.0
2
+
3
+- Add AMQPLib plugin (RabbitMQ). (#34)
4
+- Add MongoDB plugin. (#33)
5
+- Add PgPlugin - PosgreSQL. (#31)
6
+- Add MySQLPlugin to plugins. (#30)
7
+- Add http protocol of host to http plugins. (#28)
8
+- Add tag `http.method` to plugins. (#26)
9
+- Bugfix: child spans created on immediate `cb` from op. (#41)
10
+- Bugfix: async and preparing child entry/exit. (#36)
11
+- Bugfix: tsc error of dist lib. (#24)
12
+- Bugfix: AxiosPlugin async() / resync(). (#21)
13
+- Bugfix: some requests of express / axios are not close correctly. (#20)
14
+- Express plugin uses http wrap explicitly if http plugin disabled. (#42)
15
16
# 0.1.0
17
18
- Initialize project core codes.
0 commit comments