Releases: HugoRCD/evlog
[email protected]
What's Changed
Features 🚀
- feat: add
HyperDXdrain 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 🐞
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
- @izadoesdev made their first contribution in #225
- @mnismt made their first contribution in #188
Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.10.0
[email protected]
What's Changed
Features 🚀
- feat: add
react-routersupport by @MrLightful in #212 - feat(ai): add toolInputs option, and stepsUsage by @HugoRCD in #222
Enhancements 🌈
Bug Fixes 🐞
- fix(nitro): allow
useLogger()in server middleware by @HugoRCD in #215 - fix(evlog): respect
status/statusCodeon Error instances by @benhid in #218 - fix(nitro): make evlogErrorHandler compatible with TanStack Start middleware API by @HugoRCD in #220
Documentation 📚
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
- @SaltyAom made their first contribution in #207
- @MrLightful made their first contribution in #211
- @benhid made their first contribution in #218
Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.9.0
[email protected]
What's Changed
Features 🚀
- feat: add
ai-sdksupport by @HugoRCD in #196 - feat: add vite plugin by @HugoRCD in #189
- feat: add bundle size comparison on PRs by @HugoRCD in #183
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]
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.originalUrlfor correct path extraction in NestJS by @ruisaraiva19 in #178
Documentation 📚
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
- @ruisaraiva19 made their first contribution in #178
Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.7.0
[email protected]
What's Changed
Features 🚀
- feat: add
evlog/toolkitfor custom framework integrations by @OskarLebuda in #169 - feat(nitro): support v3 beta by @schplitt in #166
Bug Fixes 🐞
- fix(evlog): use CSS formatting for browser DevTools instead of ANSI escape codes by @oritwoen in #164
Dependency Updates 📦
New Contributors
- @OskarLebuda made their first contribution in #169
- @oritwoen made their first contribution in #164
Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.6.0
[email protected]
What's Changed
Features 🚀
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 📚
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]
What's Changed
Bug Fixes 🐞
Full Changelog: https://github.com/HugoRCD/evlog/compare/[email protected]@2.4.1
[email protected]
What's Changed
Features 🚀
- feat: add
Fastifysupport by @HugoRCD in #138 - feat: add
NestJSsupport by @HugoRCD in #141 - feat: add
SvelteKitsupport by @HugoRCD in #142
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
useLoggerby @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]
What's Changed
Features 🚀
- feat: add
Honosupport by @HugoRCD in #132 - feat: add
Expresssupport by @HugoRCD in #134 - feat: add
Elysiasupport by @HugoRCD in #135
Documentation 📚
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]
What's Changed
Features 🚀
- feat: add context-agnostic
createLoggerfunction by @HugoRCD in #124 - feat: add console option for client-side log suppression by @HugoRCD in #126
Bug Fixes 🐞
Build System 🛠
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