Releases: ameshkov/gocurl
Releases · ameshkov/gocurl
v1.4.7
See CHANGELOG.md for the list of changes.
v1.4.6
See CHANGELOG.md for the list of changes.
v1.4.5
See CHANGELOG.md for the list of changes.
v1.4.4
See CHANGELOG.md for the list of changes.
v1.4.3
See CHANGELOG.md for the list of changes.
v1.4.2
See CHANGELOG.md for the list of changes.
v1.4.1
See CHANGELOG.md for the list of changes.
v1.4.0
See CHANGELOG.md for the list of changes.
v1.3.0
Added
- Added an option to use Post-Quantum secure algorithms for establishing TLS
connections. This option is hidden under a new--experiment
flag that is
described in README.md. (#15)
Fixed
- Fixed an issue with
--http2
not being able to work together with--ech
. In
addition to that there's also one more change:gocurl
by default will send
bothh2
andhttp/1.1
in TLS ALPN extension and use the protocol selected
by the server. (#14)
See CHANGELOG.md for the list of changes.
v1.2.0
Added
- Added
--dns-servers
command-line argument support. Besides regular DNS,
gocurl
also supports encrypted DNS, see examples in README.md to learn
more. (#6)
Fixed
- TLS state is now printed to the output for ECH-enabled connections. In
addition to that, much more TLS-related information is printed to the output
including information about TLS certificates. (#8)
See CHANGELOG.md for the list of changes.