httpie v3.1.0 Release Notes

Release Date: 2022-03-08 // about 2 years ago
    • ๐Ÿ”’ SECURITY Fixed the vulnerability that caused exposure of cookies on redirects to third party hosts. (#1312)
    • ๐Ÿ›  Fixed escaping of integer indexes with multiple backslashes in the nested JSON builder. (#1285)
    • ๐Ÿ›  Fixed displaying of status code without a status message on non-auto themes. (#1300)
    • ๐Ÿ›  Fixed redundant issuance of stdin detection warnings on some rare cases due to underlying implementation. (#1303)
    • ๐Ÿ›  Fixed double --quiet so that it will now suppress all python level warnings. (#1271)
    • โž• Added support for specifying certificate private key passphrases through --cert-key-pass and prompts. (#946)
    • โž• Added httpie cli export-args command for exposing the parser specification for the http/https commands. (#1293)
    • ๐Ÿ‘Œ Improved regulation of top-level arrays. (#1292)
    • ๐Ÿ‘Œ Improved UI layout for standalone invocations. (#1296)