Skip to content

chore(release): 5.13.0#144

Merged
jdalton merged 1 commit intomainfrom
chore/release-5.13.0
Apr 5, 2026
Merged

chore(release): 5.13.0#144
jdalton merged 1 commit intomainfrom
chore/release-5.13.0

Conversation

@jdalton
Copy link
Copy Markdown
Collaborator

@jdalton jdalton commented Apr 5, 2026

5.13.0

Added — http-request

  • readIncomingResponse() — reads and buffers a Node.js IncomingResponse into an HttpResponse (feat(http-request): add readIncomingResponse and type aliases #143)
    • Useful for converting raw responses from code that bypasses httpRequest() (e.g. multipart form-data uploads) into the standard HttpResponse interface
  • IncomingResponse type alias — disambiguates IncomingMessage as a client-side response
  • IncomingRequest type alias — disambiguates IncomingMessage as a server-side request

Changed — http-request

  • Internal httpRequestAttempt callbacks now use IncomingResponse type
  • HttpResponse.rawResponse type narrowed from IncomingMessage to IncomingResponse

@jdalton jdalton force-pushed the chore/release-5.13.0 branch from 2a6013a to 5323642 Compare April 5, 2026 17:57
@jdalton jdalton merged commit e5049f3 into main Apr 5, 2026
12 checks passed
@jdalton jdalton deleted the chore/release-5.13.0 branch April 5, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant