Skip to content

Releases: apache/skywalking-nodejs

v0.8.0

11 May 06:43
4a61016
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

08 Nov 12:47
4f9a91d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

09 Dec 00:55
03b0d56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

0.5.1

18 Jul 02:46
289e8af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

0.5.0

10 Jul 04:05
6c0e9ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

0.4.0

13 Mar 08:05
4bf1d8f
Compare
Choose a tag to compare

What's Changed

  • wrapped IORedisPlugin call in try/catch by @tom-pytel in #58
  • Use agent test tool snapshot Docker image instead of building in CI by @kezhenxu94 in #59
  • Add an API to access the trace id. by @kezhenxu94 in #60
  • Regard baseURL when in Axios Plugin by @nd-lqj in #63
  • Bump up gRPC version, and use its new release repository by @alanlvle in #65
  • Add lint pre-commit hook by @ruleeeer in #66
  • Migrate to eslint by @ruleeeer in #67
  • Upgrade dependencies to fix vulnerabilities by @ruleeeer in #68
  • fix move husky dependency to normal deps by @tom-pytel in #69
  • experimental AWS Lambda Function support by @tom-pytel in #70
  • add SW_AWSLAMBDA_FLUSH, fix husky again by @tom-pytel in #71
  • fix awaits and SW_AWSLAMBDA_FLUSH default by @tom-pytel in #72
  • Update IORedis Plugin, fill dbinstance tag as host if condition.select doesn't exist. by @TonyKingdom in #73
  • Fix mysql2 plugin install error by @ruleeeer in #74
  • Draft release 0.4.0 by @kezhenxu94 in #75

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

28 May 11:29
cee6c13
Compare
Choose a tag to compare
  • Add ioredis plugin. (#53)
  • Endpoint cold start detection and marking. (#52)
  • Add mysql2 plugin. (#54)
  • Add AzureHttpTriggerPlugin. (#51)
  • Add Node 15 into test matrix. (#45)
  • Segment reference and reporting overhaul. (#50)
  • Add http ignore by method. (#49)
  • Add secure connection option. (#48)
  • BugFix: wrong context during many async spans. (#46)
  • Add Node Mongoose Plugin. (#44)

0.2.0

31 Mar 14:08
7de20e3
Compare
Choose a tag to compare
  • Add AMQPLib plugin (RabbitMQ). (#34)
  • Add MongoDB plugin. (#33)
  • Add PgPlugin - PosgreSQL. (#31)
  • Add MySQLPlugin to plugins. (#30)
  • Add http protocol of host to http plugins. (#28)
  • Add tag http.method to plugins. (#26)
  • Bugfix: child spans created on immediate cb from op. (#41)
  • Bugfix: async and preparing child entry/exit. (#36)
  • Bugfix: tsc error of dist lib. (#24)
  • Bugfix: AxiosPlugin async() / resync(). (#21)
  • Bugfix: some requests of express / axios are not close correctly. (#20)
  • Express plugin uses http wrap explicitly if http plugin disabled. (#42)

v0.1.0

31 Dec 04:56
d8b9b8c
Compare
Choose a tag to compare
  • Initialize project core codes.
  • Built-in http/https plugin.
  • Express plugin.
  • Axios plugin.