Releases: bottiger1/sourcemod-async
3.1 - curl bug fix
Updated to curl 8.8 dev curl/curl@e1cf21b due to previous version breaking brotli.
Also added a new curl error message function that ended up not helping, but it is now there if you need it.
The sourcepawn include now has new enums updated from curl.
Again this is 64 bit release only. If you need 32 bit, the 2.x series still work.
3.0 x64 release
Due to how hard it is to compile this extension, I will only be releasing 64 bit versions from now on. If you need the 32 bits, please download the older versions.
2.1 - minor update
This is a minor update to fix some rare situations.
- Skip compression if malloc failed to create the compression buffer.
- Post buffer is closed as soon as Curl finishes it instead of only when the player calls Async_Close on it.
2.0 - HTTP2 and Brotli
New Features: HTTP2, Brotli
Features removed from curl: idn2, ldap, ftp, file, dict, telnet, tftp, rtsp, pop3, imap, smtp, gopher, rtmp, smb, nghttp2, brotli.
All libraries have been updated.
libcurl/7.67.0
OpenSSL/1.1.1
zlib/1.2.11
brotli/1.0.1
c-ares/1.14.0
nghttp2/1.39.2