httpie v3.2.1 Release Notes
Release Date: 2022-05-06 // over 1 year agoPrevious changes from v3.2.0
-
- โ Added a warning for notifying the user about the new updates. (#1336)
- โ Added support for single binary executables. (#1330)
- โ Added support for man pages (and auto generation of them from the parser declaration). (#1317)
- โ Added
http --manual
for man pages & regular manual with pager. (#1343) - โ Added support for session persistence of repeated headers with the same name. (#1335)
- โ Added support for sending
Secure
cookies to thelocalhost
(and.local
suffixed domains). (#1308) - ๐ Improved UI for the progress bars. (#1324)
- ๐ Fixed redundant creation of
Content-Length
header onOPTIONS
requests. (#1310) - ๐ Fixed blocking of warning thread on some use cases. (#1349)
- ๐ Changed
httpie plugins
to the newhttpie cli
namespace ashttpie cli plugins
(httpie plugins
continues to work as a hidden alias). (#1320) - ๐ Soft deprecated the
--history-print
. (#1380)