Releases: testomato/minicrawler
Releases · testomato/minicrawler
v5.2.6
v5.2.5
v5.2.4
v5.2.3
- default maximum response size changed from 2 kB to size of system memory page (usually 4 kB)
- fix compilation with OpenSSL older than 1.1.1
- gzip decompression improvements:
- more descriptive error messages
- output partially decoded response or nothing in case of error
- utilize all available configured maximum response size
v5.2.2
v5.2.1
v5.2.0
- improved TLS downgrade mechanism for broken servers, support correctly TLS 1.3
- url: update for the latest version of https://url.spec.whatwg.org/
- url: rewritten for better memory management
- libicu is now longer mandatory build dep, but then non-ascii domains aren't supported
- configure: check for ssl funcs only if libssl is present
- configure: better check for libnghttp2