-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Changelog | ||
All notable changes to Pinpoint Node.js agent will be documented in this file. | ||
|
||
## [0.9.0-next.1] - 2021-06-10 | ||
## [0.9.0-next.3] - 2024-01-11 | ||
### Added | ||
- #86 Express with method name | ||
- #101 middleware code level visibility | ||
<img width="1241" alt="Screen Shot 2021-12-13 at 11 15 20 PM" src="https://user-images.githubusercontent.com/616895/145830104-07774978-f56b-4090-b6e9-eeff0d880945.png"> | ||
|
||
## [0.9.0-next.0] - 2021-05-27 | ||
### Added | ||
- #155 SQL UID | ||
- #140 AsyncLocalStorage above [email protected] | ||
- #150 location and filename and linenumber | ||
- #87 HTTP param | ||
### Fixed | ||
- #101 Nested Async call | ||
|
||
## [0.8.3] - 2021-11-19 | ||
### Fixed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,10 @@ | |
"description": "Pinpoint node agent provided by NAVER", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pinpoint-apm/pinpoint-node-agent" | ||
"url": "git+https://github.com/pinpoint-apm/pinpoint-node-agent.git" | ||
}, | ||
"contributors": [ | ||
"Yongseok Kang <[email protected]> (https://github.com/feelform)" | ||
"Yongseok <[email protected]> (https://github.com/feelform)" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
|