Skip to content

Commit 03b0d56

Browse files
authored
Prepare release 0.6.0 (#103)
1 parent 22f5352 commit 03b0d56

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.6.0
2+
3+
* Add missing build doc by @kezhenxu94 in https://github.com/apache/skywalking-nodejs/pull/92
4+
* Fix invalid url error in axios plugin by @kezhenxu94 in https://github.com/apache/skywalking-nodejs/pull/93
5+
* Ignore no requests if ignoreSuffix is empty by @michaelzangl in https://github.com/apache/skywalking-nodejs/pull/94
6+
* Escape HTTP method in regexp by @michaelzangl in https://github.com/apache/skywalking-nodejs/pull/95
7+
* docs: grammar improvements by @BFergerson in https://github.com/apache/skywalking-nodejs/pull/97
8+
* fix: entry span url in endponts using Express middleware/router objects by @BFergerson in https://github.com/apache/skywalking-nodejs/pull/96
9+
* chore: use openapi format for endpoint uris by @BFergerson in https://github.com/apache/skywalking-nodejs/pull/98
10+
* AWS DynamoDB, Lambda, SQS and SNS plugins, webpack by @tom-pytel in https://github.com/apache/skywalking-nodejs/pull/100
11+
* Fix nits by @wu-sheng in https://github.com/apache/skywalking-nodejs/pull/101
12+
* Update AxiosPlugin for v1.0+ by @tom-pytel in https://github.com/apache/skywalking-nodejs/pull/102
13+
114
# 0.5.1
215
- Fix `sw` header is not validated and might cause service unavailable. (#90)
316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.1",
3+
"version": "0.6.0",
44
"description": "The NodeJS agent for Apache SkyWalking",
55
"homepage": "skywalking.apache.org",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)