Skip to content

Latest commit

 

History

History
232 lines (197 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

232 lines (197 loc) · 10.1 KB

CycleTLS Changelog

1.0.26 - (2-16-2024)

Release Highlights

Fix illegal parameter error and location url error

Enhancements

Bug Fixes

  • 302 Location Url Error thanks to @lif0
  • Fix error: remote error: tls: illegal parameter based on incorrect TLS version

1.0.25 - (1-08-2024)

Release Highlights

Support extension 65037 as well as socks5h and socks4 proxies

Enhancements

Bug Fixes

1.0.24 - (11-27-2023)

Release Highlights

Small bugfixes and ReadMe updates

Enhancements

  • Update docs
  • Add tests for forceHTTP1
  • update to using io instead of ioutil

Bug Fixes

  • Fix issue with keepalives on closed connections when http1 is forced

1.0.23 - (11-27-2023)

Release Highlights

Switch to UTLS Add Insecure Skip Verify for proxy bypass Add Force HTTP1

Enhancements

1.0.22 - (10-24-2023)

Release Highlights

Support for additional filetypes and memory leak fix Update Golang version to 17 New Discord Community

Enhancements

Bug Fixes

1.0.21 - (6-20-2022)

Release Highlights

Json Parse body in response and Cookie examples

Enhancements

  • Return Json body instead of string if response is type Json 🚨 BREAKING CHANGE (users no longer need to JSON.parse the response request body)
  • Changed basic api to not require CycleTLS config
  • Add Cookie examples in readme and update Cookie API
  • WIP golang release tags and dependabot alerts

Bug Fixes

0.0.20 - (5-16-2022)

Release Highlights

Add support for extension 17513 and repo cleanup

Enhancements

Bug Fixes

0.0.19 - (4-20-2022)

Release Highlights

Added image and Arm support

Enhancements

Bug Fixes

0.0.18 - (3-26-2022)

Release Highlights

Swap Golang and TS server

Enhancements

  • Golang is now handles incoming requests, temporary solution till this is addressed

Bug Fixes

0.0.17 - (3-14-2022)

Release Highlights

Fix fhttp handshake

Bug Fixes

  • Added utls to the fhttp package and fix imports

0.0.16 - (2-15-2022)

Release Highlights

Fix setting request headers

Bug Fixes

Enhancements

  • Add request header integration test

0.0.15 - (2-11-2022)

Release Highlights

Support Ordered Request Headers

Bug Fixes

  • Properly form Grease Headers based on UserAgent
  • Refactor error handling

Enhancements

0.0.14 - (10-06-2021)

Release Highlights

Bugfix Ja3 Token Parsing and better error handling

Bug Fixes

0.0.13 - (09-16-2021)

Release Highlights

Performance improvements and Better Ja3 Token Parsing

Bug Fixes

Enhancements

  • Updated Documentation
  • Updated Integration tests for new token fixes
  • Add new issue template

0.0.12 - (08-14-2021)

Release Highlights

Timeout and Disable redirect integration

Bug Fixes

Enhancements

0.0.11 - (06-6-2021)

Release Highlights

Memory leak fixes and Clean Exit

Bug Fixes

Enhancements

  • CI/CD changes for js tests
  • New Jest test for clean exit
  • Update ReadMe

0.0.10 - (06-4-2021)

Release Highlights

New Error Handling and bufixes

Bug Fixes

Enhancements

  • New Errors file for checking proxy errors
  • Timeout now hard coded to 6 seconds

0.0.9 - (05-28-2021)

Release Highlights

New Jest CI Tests and general bugfixes

Bug Fixes

  • Fix breaking error with file path spaces
  • Fix Proxy connection refused and set it to error -> 407
  • Fix incorrect proxy url error

Enhancements

  • Add Jest integration tests
  • Add Github actions for the above integration test
  • Add Cycletls exit api once requests are finished
  • CI fixes
  • Add Changelog

0.0.8 - (05-24-2021)

Release Highlights

add fix for crashing js instance

Bug Fixes

  • Fmt or Log printing in golang was causing crashing issues

0.0.7 - (05-18-2020)

Release Highlights

New error logging addition

Bug Fixes

  • Failed timeout requests will now return a 408 instead of crashing the instance, this will help CycleTLS run through Proxy Lists without crashing