CHANGELOG.md (httpie-3.0.0) | : | CHANGELOG.md (httpie-3.0.1) | ||
---|---|---|---|---|
# Change Log | # Change Log | |||
This document records all notable changes to [HTTPie](https://httpie.io). | This document records all notable changes to [HTTPie](https://httpie.io). | |||
This project adheres to [Semantic Versioning](https://semver.org/). | This project adheres to [Semantic Versioning](https://semver.org/). | |||
## [3.0.1](https://github.com/httpie/httpie/compare/3.0.0...3.0.1) (2022-01-23) | ||||
- Changed the value shown as time elapsed from time-to-read-headers to total exc | ||||
hange time ([#1277](https://github.com/httpie/httpie/issues/1277)) | ||||
## [3.0.0](https://github.com/httpie/httpie/compare/2.6.0...3.0.0) (2022-01-21) | ## [3.0.0](https://github.com/httpie/httpie/compare/2.6.0...3.0.0) (2022-01-21) | |||
- Dropped support for Python 3.6. ([#1177](https://github.com/httpie/httpie/issu es/1177)) | - Dropped support for Python 3.6. ([#1177](https://github.com/httpie/httpie/issu es/1177)) | |||
- Improved startup time by 40%. ([#1211](https://github.com/httpie/httpie/pull/1 211)) | - Improved startup time by 40%. ([#1211](https://github.com/httpie/httpie/pull/1 211)) | |||
- Added support for nested JSON syntax. ([#1169](https://github.com/httpie/httpi e/issues/1169)) | - Added support for nested JSON syntax. ([#1169](https://github.com/httpie/httpi e/issues/1169)) | |||
- Added `httpie plugins` interface for plugin management. ([#566](https://github .com/httpie/httpie/issues/566)) | - Added `httpie plugins` interface for plugin management. ([#566](https://github .com/httpie/httpie/issues/566)) | |||
- Added support for Bearer authentication via `--auth-type=bearer` ([#1215](http s://github.com/httpie/httpie/issues/1215)). | - Added support for Bearer authentication via `--auth-type=bearer` ([#1215](http s://github.com/httpie/httpie/issues/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](https://github.com/httpie/httpie/issues/1195)) | - 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](https://github.com/httpie/httpie/issues/1195)) | |||
- Added support for _sending_ multiple HTTP header lines with the same name. ([# 130](https://github.com/httpie/httpie/issues/130)) | - Added support for _sending_ multiple HTTP header lines with the same name. ([# 130](https://github.com/httpie/httpie/issues/130)) | |||
- Added support for _receiving_ multiple HTTP headers lines with the same name. ([#1207](https://github.com/httpie/httpie/issues/1207)) | - Added support for _receiving_ multiple HTTP headers lines with the same name. ([#1207](https://github.com/httpie/httpie/issues/1207)) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |