---
changelog:
  category: Release
  version: logixlysia@6.6.0
date: '2026-06-28T12:02:53Z'
seo:
  description: >-
    Add support for request-scoped logger context propagation using
    AsyncLocalStorage and export a global useLogger() hook.Add support for
    structured HTTP error…
title: logixlysia@6.6.0
type: changelog
---
### Minor Changes

- 4660c5d: Add support for request-scoped logger context propagation using `AsyncLocalStorage` and export a global `useLogger()` hook.
- 51f1ca9: Add support for structured HTTP error logging, formatting properties such as `why`, `fix`, `link`, and `internal` inside the development context tree console log.

### Patch Changes

- 04e1a2f: Fix thread-stream worker crash when using pino-pretty in Bun by initializing pretty print streams synchronously on the main thread.
