Skip to content

Commit e777966

Browse files
committed
[#200] release v0.8.6
* Remove no needs resolutions for semver * Remove no needed files in npm published package * Fix package.json error * Fix grpc _pb MODULE_NOT_FOUND error by .npmrc
1 parent 86e758b commit e777966

File tree

8 files changed

+2073
-25
lines changed

8 files changed

+2073
-25
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ coverage
1111
checkstyle-results.xml
1212
.github
1313
.vscode
14+
.idea
15+
.gitmodules
16+
checkstyle-result.xml
17+
grpc/grpc-idl/README.md
1418

1519
# gRPC
1620
*.proto

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to Pinpoint Node.js agent will be documented in this file.
33

4+
## [0.8.6] - 2024-07-17
5+
### Changed
6+
- [[#193](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/193)] Update gRPC version v1.11.0 from v1.2.3
7+
### Fixed
8+
- [[#200](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/200)] Fix package.json error
9+
### Removed
10+
- [[#200](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/200)] Remove no needs resolutions for semver
11+
- [[#200](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/200)] Remove no needed files in npm published package
12+
- [[#195](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/195)] Remove no used modules mysql, mysql2 syntax errors below v0.9
13+
414
## [0.8.5] - 2024-05-13
515
### Fixed
616
- #190 Remove JSON.stringify on Info Logger

demo/express/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ mongoconfig
44
mongo-entrypoint
55
.vscode
66
.node-version
7-
package-lock.json
87
*.lock

0 commit comments

Comments
 (0)