-
Notifications
You must be signed in to change notification settings - Fork 69
Releases: apache/skywalking-nodejs
Releases · apache/skywalking-nodejs
v0.8.0
@kezhenxu94
kezhenxu94
4a61016
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Bump up test tool and testcontainers to fix tests by @kezhenxu94 in #122
- Fix http trace not sent if connection is keep-alive by @liu-zhizhu in #121
- fix tag name by @heyanlong in #123
- Fix: Express plugin compatibility for Express 4.x and 5.x by @thiagomatar in #126
- chore: bump up to 0.8.0 and remove changelog file by @kezhenxu94 in #127
New Contributors
- @liu-zhizhu made their first contribution in #121
- @heyanlong made their first contribution in #123
- @thiagomatar made their first contribution in #126
Full Changelog: v0.7.0...v0.8.0
Contributors
heyanlong, thiagomatar, and 2 other contributors
Assets 2
v0.7.0
@kezhenxu94
kezhenxu94
4f9a91d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Disable dependabot pull requests by @kezhenxu94 in #117
- feat: add deadline for trace request by @ErosZy in #118
- Setup node 18 for testing matrix by @wu-sheng in #119
- Draft release for 0.7.0 by @kezhenxu94 in #120
New Contributors
Full Changelog: v0.6.0...v0.7.0
Assets 2
v0.6.0
@kezhenxu94
kezhenxu94
03b0d56
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Add missing build doc by @kezhenxu94 in #92
- Fix invalid url error in axios plugin by @kezhenxu94 in #93
- Ignore no requests if ignoreSuffix is empty by @michaelzangl in #94
- Escape HTTP method in regexp by @michaelzangl in #95
- docs: grammar improvements by @BFergerson in #97
- fix: entry span url in endponts using Express middleware/router objects by @BFergerson in #96
- chore: use openapi format for endpoint uris by @BFergerson in #98
- AWS DynamoDB, Lambda, SQS and SNS plugins, webpack by @tom-pytel in #100
- Fix nits by @wu-sheng in #101
- Update AxiosPlugin for v1.0+ by @tom-pytel in #102
- Prepare release 0.6.0 by @kezhenxu94 in #103
New Contributors
- @michaelzangl made their first contribution in #94
- @BFergerson made their first contribution in #97
Full Changelog: v0.5.1...v0.6.0
Contributors
BFergerson, wu-sheng, and 3 other contributors
Assets 2
2 people reacted
0.5.1
@kezhenxu94
kezhenxu94
289e8af
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
5 people reacted
0.5.0
@kezhenxu94
kezhenxu94
6c0e9ba
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Fix wrong command in release doc by @kezhenxu94 in #76
- Fix wrong instance properties by @kezhenxu94 in #77
- Upgrade data collect protocol by @kezhenxu94 in #78
- improved ignore path regex by @tom-pytel in #81
- Fix skywalking s3 upload error by @wuwen5 in #82
- Fix issue #9165 express router entry duplicated by @tom-pytel in #84
- Bump up grpc-node to 1.6.7 to fix CVE-2022-25878 by @alanlvle in #85
- Bump follow-redirects from 1.14.7 to 1.15.1 by @dependabot in #86
- Bump url-parse from 1.5.3 to 1.5.10 by @dependabot in #87
- Draft release 0.5.0 by @kezhenxu94 in #88
New Contributors
- @wuwen5 made their first contribution in #82
- @dependabot made their first contribution in #86
Full Changelog: v0.4.0...v0.5.0
Contributors
wuwen5, kezhenxu94, and 3 other contributors
Assets 2
0.4.0
@kezhenxu94
kezhenxu94
4bf1d8f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
baseURLwhen 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
- @nd-lqj made their first contribution in #63
- @alanlvle made their first contribution in #65
- @ruleeeer made their first contribution in #66
- @TonyKingdom made their first contribution in #73
Full Changelog: v0.3.0...v0.4.0
Contributors
nd-lqj, kezhenxu94, and 4 other contributors
Assets 2
3 people reacted
0.3.0
@kezhenxu94
kezhenxu94
cee6c13
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- 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)
Assets 2
0.2.0
@kezhenxu94
kezhenxu94
7de20e3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- 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)
Assets 2
v0.1.0
@kezhenxu94
kezhenxu94
d8b9b8c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- Initialize project core codes.
- Built-in http/https plugin.
- Express plugin.
- Axios plugin.