Releases: HugoRCD/evlog
evlog@2.0.0
What's Changed
⚠️ Breaking Change: PostHog adapter now uses PostHog Logs (OTLP) by default
This only affects you if you use
evlog/posthog. For all other adapters, this release is fully backward-compatible.
createPostHogDrain() now sends logs to PostHog Logs via OTLP instead of sending custom events via the /batch/ API. This is significantly cheaper and provides a dedicated log viewer in PostHog.
If you were using createPostHogDrain():
- Your logs will now appear in PostHog Logs instead of Events
- The
eventNameanddistinctIdoptions are no longer available oncreatePostHogDrain() - If you need the old custom events behavior, switch to
createPostHogEventsDrain()fromevlog/posthog
If you were using createPostHogLogsDrain():
- This function has been removed —
createPostHogDrain()now does the same thing
Migration:
- import { createPostHogDrain } from 'evlog/posthog'
+ import { createPostHogEventsDrain } from 'evlog/posthog'
- createPostHogDrain({ eventName: 'server_request', distinctId: 'my-service' })
+ createPostHogEventsDrain({ eventName: 'server_request', distinctId: 'my-service' })
Features 🚀
- feat(evlog): add edgeUrl ingest support by @gabrielelpidio in #110
Bug Fixes 🐞
Dependency Updates 📦
- chore(deps): update dependency next to v16 by @renovate[bot] in #104
- chore(deps): update dependency zod to v4 by @renovate[bot] in #106
- chore(deps): update dependency react to v19 by @renovate[bot] in #105
- chore(deps): update all non-major dependencies by @renovate[bot] in #103
- chore(deps): update all non-major dependencies by @renovate[bot] in #107
New Contributors
- @gabrielelpidio made their first contribution in #110
Full Changelog: https://github.com/HugoRCD/evlog/compare/evlog@1.11.0...evlog@2.0.0
@evlog/nuxthub@2.0.0
What's Changed
Features 🚀
- feat(evlog): add edgeUrl ingest support by @gabrielelpidio in #110
Bug Fixes 🐞
Dependency Updates 📦
- chore(deps): update dependency next to v16 by @renovate[bot] in #104
- chore(deps): update dependency zod to v4 by @renovate[bot] in #106
- chore(deps): update dependency react to v19 by @renovate[bot] in #105
- chore(deps): update all non-major dependencies by @renovate[bot] in #103
- chore(deps): update all non-major dependencies by @renovate[bot] in #107
New Contributors
- @gabrielelpidio made their first contribution in #110
Full Changelog: https://github.com/HugoRCD/evlog/compare/evlog@1.11.0...@evlog/nuxthub@2.0.0
evlog@1.11.0
What's Changed
Features 🚀
- feat: improve landing page by @HugoRCD in #98
- feat: add
tanstack-startsupport and example by @HugoRCD in #102
Bug Fixes 🐞
Dependency Updates 📦
Full Changelog: https://github.com/HugoRCD/evlog/compare/@evlog/nuxthub@1.1.0...evlog@1.11.0
evlog@1.10.0
What's Changed
Features 🚀
Bug Fixes 🐞
Documentation 📚
Dependency Updates 📦
New Contributors
Full Changelog: https://github.com/HugoRCD/evlog/compare/@evlog/nuxthub@1.0.0...evlog@1.10.0
@evlog/nuxthub@1.1.0
What's Changed
Features 🚀
Bug Fixes 🐞
Documentation 📚
Dependency Updates 📦
New Contributors
Full Changelog: https://github.com/HugoRCD/evlog/compare/@evlog/nuxthub@1.0.0...@evlog/nuxthub@1.1.0
evlog@v1.8.0
What's Changed
Features 🚀
- feat: add support for nitro v3 by @schplitt and @HugoRCD in #8
- feat: add PostHog Logs drain via OTLP by @HugoRCD in #79
- feat: add
enabled?: booleanconfig option to disable logger by @Pastequee in #69 - feat: add request-scoped
info()andwarn()methods to logger by @HugoRCD in #70 - feat: add standalone browser-to-server log transport by @HugoRCD in #77
- feat: add client identity tracking and PostHog userId mapping by @HugoRCD in #78
Bug Fixes 🐞
Refactoring 🛠
Dependency Updates 📦
New Contributors
- @Pastequee made their first contribution in #69
- @Copilot made their first contribution in #83
- @schplitt made their first contribution in #8
Full Changelog: v1.7.0...v1.8.0
evlog@1.9.0
What's Changed
Features 🚀
Refactoring 🛠
New Contributors
- @github-actions[bot] made their first contribution in #89
Full Changelog: https://github.com/HugoRCD/evlog/compare/v1.8.0...evlog@1.9.0
@evlog/nuxthub@1.0.0
What's Changed
Features 🚀
Refactoring 🛠
New Contributors
- @github-actions[bot] made their first contribution in #89
Full Changelog: https://github.com/HugoRCD/evlog/compare/v1.8.0...@evlog/nuxthub@1.0.0
v1.7.0
What's Changed
Features 🚀
- feat: add
better-stackadapter by @HugoRCD in #67 - feat: add shared drain pipeline for batching and retry by @HugoRCD in #57
- feat: allow drain callbacks in plain typescript environments by @HugoRCD in #63
- feat: add opt-in generic T to
RequestLoggeranduseLoggerby @HugoRCD in #66
Bug Fixes 🐞
Documentation 📚
Dependency Updates 📦
Performance Improvements ⚡️
Full Changelog: v1.6.0...v1.7.0