Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

104 lines (56 loc) · 3.75 KB

2.5.0 (2017-09-01)

2.4.0 (2017-09-01)

Features

  • package: use @risingstack/opentracing-auto for instrumentation (76174858)

2.3.0 (2017-08-28)

2.2.0 (2017-08-26)

Features

  • mysql: add instrumentation (36fb2c5d)

2.1.3 (2017-08-23)

  • test(mongo-core): cover with tests (8374502)
  • test(pg): cover with tests (8a110ac)
  • chore(pakage): update dependencies (b142b94)

2.1.2 (2017-07-12)

  • fix(instrumentation/https): removed unnecessary instrumentation, https uses http in the background (79ef8fb)
  • test(instrumentation/https): cover with tests (7643a8f)
  • chore(package): add coverage reporter (d66acb1)

2.1.1 (2017-07-11)

  • chore(package): update (c52eabc)
  • fix(instrumentation/https): add https instrumentation (2a44c7c)
  • test(cls,tracer): cover with tests (70c198e)
  • test(instrumentation/express): cover (be1a4be)
  • test(instrumentation/expressError): add tests (8795641)
  • test(instrumentation/http): cover with tests (2a9bbbc)
  • docs(readme): add travis badge (ed39285)

2.1.0 (2017-07-04)

  • feat(opentracing): add RPC kind (8eba518)
  • fix(cls): validate span context (9f94cdf)
  • fix(jaeger): do not use built=in opentracing (cfcc137)
  • docs(readme): fix example (e574dc2)
  • docs(readme): fix reporter docs (663b2aa)
  • docs(readme): fix warning typo (a57b853)

2.0.0 (2017-07-04)

  • feat(tracer): jaeger-client interface (f153326)

BREAKING CHANGE

  • tracer constructor is now follows jaeger-client

1.3.0 (2017-07-03)

  • chore(package): update dependencies (87b23bc)
  • chore(package): update package lock (0c29447)
  • feat(span): use inject and extract for span context (dd3bd14)

1.2.0 (2017-06-21)

  • feat(pg): add PostgreSQL support, version instrumentations (0509958)

1.1.1 (2017-06-21)

  • fix(example): fix ports (262412a)
  • docs(readme): replace image (9bde7bc)