httpie v3.2.0 Release Notes

Release Date: 2022-05-05 // almost 2 years ago
    • ➕ 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)