Skip to content

Commit

Permalink
Prepare release 0.6.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Dec 2, 2022
1 parent 22f5352 commit 03b0d56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.6.0

* Add missing build doc by @kezhenxu94 in https://github.com/apache/skywalking-nodejs/pull/92
* Fix invalid url error in axios plugin by @kezhenxu94 in https://github.com/apache/skywalking-nodejs/pull/93
* Ignore no requests if ignoreSuffix is empty by @michaelzangl in https://github.com/apache/skywalking-nodejs/pull/94
* Escape HTTP method in regexp by @michaelzangl in https://github.com/apache/skywalking-nodejs/pull/95
* docs: grammar improvements by @BFergerson in https://github.com/apache/skywalking-nodejs/pull/97
* fix: entry span url in endponts using Express middleware/router objects by @BFergerson in https://github.com/apache/skywalking-nodejs/pull/96
* chore: use openapi format for endpoint uris by @BFergerson in https://github.com/apache/skywalking-nodejs/pull/98
* AWS DynamoDB, Lambda, SQS and SNS plugins, webpack by @tom-pytel in https://github.com/apache/skywalking-nodejs/pull/100
* Fix nits by @wu-sheng in https://github.com/apache/skywalking-nodejs/pull/101
* Update AxiosPlugin for v1.0+ by @tom-pytel in https://github.com/apache/skywalking-nodejs/pull/102

# 0.5.1
- Fix `sw` header is not validated and might cause service unavailable. (#90)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skywalking-backend-js",
"version": "0.5.1",
"version": "0.6.0",
"description": "The NodeJS agent for Apache SkyWalking",
"homepage": "skywalking.apache.org",
"main": "lib/index.js",
Expand Down

0 comments on commit 03b0d56

Please sign in to comment.