Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

v1.27.0

Choose a tag to compare

@haimrait haimrait released this 02 Feb 14:35
· 57 commits to master since this release

1.27.0 (2021-02-02)

Bug Fixes

  • async_hooks: deal with recycled async IDs (#116) (fbdb913)
  • async_hooks: initialize async hooks on patcher (#124) (e6317e1)
  • async_hooks: initialize async hooks once on startup (#123) (b514e40)
  • cicd: hotfix - disabling auto release (#100) (9261c99)
  • express wrapper: add setAsyncReference (#112) (898d285)
  • failsafe: using debug logs, disabling resource monitor (#125) (b08149c)
  • mysql_and_redis: remove regular clear of tracers dict (#115) (bbc3070)
  • performance: missing linked asyncIds - user tracerObj for linking (#122) (d0ba372)
  • trace_context: improve async reference handling (#104) (722f37d)
  • update_epsagon: update epsagon version (c08b867)
  • update_epsagon: update epsagon version (#126) (dbfbdb9)

Features

  • patcher: enabling whitelist mode (#110) (def47fc)
  • performance: added check before unpatch (#114) (e8c6643)
  • performance: added console.log (#108) (c03ba17)
  • performance: added disableAll, express support (#105) (46cd414)
  • performance: added ttl checks (#103) (ebc5401)
  • performance: monitor cpu/memory usage and disable epsagon if exceed limit (#102) (b6976a3)
  • performance: removing tracers every hour (#101) (31225d3)
  • performance: updated cpu/mem sampling (#111) (0ee3143)
  • performance: using console.log for hammers (#106) (9c48938)
  • tagging: added tagging for removed tracers (#117) (d37e751)
  • tagging: added tagging for removed tracers (#120) (afb26f1)

Reverts