Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 16:28

🚀 Major release time!

Hey folks, this is a major update I've been working on over the past few days to address a few outstanding issues and to rework some things.

Changelog

PR: #27.

Added

  • New underlying TLS and HTTP implementations. Should be easier to maintain going forward.
  • Response header order support (#19)
  • Custom initial HTTP2 SETTINGS frame for Chrome fingerprints (#11)
  • Ordered pseudo headers for HTTP 2
  • More timeout settings added to UI
  • More and updated fingerprints
    • Chrome 102
    • Chrome 100
    • Chrome 96
    • Firefox 105
    • Firefox 102
    • Firefox 99
    • Edge 106
    • Edge 85
    • Safari 16
    • QQBrowser 11
    • iOS 14
    • iOS 13
    • iOS 12
    • Android 11
    • Randomized
    • Randomized ALPN
    • Randomized No ALPN

Fixed

  • Set InsecureSkipVerify to true (#22)
  • Concurrent map writes error (#26)

Changed

  • Updated docs (rewordings, new diagram, add showcase)