Skip to content

Releases: honeycombio/beeline-nodejs

v2.8.1

16 Sep 20:08
7bd6fd6
Compare
Choose a tag to compare

Fixes

Maintenance

  • Update deprecation comments (#444) @vreynolds
  • Add engines to package.json (#443)
  • Add NOTICE (#442)
  • Bump prettier from 2.3.2 to 2.4.0 (#446)
  • Bump jest from 27.0.6 to 27.1.1 (#447)
  • Bump @types/node from 16.7.1 to 16.9.1 (#449)
  • Bump fastify from 3.20.2 to 3.21.0 (#448)
  • Bump @opentelemetry/api from 1.0.2 to 1.0.3 (#440)

v2.8.0

01 Sep 20:58
1d80aaf
Compare
Choose a tag to compare

Improvements

  • Support esbuild (#415) @markandrus
    • Note: The use of any JavaScript bundler will prevent the use of the majority of Beeline auto-instrumentations.
      The Beeline's API can still be used for generating traces manually for your own application logic.

Maintenance

  • Bump @opentelemetry/core from 0.18.0 to 0.24.0 (#414)
  • Bump pg-query-stream from 4.1.0 to 4.2.1 (#430)
  • Bump husky from 6.0.0 to 7.0.2 (#431)
  • Bump supertest from 6.1.3 to 6.1.6 (#432)
  • Bump libhoney from 2.3.0 to 2.3.2 (#435)
  • Bump eslint from 7.30.0 to 7.32.0 (#434)
  • Bump pg from 8.6.0 to 8.7.1 (#433)
  • Bump lint-staged from 11.0.0 to 11.1.2 (#416)
  • Bump fastify from 3.15.1 to 3.20.2 (#426)
  • Bump @types/node from 16.3.2 to 16.7.1 (#428)
  • Bump jest from 27.0.4 to 27.0.6 (#388)
  • Bump debug from 4.3.1 to 4.3.2 (#404)

v2.7.4

23 Jul 21:00
6adaf4f
Compare
Choose a tag to compare

2.7.4 [07-23-2021]

Fixes

Maintenance

  • Bump eslint from 7.29.0 to 7.30.0 (#398)
  • Bump @types/node from 15.12.4 to 16.3.2 (#403)
  • Bump prettier from 2.3.1 to 2.3.2 (#382)

v2.7.3

08 Jul 20:07
4b364c3
Compare
Choose a tag to compare

Fixes

v2.7.2

25 Jun 12:33
b388c25
Compare
Choose a tag to compare

2.7.2 [06-25-2021]

Fixes

v2.7.1

02 Jun 20:34
06a4186
Compare
Choose a tag to compare

Improvements

  • Make api.withTrace's type signature match api.startTrace (#348) | @ajvondrak
  • Ensure beeline can be import-ed or require-d when using typescript (#352) | @vreynolds

Maintenance

  • Bump lint-staged from 10.5.4 to 11.0.0 (#356)
  • Bump pg from 8.5.1 to 8.6.0 (#344)
  • Bump @types/node from 14.14.25 to 15.3.0 (#354)
  • Bump pg-query-stream from 4.0.0 to 4.1.0 (#342)
  • Bump fastify from 3.14.1 to 3.15.1 (#353)
  • Bump eslint from 7.23.0 to 7.26.0 (#350)
  • Bump prettier from 2.2.1 to 2.3.0 (#357)

v2.7.0

28 Apr 20:55
54ab254
Compare
Choose a tag to compare

Improvements

Fixes

  • Add missing quotes to CustomContext.md (#321) | @mmalecki
  • transmission is a property of libhoney, but if not declared we cannot pass it from typescript (#339) | @ilbambino

Maintenance

  • Bump react-dom from 17.0.1 to 17.0.2 (#334)
  • Bump @opentelemetry/core from 0.18.0 to 0.18.2 (#333)
  • Bump react from 17.0.1 to 17.0.2 (#332)
  • Bump husky from 5.2.0 to 6.0.0 (#331)
  • Bump fastify from 3.14.0 to 3.14.1 (#328)
  • Bump semver from 7.3.4 to 7.3.5 (#327)
  • Bump libhoney from 2.2.1 to 2.2.3 (#326)
  • Bump eslint from 7.22.0 to 7.23.0 (#325)
  • Bump husky from 5.1.3 to 5.2.0 (#323)
  • Bump fastify from 3.12.0 to 3.14.0 (#320)
  • Bump eslint from 7.19.0 to 7.22.0 (#319)
  • Bump @opentelemetry/core from 0.16.0 to 0.18.0 (#317)
  • Bump husky from 4.3.8 to 5.1.3 (#316)
  • Bump fastify from 3.11.0 to 3.12.0 (#311)
  • Bump lint-staged from 10.5.3 to 10.5.4 (#306)
  • Bump @opentelemetry/core from 0.15.0 to 0.16.0 (#305)
  • Bump eslint from 7.18.0 to 7.19.0 (#304)
  • Toshok no longer has a branch for that (kidding, he totally has a branch for that) (#303)
  • Bump supertest from 6.1.1 to 6.1.3 (#302)
  • Bump fastify from 3.10.1 to 3.11.0 (#301)
  • Bump prettier from 2.1.2 to 2.2.1 (#300)
  • Bump @opentelemetry/core from 0.12.0 to 0.15.0 (#299)

v2.6.0

22 Jan 14:20
6a1cbb5
Compare
Choose a tag to compare

Improvements

  • Use the non-deprecated request.raw attribute (#288)
  • Add trace hooks API docs (#286)
  • Add interop docs to API.md (#254)
  • Add syntax highlighting to docs/CustomContext.md (#273)

Fixes

  • Ensure fastify intrumentation honors the httpParserHook config (#287)
  • http(s) instrumentation should output urls with path/pathname/query correctly (#210)
  • Handle pg pool clients (#272)

Maintenance

  • Add dependabot to check monthly and update intgrations team (#274)
  • Add node 15 to CI matrix (#294)
  • User public ENV context in circleci (#268)
  • Bump fastify from 3.7.0 to 3.10.1 (#291)
  • Bump eslint from 7.17.0 to 7.18.0 (#292)
  • Bump husky from 4.3.7 to 4.3.8 (#293)
  • Bump supertest from 6.0.1 to 6.1.1 (#289)
  • Bump lint-staged from 8.1.5 to 10.5.3 (#290)
  • Bump pg-query-stream from 2.0.1 to 4.0.0 (#275)
  • Bump react from 17.0.0 to 17.0.1 (#281)
  • Bump husky from 4.3.6 to 4.3.7 (#284)
  • Bump semver from 7.3.2 to 7.3.4 (#283)
  • Bump debug from 4.2.0 to 4.3.1 (#282)
  • Bump supertest from 5.0.0 to 6.0.1 (#280)
  • Bump pg from 7.14.0 to 8.5.1 (#277)
  • Bump jest from 26.6.0 to 26.6.3 (#276)
  • Bump eslint from 7.11.0 to 7.17.0 (#278)
  • Bump husky from 1.3.1 to 4.3.6 (#279)
  • Bump node-notifier from 8.0.0 to 8.0.1 (#270)
  • Bump find-my-way from 3.0.4 to 3.0.5 (#266)

v2.5.0

06 Nov 15:43
5bcb5fb
Compare
Choose a tag to compare

2.5.0

Improvements:

  • Always return valid parent context when creating span #262
  • Add default object value when configuring beeline #258
  • Support fastify v3 #263

Maintenance:

v2.4.0

08 Oct 18:58
aa51fd0
Compare
Choose a tag to compare

2.4.0

  • Introduces configuration options for parsing and propagating HTTP trace context headers (#249).
  • Added prebuilt hooks for use with parse and propagation hooks that handle aws, w3c and honeycomb header formats. (#253)