File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# 0.2.0
2
15
3
16
- Add AMQPLib plugin (RabbitMQ). (#34 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " skywalking-backend-js" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " The NodeJS agent for Apache SkyWalking" ,
5
5
"homepage" : " skywalking.apache.org" ,
6
6
"main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments