httpie v3.2.1 Release Notes

Release Date: 2022-05-06 // almost 2 years ago
    • ๐Ÿ‘Œ Improved support for determining auto-streaming when the Content-Type header includes encoding information. (#1383)
    • ๐Ÿ›  Fixed the display of the crash happening in the secondary process for update checks. (#1388)

Previous 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 the localhost (and .local suffixed domains). (#1308)
    • ๐Ÿ‘Œ Improved UI for the progress bars. (#1324)
    • ๐Ÿ›  Fixed redundant creation of Content-Length header on OPTIONS requests. (#1310)
    • ๐Ÿ›  Fixed blocking of warning thread on some use cases. (#1349)
    • ๐Ÿ”„ Changed httpie plugins to the new httpie cli namespace as httpie cli plugins (httpie plugins continues to work as a hidden alias). (#1320)
    • ๐Ÿ—„ Soft deprecated the --history-print. (#1380)