Skip to content

Releases: huang-julien/nitro-opentelemetry

v0.8.1

15 Apr 20:04
562aaf3
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Throw if defineTracedEventHandler does not receive expected arguments (#54)

🏡 Chore

  • ⚠️ Remove baselime integrations (#49)

⚠️ Breaking Changes

  • ⚠️ Remove baselime integrations (#49)

❤️ Contributors

v0.8.0

18 Mar 21:26
c849bbd
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for EventHandlerObject handlers (#30)

🤖 CI

  • Permissions (#29)
  • Create dependabot.yml (92a9655)
  • Update scorecard (#31)

❤️ Contributors

v0.7.8

10 Mar 21:34
54ec061
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use AST to modify error handlers in nitro >= 2.10 (#28)

🏡 Chore

🤖 CI

❤️ Contributors

v0.7.7

08 Mar 15:11
f912267
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Compatibility with nitro 2.10 (#25)

📖 Documentation

🏡 Chore

  • deps-dev: Bump vitest (#26)
  • Remove biome (#27)

❤️ Contributors

v0.7.5

02 Mar 18:47
3705e0d
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Await module (#20)
  • Add d.ts to types exports (#22)
  • Make defineTracedEventHandler generic (#21)
  • Supress 'this' in otel files (#23)

❤️ Contributors

v0.7.4

09 Feb 18:11
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Automatically add types in generated tsconfig (#19)

📖 Documentation

🤖 CI

❤️ Contributors

v0.7.3

28 Jan 20:00
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use mlly.resolvePath to resolve renderer handlers (#18)

❤️ Contributors

v0.7.2

25 Jan 14:58
d91816b
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Don't inline anything if no preset (ec687b2)
  • Don't inject options if preset is false (#17)

🏡 Chore

  • gh: Add issue templates (8e63348)
  • gh: Move issue templates to yaml (40cc7a9)
  • Create CODE_OF_CONDUCT.md (6320d23)

❤️ Contributors

v0.7.1

23 Jan 20:09
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Keep context within main renderer and error renderer (#16)

📖 Documentation

  • Update README (2cd2f39)
  • Mention nitro future otel integration (91d3d13)

❤️ Contributors

v0.7.0

19 Jan 00:10
f556dc2
Compare
Choose a tag to compare

compare changes

⚠️ Breaking change

  • #13 : span has been moved to H3Event.otel due to the reason that H3EventContext are shared across event.$fetch. This can cause Spans to be ended multiple times

🩹 Fixes

  • ⚠️ Move span out of H3EventContext (#13)
  • Resolve h3 route when setting "url.path" (#12)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Move span out of H3EventContext (#13)

❤️ Contributors