A release with known breaking changes is marked with:
-
[breaking] you probably need to change your code
-
[minor breaking] you likely don’t need to change your code
-
If specified, request’s body encoding is now applied, else defaults to UTF-8 (#18) (@lread)
-
User info from request URL now applied to basic auth (#34) (@lread)
-
Nested query and form parameters are now automatically flattened (#43) (@lread)
-
The
:insecure?
option is now applied only to the current request (#45) (@lread) -
Docs
-
Docstrings and README reviewed and updated (@lread)
-
Guidance on mocking HTTP requests now makes sense (#51) (thanks @anderseknert!)
-
Move from Markdown to AsciiDoc (@lread)
-
-
Quality
-
Feature: Parse link headers from response and put them under
:links
(#1)
-
Add type hints for GraalVM (#2)