Skip to content

Releases: HugoRCD/evlog

[email protected]

24 Mar 09:54
973ca9b

Choose a tag to compare

What's Changed

Features 🚀

  • feat: add HyperDX drain adapter by @izadoesdev in #225
  • feat(evlog): allow to configure request credentials in client logs & browser drain by @MrLightful in #232
  • feat(next): support instrumentation.ts hooks by @mnismt in #188

Bug Fixes 🐞

  • fix(evlog): replace require() with dynamic import() for workers compat by @shubh73 in #228

Dependency Updates 📦

  • chore(deps): update dependency typescript to v6 by @renovate[bot] in #231
  • chore(deps): update all non-major dependencies by @renovate[bot] in #229
  • chore(deps): lock file maintenance by @renovate[bot] in #230

Performance Improvements ⚡️

  • chore(bench): update size baseline by @github-actions[bot] in #227
  • chore(bench): update size baseline by @github-actions[bot] in #233

New Contributors

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.10.0

[email protected]

21 Mar 15:34
30b67e4

Choose a tag to compare

What's Changed

Features 🚀

Enhancements 🌈

  • enhancement(elysia): use afterResponse instead of afterHandle by @SaltyAom in #207

Bug Fixes 🐞

  • fix(nitro): allow useLogger() in server middleware by @HugoRCD in #215
  • fix(evlog): respect status/statusCode on Error instances by @benhid in #218
  • fix(nitro): make evlogErrorHandler compatible with TanStack Start middleware API by @HugoRCD in #220

Documentation 📚

  • docs(tanstack-start): improve TanStack Start documentation coverage by @HugoRCD in #219

Dependency Updates 📦

  • chore(deps): update codspeedhq/action action to v4 by @renovate[bot] in #201
  • chore(deps): update actions/github-script action to v8 by @renovate[bot] in #200
  • chore(deps): update marocchino/sticky-pull-request-comment action to v3 by @renovate[bot] in #204
  • chore(deps): update peter-evans/create-pull-request action to v8 by @renovate[bot] in #205
  • chore(deps): update all non-major dependencies by @renovate[bot] in #199

Performance Improvements ⚡️

  • chore(bench): update size baseline by @github-actions[bot] in #208
  • chore(bench): update size baseline by @github-actions[bot] in #221

New Contributors

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.9.0

[email protected]

15 Mar 20:15
cf84caf

Choose a tag to compare

What's Changed

Features 🚀

Bug Fixes 🐞

  • fix(core): support nitro v3 runtime config resolution by @HugoRCD in #193
  • fix(core): add retry with backoff and clear timeout errors by @HugoRCD in #197

Performance Improvements ⚡️

  • perf(evlog): eliminate object allocations on hot paths by @HugoRCD in #181
  • perf(core): eliminate allocations in emit hot path by @HugoRCD in #185

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.8.0

[email protected]

14 Mar 17:49
535cb05

Choose a tag to compare

What's Changed

Features 🚀

  • feat: support silent mode with deferred drain and config ref page by @HugoRCD in #174
  • feat: add file system drain adapter with log analysis skill by @HugoRCD in #175

Bug Fixes 🐞

  • fix(sveltekit): remove @sveltejs/kit optional peer dependency by @HugoRCD in #172
  • fix: use req.originalUrl for correct path extraction in NestJS by @ruisaraiva19 in #178

Documentation 📚

  • docs: add copyable prompt blocks and improve prose by @HugoRCD in #176

Performance Improvements ⚡️

  • perf: add benchmark infrastructure and performance documentation by @HugoRCD in #177
  • chore(bench): update baseline by @github-actions[bot] in #179

New Contributors

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.7.0

[email protected]

13 Mar 21:56

Choose a tag to compare

What's Changed

Features 🚀

Bug Fixes 🐞

  • fix(evlog): use CSS formatting for browser DevTools instead of ANSI escape codes by @oritwoen in #164

Dependency Updates 📦

  • chore(deps): update nuxt framework to ^4.4.2 by @renovate[bot] in #167

New Contributors

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.6.0

[email protected]

10 Mar 20:09

Choose a tag to compare

What's Changed

Features 🚀

  • feat(docs): add request lifecycle documentation by @HugoRCD in #162

Bug Fixes 🐞

  • fix: group otlp batch by resource identity instead of using first event by @shubh73 in #158
  • fix: add default condition to subpath exports for CJS compatibility by @spichen in #161

Documentation 📚

  • docs: add multi-framework examples to all adapter pages by @HugoRCD in #152

Dependency Updates 📦

  • chore(deps): update all non-major dependencies by @renovate[bot] in #153
  • chore(deps): update dependency @nestjs/common to v11 by @renovate[bot] in #154
  • chore(deps): update dependency express to v5 by @renovate[bot] in #155
  • chore(deps): update dependency fastify to v5 by @renovate[bot] in #156

New Contributors

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.5.0

[email protected]

07 Mar 17:44
106086f

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: restore useLogger JSDoc and remove unused import by @HugoRCD in #149

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.4.1

[email protected]

07 Mar 17:37
e974753

Choose a tag to compare

What's Changed

Features 🚀

Documentation 📚

  • docs: update skill files to keep user-facing docs in sync by @HugoRCD in #139
  • docs: add sampling and client logging core concept pages by @HugoRCD in #146
  • docs: unified framework integrations section by @HugoRCD in #147

Refactoring 🛠

  • refactor: reorganize framework grid into two rows by @HugoRCD in #144
  • refactor: deduplicate framework options and useLogger by @HugoRCD in #148

Dependency Updates 📦

  • chore: replace root README with symlink by @HugoRCD in #140
  • chore: standardize framework ordering across all docs by @HugoRCD in #145

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.4.0

[email protected]

06 Mar 08:50
5931999

Choose a tag to compare

What's Changed

Features 🚀

Documentation 📚

  • docs: make landing nuxt-studio compatible by @HugoRCD in #131

Dependency Updates 📦

  • chore(deps): update dependency happy-dom to ^20.7.2 by @renovate[bot] in #129
  • chore(deps): update dependency evlog to ^2.1.0 by @renovate[bot] in #130

Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.3.0

[email protected]

02 Mar 23:04
6fd5b61

Choose a tag to compare

What's Changed

Features 🚀

  • feat: add context-agnostic createLogger function by @HugoRCD in #124
  • feat: add console option for client-side log suppression by @HugoRCD in #126

Bug Fixes 🐞

  • fix(evlog): explicitly bundle evlog in nitro by @schplitt in #123

Build System 🛠

  • build(evlog): explicitly bundle 'ufo' via inlineOnly in nitro by @schplitt in #121

Dependency Updates 📦

  • chore(deps): update all non-major dependencies by @renovate[bot] in #116
  • chore(deps): update all non-major dependencies by @renovate[bot] in #118
  • chore(deps): update dependency motion-v to v2 by @renovate[bot] in #117
  • chore(deps): lock file maintenance by @renovate[bot] in #119
  • chore(deps): update dependency @ai-sdk/vue to ^3.0.107 by @renovate[bot] in #125
  • chore(deps): update dependency ai to ^6.0.107 by @renovate[bot] in #127

Full Changelog: https://github.com/HugoRCD/evlog/compare/@evlog/[email protected]@2.1.0