Skip to content

Releases: kshetline/by-request

v1.3.1

15 Jan 19:18
f2021e9
Compare
Choose a tag to compare

Security update for follow-redirects.

v1.3.0

08 Jan 17:23
6ec15f6
Compare
Choose a tag to compare
  • Added POST request handling.
  • Added optional file caching.
  • Improved handling of possibly-noncompliant gzip data streams that cause zlib to fail.

v1.2.7

11 May 22:59
6063bd7
Compare
Choose a tag to compare

Security dependency updates.

v1.2.6

06 May 02:33
20d1c6e
Compare
Choose a tag to compare

Update dependencies.

v1.2.5

28 Apr 23:56
1e49777
Compare
Choose a tag to compare

Restored ability to handle streams marked as gzip or deflate by ContentType rather than by ContentEncoding.

v1.2.4

25 Apr 12:18
Compare
Choose a tag to compare

Update dependencies.

v1.2.3

24 Apr 19:44
Compare
Choose a tag to compare
  • Fix handling of timeouts with new HTTP timeout error.
  • Update dependencies.

v1.1.4

14 Jan 05:04
Compare
Choose a tag to compare

Make sure resource without any Content-Type header are treated as UTF-8 text when retrieved using requestText.

v1.1.2

27 Jun 02:13
Compare
Choose a tag to compare

Added auto-detection of UTF-7 via BOM.

My merge request to add UTF-32 support to iconv-lite has been approved, so now this project has gone back to using the official release of iconv-lite.

v1.1.0

25 Jun 05:19
Compare
Choose a tag to compare

Added support for UTF-32.