8000 Releases · jayjamesjay/http_req · GitHub
[go: up one dir, main page]

Skip to content

Releases: jayjamesjay/http_req

v0.14.3

08 Mar 12:50

Choose a tag to compare

  • update dependencies:
    • rustls-pki-types ^1.14
    • unicase v2.9
  • fix security issue related to aws-lc-sys (CWE-295)

v0.14.2

14 Nov 18:30

Choose a tag to compare

  • update dependencies:
    • rustls-pki-types ^1.13

v0.14.1

27 Jul 14:26

Choose a tag to compare

  • update dependencies:
    • rustls-pki-types ^1.12
    • webpki-roots ^1.0

v0.14.0

05 May 16:37
015716d

Choose a tag to compare

What's new

  • Improve code quality by refactoring existing code and adding new tests
  • Expand documentation by adding more examples and descriptions for existing functions
  • Allow for more granular control over features including ability to use the library in HTTP only mode
  • Update dependencies (patch)

Breaking changes

  • Remove function remove_spaces, because it has not been used in the current version of library
  • Switch to standard encoding for Basic authentication as per #70 by @saecki
  • Remove ParseErr::Invalid as it has not been used

v0.13.3

07 Apr 19:54

Choose a tag to compare

  • update dependencies (patch)

v0.13.2

30 Mar 13:15

Choose a tag to compare

  • update dependencies:
    • rustls-pki-types ^1.11

v0.13.1

06 Dec 17:11

Choose a tag to compare

  • update dependencies:
    • unicase ^2.8.
    • rustls-pemfile ^2.2
    • rustls-pki-types ^1.10

v0.13.0

14 Oct 18:30
04f559d

Choose a tag to compare

What's new

  • Default headers now include User-Agent
  • Update RedirectPolicy to allow creating Custom policies, which utilize uri
  • Support for Authentication (Basic and Bearer)
  • New dependencies
    • base64 ^0.22.1
    • zeroize ^1.8.1

Breaking changes

  • Content-Length header is automatically added, when body is set for the request as per #41 by @cjqpker, also mentioned in #39

v0.12.0

17 Aug 13:41
c5c2985

Choose a tag to compare

What's new

  • Support for redirects
    • RedirectPolicy allows to define how to handle redirects
    • Default redirect limit is set to 5 to prevent infinite redirect loops
  • Basic support for relative uris
  • Improve timeout error handling

Breaking changes

  • RequestBuilder is renamed to RequestMessage
  • Stream uses connect method instead of new to establish a connection

v0.11.1

28 Jul 08:03

Choose a tag to compare

  • update dependencies (patch)
0