Path to this page:
Subject: CVS commit: pkgsrc/www/py-httpie
From: Thomas Klausner
Date: 2022-03-09 17:06:52
Message id: 20220309160652.9DE98FB24@cvs.NetBSD.org
Log Message:
py-httpie: update to 3.1.0.
## [3.1.0] (2022-03-08)
- **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])
## [3.0.2] (2022-01-24)
- Fixed usage of `httpie` when there is a presence of a config with \
`default_options`. ([#1280])
## [3.0.1] (2022-01-23)
- Changed the value shown as time elapsed from time-to-read-headers to total \
exchange time. ([#1277])
## [3.0.0] (2022-01-21)
- Dropped support for Python 3.6. ([#1177])
- Improved startup time by 40%. ([#1211])
- Added support for nested JSON syntax. ([#1169])
- Added `httpie plugins` interface for plugin management. ([#566])
- Added support for Bearer authentication via `--auth-type=bearer` ([#1215]).
- Added support for quick conversions of pasted URLs into HTTPie calls by adding \
a space after the protocol name (`$ https ://pie.dev` → `https://pie.dev`). \
([#1195])
- Added support for _sending_ multiple HTTP header lines with the same name. ([#130])
- Added support for _receiving_ multiple HTTP headers lines with the same name. \
([#1207])
- Added support for basic JSON types on `--form`/`--multipart` when using JSON \
only operators (`:=`/`:=@`). ([#1212])
- Added support for automatically enabling `--stream` when `Content-Type` is \
`text/event-stream`. ([#376])
- Added support for displaying the total elapsed time through `--meta`/`-vv` or \
`--print=m`. ([#243])
- Added new `pie-dark`/`pie-light` (and `pie`) styles that match with [HTTPie \
for Web and Desktop]. ([#1237])
- Added support for better error handling on DNS failures. ([#1248])
- Added support for storing prompted passwords in the local sessions. ([#1098])
- Added warnings about the `--ignore-stdin`, when there is no incoming data from \
stdin. ([#1255])
- Fixed crashing due to broken plugins. ([#1204])
- Fixed auto addition of XML declaration to every formatted XML response. ([#1156])
- Fixed highlighting when `Content-Type` specifies `charset`. ([#1242])
- Fixed an unexpected crash when `--raw` is used with `--chunked`. ([#1253])
- Changed the default Windows theme from `fruity` to `auto`. ([#1266])
Files: