8000 Tags · ChaneyZhao/xprofiler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ChaneyZhao/xprofiler

Tags

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v1.2.5

Notable Changes:

  - Support node-v15.x

Commits:

  - [2c6c698] docs: update demo & binary host
  - [7e2c2cc] refactor: refactor the heap log with macros
  - [1c82aa5] deps: update dependencies
  - [fbfc601] fix: ignore ENOENT error when cleaning logdir
  - [956105f] feat: support node-v15.x

PR-URL: X-Profiler#92
Published-Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v1.2.4

Commits:

  - [f07563f] test: update the regexp for location field (diag)
  - [8b6eabc] fix: formating error message before using
  - [df3987d] fix: compile warning in vs2019 at windows
  - [3610483] fix: duplicate process info

PR-URL: X-Profiler#84
Reviewed-BY: hyj1991 <https://github.com/hyj1991>

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v1.2.3

Commits:

  - [86e610b] src: check socket path before start
  - [b2c7e64] deps: update nlohmann from v3.7.3 to v3.8.0

PR-URL: X-Profiler#74
Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v1.2.2

PR-URL: X-Profiler#67
Published-Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v1.2.1

Notable Changes:
  
  - Support `node-v14.x`
  - Patch `http` by default

Commits:

  - [81b4ecd] src: add os version in diag report
  - [1bef00a] src: update for compatibility with node-v14.x
  - [d967467] src: some optimization
  - [f693d41] readme: update for new organization
  - [db06f94] src: enable monkey-patch of the `http` module by default

PR-URL: X-Profiler#63
Published-Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v1.2.0 (X-Profiler#53)

Commits
 - [d5b0f9c] src: support logging http statusCode & expired request 

PR-URL: https://github.com/hyj1991/xprofiler/pull/53
Published-Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v1.1.1 (X-Profiler#51)

Commits:
  
  - [ff18203] fix: possible deadlock in `GCEpilogueCallback` 

PR-URL: https://github.com/hyj1991/xprofiler/pull/51
Published-Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v1.1.0 (X-Profiler#49)

Notable Changes:

  - Support recording http status

Commits:

  - [e9b5ad0] ci: add release script
  - [dd64878] src: add index.d.ts for declaration
  - [654941c] src: log more spaces info
  - [4f7fc1f] refactor: optimize macro definitions
  - [42344e8] src: record http status
  - [067cb3d] fix: there is no uv_handle_type_name in earlier versions of libuv
  - [df3ef0c] fix: check the domain socket file's length
  - [ced289d] fix: ntp synchronization may cause gc duration overflow

PR-URL: https://github.com/hyj1991/xprofiler/pull/49
Committed-Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release: v1.0.6 (X-Profiler#40)

Notable Changes:

- Travis CI intermittent timeout
  - A crash may occur when log output is frequent
  - Automatically output a report when the fatal error occurs

Commits:

  - [0550381] docs: update how to contribute
  - [4115e22] fix: compile error when node version lt 12.9.0
  - [5674b0e] refactor: improve the logger code
  - [9ac3b20] fix: ci occasionally timeout(X-Profiler#39)
  - [94c2905] src: support set fatal error hook (X-Profiler#37)
  - [85bf5b6] fix: add lock for writing file

PR-URL: https://github.com/hyj1991/xprofiler/pull/40
Reviewed-By: hyj1991 <yeekwanvong@gmail.com>

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
hyj1991 易容 (hyj1991)
release: v1.0.5

Commits:

  - [0b21265] fix: prevent multiple processes from modifying .xprofiler at the same time (X-Profiler#33)
  - [a929be2] src: $HOME/.xprofiler add module path (X-Profiler#34)
  - [1aa18c5] src: log active handles / active and ref handles (X-Profiler#35)
0