Skip to content

Commit cee6c13

Browse files
authored
chore: draft release notes for 0.3.0 (#57)
1 parent 163a70d commit cee6c13

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.3.0
2+
3+
- Add ioredis plugin. (#53)
4+
- Endpoint cold start detection and marking. (#52)
5+
- Add mysql2 plugin. (#54)
6+
- Add AzureHttpTriggerPlugin. (#51)
7+
- Add Node 15 into test matrix. (#45)
8+
- Segment reference and reporting overhaul. (#50)
9+
- Add http ignore by method. (#49)
10+
- Add secure connection option. (#48)
11+
- BugFix: wrong context during many async spans. (#46)
12+
- Add Node Mongoose Plugin. (#44)
13+
114
# 0.2.0
215

316
- Add AMQPLib plugin (RabbitMQ). (#34)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skywalking-backend-js",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "The NodeJS agent for Apache SkyWalking",
55
"homepage": "skywalking.apache.org",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)