Skip to content

Releases: Noooste/azuretls-client

v1.10.4

15 Jun 14:32
Compare
Choose a tag to compare

What's Changed

🚀 Features & Improvements

  • feat(proxy): implement chain proxy support and enhance proxy handling (#346)

🐛 Bug Fixes

  • fix(socks5): remove unnecessary nil assignments after closing connections

👥 Contributors

📦 Installation

Download the appropriate binary for your platform from the assets below:

Linux:

  • azuretls-cffi-linux-amd64.so - 64-bit Intel/AMD
  • azuretls-cffi-linux-arm64.so - 64-bit ARM
  • azuretls-cffi-linux-386.so - 32-bit Intel/AMD
  • azuretls-cffi-linux-arm.so - 32-bit ARM

Windows:

  • azuretls-cffi-windows-amd64.dll - 64-bit Intel/AMD
  • azuretls-cffi-windows-386.dll - 32-bit Intel/AMD

macOS:

  • azuretls-cffi-darwin-amd64.dylib - Intel Macs
  • azuretls-cffi-darwin-arm64.dylib - Apple Silicon Macs

Full Changelog: v1.10.3...v1.10.4

v1.10.3

15 Jun 12:47
Compare
Choose a tag to compare

What's Changed

🚀 Features & Improvements

  • feat(http3): enhance transport management with connection pooling and proper closure

🐛 Bug Fixes

  • Potential fix for code scanning alert no. 10: Workflow does not contain permissions (#345)

🔧 Other Changes

  • Merge remote-tracking branch 'origin/main'
  • Update README.md
  • Update README.md

👥 Contributors

📦 Installation

Download the appropriate binary for your platform from the assets below:

Linux:

  • azuretls-1.10.3-linux-amd64.so - 64-bit Intel/AMD
  • azuretls-1.10.3-linux-arm64.so - 64-bit ARM
  • azuretls-1.10.3-linux-386.so - 32-bit Intel/AMD
  • azuretls-1.10.3-linux-arm.so - 32-bit ARM

Windows:

  • azuretls-1.10.3-windows-amd64.dll - 64-bit Intel/AMD
  • azuretls-1.10.3-windows-386.dll - 32-bit Intel/AMD

macOS:

  • azuretls-1.10.3-darwin-amd64.dylib - Intel Macs
  • azuretls-1.10.3-darwin-arm64.dylib - Apple Silicon Macs

Full Changelog: v1.10.2...v1.10.3

v1.10.2

14 Jun 19:55
Compare
Choose a tag to compare

What's Changed

🚀 Features & Improvements

  • feat(session): handle alt-svc header for h3 (#344)
  • feat(http3): update session request to use azuretls with ForceHTTP3

🐛 Bug Fixes

  • fix(cffi): remove azuretls version
  • fix(http3): make the socks5 proxy connection use the TLS and HTTP/3 fingerprint
  • fix(releases): correct name formatting in release action

🔧 Other Changes

  • Merge remote-tracking branch 'origin/main'
  • Update README.md

👥 Contributors

📦 Installation

Download the appropriate binary for your platform from the assets below:

Linux:

  • azuretls-cffi-linux-amd64.so - 64-bit Intel/AMD
  • azuretls-cffi-linux-arm64.so - 64-bit ARM
  • azuretls-cffi-linux-386.so - 32-bit Intel/AMD
  • azuretls-cffi-linux-arm.so - 32-bit ARM

Windows:

  • azuretls-cffi-windows-amd64.dll - 64-bit Intel/AMD
  • azuretls-cffi-windows-386.dll - 32-bit Intel/AMD

macOS:

  • azuretls-cffi-darwin-amd64.dylib - Intel Macs
  • azuretls-cffi-darwin-arm64.dylib - Apple Silicon Macs

Full Changelog: v1.10.1...v1.10.2

v1.10.1

14 Jun 18:13
Compare
Choose a tag to compare

What's Changed

🚀 Features & Improvements

  • feat(releases): update changelog script to reflect correct file extensions for binaries across platforms

👥 Contributors

📦 Installation

Download the appropriate binary for your platform from the assets below:

Linux:

  • azuretls-cffi-linux-amd64.so - 64-bit Intel/AMD
  • azuretls-cffi-linux-arm64.so - 64-bit ARM
  • azuretls-cffi-linux-386.so - 32-bit Intel/AMD
  • azuretls-cffi-linux-arm.so - 32-bit ARM

Windows:

  • azuretls-cffi-windows-amd64.dll - 64-bit Intel/AMD
  • azuretls-cffi-windows-386.dll - 32-bit Intel/AMD

macOS:

  • azuretls-cffi-darwin-amd64.dylib - Intel Macs
  • azuretls-cffi-darwin-arm64.dylib - Apple Silicon Macs

Full Changelog: v1.10.0...v1.10.1

v1.10.0

14 Jun 16:49
b26c468
Compare
Choose a tag to compare

What's Changed

🚀 Features & Improvements

  • feat(cffi): CFFI Support (#343)

🔧 Other Changes

  • Update README.md (#342)

👥 Contributors

📦 Installation

Download the appropriate binary for your platform from the assets below:

Linux:

  • azuretls-cffi-linux-amd64.so - 64-bit Intel/AMD
  • azuretls-cffi-linux-arm64.so - 64-bit ARM
  • azuretls-cffi-linux-386.so - 32-bit Intel/AMD
  • azuretls-cffi-linux-arm.so - 32-bit ARM

Windows:

  • azuretls-cffi-windows-amd64.dll - 64-bit Intel/AMD
  • azuretls-cffi-windows-386.dll - 32-bit Intel/AMD

macOS:

  • azuretls-cffi-darwin-amd64.dylib - Intel Macs
  • azuretls-cffi-darwin-arm64.dylib - Apple Silicon Macs

Full Changelog: v1.9.3...v1.10.0

v1.9.3

14 Jun 09:58
Compare
Choose a tag to compare

Full Changelog: v1.9.2...v1.9.3

v1.9.2

13 Jun 22:01
8b2dc59
Compare
Choose a tag to compare

What's Changed

  • Implement MLKEM for HTTP/3 TLS Client Hello by @Noooste in #341

Full Changelog: v1.9.1...v1.9.2

v1.9.1

13 Jun 20:09
f9badfc
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot in #339
  • HTTP3: Add custom TLS Client Hello by @Noooste in #340

Full Changelog: v1.9.0...v1.9.1

v1.9.0

07 Jun 13:24
v1.9.0
877667d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.9.0

v1.8.7

04 Jun 18:38
v1.8.7
c13ef8b
Compare
Choose a tag to compare

Full Changelog: v1.8.3...v1.8.7