Skip to content

1.5.1

Compare
Choose a tag to compare
@rochdev rochdev released this 02 Nov 20:07
· 1520 commits to master since this release

Bug Fixes

  • ci-app: fix missing test suite path when matching the source root (#1653)
  • core: fix support for Node 17 (#1671, #1672, #1669)
  • graphql: fix support for graphql 16.x (#1670)
  • grpc: fix client instrumentation when service property exists (#1660), fixes #1659
  • http: fix span not using existing parent context when present (#1647)
  • mocha: fix retries wrapping tests multiple times (#1648)
  • profiling: fix missing container correlation information (#1628)
  • tedious: fix support for tedious 14.x (#1667)

Improvements

  • core: refactor encoder to manage the chunk buffer in place (#1663)
  • core: add caching to random id generation (#1668)
  • profiling: fix CPU usage spikes when collecting profiles (#1658, #1673)
  • profiling: update exporter to stream to the agent instead of using buffers (#1652)