You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.