Skip to content

Releases: google/pprof-nodejs

v1.0.0

15 May 23:00
Compare
Choose a tag to compare

This release drops support for Node 6. It adds a new feature that allows to get heap profile in V8 format.

d9367ab chore(dep): update source-map to v0.7.x (#61)
b11a3ae chore(deps): fix npm audit failure (#60)
058c012 chore(doc): Add documentation for using this module (#59)
d9adf2b build!: Remove support for Node 6 (#58)
2b034b7 chore: gitignore build/ (#57)
843e9e5 fix(deps): update dependency node-pre-gyp to ^0.13.0
0d2c692 chore: update version of mocha to fix security vulnerability (#55)
413a371 fix: Specify target in tsconfig to fix Node 6 system test (#54)
b100ba9 chore(deps): update dependency nyc to v14
99e64bf chore: use SourceMapper in system tests (#49)
e206282 chore(dep): update Mocha to 6.1 (#48)
e0e0c2e chore: add system tests which do not use prebuilt binaries (#47)
d84558f feat: ability to get heap profile in V8 format (#42)
656ea1d chore: fix system test (#46)
681e198 chore: correct build script (#45)
b8a6303 chore: correct name of environment variable used for v8 canary system test (#44)
ea91a5f chore: enable running tests with v8-canary (#40)
95b2007 chore: remove unneeded common kokoro configs (#43)
ba1c501 chore: don't use 'apk update' or 'apk upgrade' before 'apk ad --no-cache' (#41)
9f2fd75 chore: remove old kokoro configs (#39)
e5679ef chore(deps): update dependency @types/tmp to v0.1.0 (#38)
7c21ca4 chore: move kokoro configs to new locations (#37)
5a800ea chore: fix presubmit tests failing with 'Error: You must run node-gyp configure first' (#36)

v0.2.0

27 Mar 20:08
e6888d0
Compare
Choose a tag to compare

This release will include two new features. First, a wall time profile will automatically be collected when this module is --require'd from the command line. Next, this release will include pre-built binaries for non-alpine linux.

a530c0b fix: fix workflow for publishing to npm (#29) (#30)
e4a0e3b fix: fix workflow for publishing to npm (#29)
1cc1b6c chore: add back downloading pre-built binaries in system tests (#24)
a8adeba fix: update token used to publish to npm in publish script (#28)
540d4a2 fix: make jessie image work again for pre-built binaries (#27)
43f4a05 chore(deps): update dependency tmp to v0.1.0 (#26)
de0379a Example system test using Dockerfile files. (#23)
a8ea3ca v0.2.0-alpha (#22)
c8f1164 fix: fix error messages which appear in system tests (#21)
ebb9231 (release-to-npm, fix-warnings-in-test) chore: remove unused kokoro configs (#20)
8759555 chore: copy kokoro job configs to new locations (#19)
9fbd079 chore: generate and use prebuilt binaries in system tests (#15)
fd619bf chore: add system tests (#12)
eb8ca2d chore: add method to encode profile (#14)
6fb69a1 (myrepo/master) chore: update tests to be compatible with latest @types/sinon (#13)
ff63e43 chore(deps): update circleci/golang docker tag to v1.12 (#10)
9043bf3 feat: automatically profile when --require'd (#8)
65acd4f cleanup: remove dep parse-duration
df49880 cleanup: remove dep lodash.pickBy
45834a8 chore: remove unused kokoro configs (#7)
534b226 chore: remove code coverage reporting from kokoro tests (#6)
3da6d52 chore: update kokoro configs to refer to this repo (#5)