Skip to content

Replace Hackney with Req as HTTP client#165

Open
ry4n1m3 wants to merge 1 commit intolau:masterfrom
mechanical-orchard:replace-hackney-with-req
Open

Replace Hackney with Req as HTTP client#165
ry4n1m3 wants to merge 1 commit intolau:masterfrom
mechanical-orchard:replace-hackney-with-req

Conversation

@ry4n1m3
Copy link

@ry4n1m3 ry4n1m3 commented Feb 11, 2026

Addresses security concerns with Hackney (CVE-2018-1000007, AIKIDO-2026-10122). Req provides a modern, actively maintained HTTP client built on Mint.

Changes:

  • Add Req as required dependency, remove Hackney
  • Implement Tzdata.HTTPClient.Req with redirect support
  • Set Req as default HTTP client in configuration
  • Hackney implementation remains available for backward compatibility
  • Update README with migration information

Licensing: This contribution is made by employees of Mechanical Orchard, Inc. under the terms of the project's license.

Addresses security concerns with Hackney (CVE-2018-1000007,
AIKIDO-2026-10122). Req provides a modern, actively maintained
HTTP client built on Mint.

Changes:
- Add Req as required dependency, remove Hackney
- Implement Tzdata.HTTPClient.Req with redirect support
- Set Req as default HTTP client in configuration
- Hackney implementation remains available for backward compatibility
- Update README with migration information

Co-Authored-By: Matt Wynne <matt.wynne@mechanical-orchard.com>
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