---
changelog:
  category: Release
  version: logixlysia@6.9.1
date: '2026-09-19T16:58:44Z'
seo:
  description: >-
    Built-in adapters no longer follow HTTP redirects on ingest requests, so a
    credential header cannot be forwarded to another origin; a redirect now
    fails the…
title: logixlysia@6.9.1
type: changelog
---
## Patch Changes

- 83c935e: Built-in adapters no longer follow HTTP redirects on ingest requests, so a credential header cannot be forwarded to another origin; a redirect now fails the batch and is reported like any other transport error. Endpoint URLs from options or env vars are validated when the transport is created and must use `http:` or `https:`.
- 10a8889: A failed gzip during rotation no longer skips `maxFiles` cleanup and is reported once. `timestamp.translateTime` understands pino-pretty's `SYS:standard`, `SYS:<pattern>` and `UTC:<pattern>` forms on the console line. `resolveOptions` now rejects `slowThreshold` greater than `verySlowThreshold` and a numeric `logRotation.maxFiles` that is not a positive integer.
- 8249fa9: `wrapWs` now forwards the close `code` and `reason` to your `close` hook and logs them on the "WebSocket closed" line; a hook that throws no longer skips the lifecycle log or leaks the connection's context; message logs report `payloadType: 'binary'` for `ArrayBuffer`/typed-array frames.
