Skip to content

Version 0.15.0

Compare
Choose a tag to compare
@jcchavezs jcchavezs released this 10 Dec 06:33
· 211 commits to master since this release

This astonishing release comes with many new features and improvements.

  • Upgraded babel dependencies to babel 7 - thanks @DavideCarvalho
  • Improved Option type - thanks to @briancavalier
  • Dropped node 4 from CI (as it was never intended to be supported) - thanks to @DavideCarvalho
  • Added configurable logging module as argument - thanks to @ghermeto
  • Added superagent instrumentation - thanks to @ghermeto
  • Added timestamp parameter to recordAnnotation - thanks to @haoguanjun
  • Performance improvements for restify middleware - thanks to @ghermeto
  • Added support for maxPayloadSize option in HttpLogger - thanks to @juhovh
  • Added supportsJoin in HttpServer middleware - thanks to @juhovh
  • Added instrumentation for connect (works for both express and restify) - thanks to @ghermeto
  • Added GRPC client instrumentation - thanks to @ghermeto
  • Added support for restify 7+ - thanks to @ghermeto
  • Added support for default tags in tracer - thanks to @ghermeto

More so, many dramatic improvements to typescript code thanks to @DavideCarvalho and thanks to @sonybinhle for the code reviews.