Jakub Roztocil
cc697db730
Add a changelog entry for #1502
2023-05-19 23:59:08 +02:00
Jakub Roztocil
3664644722
Fix issue link
2023-05-19 23:44:52 +02:00
Jakub Roztocil
29de4ce115
v3.2.2
2023-05-19 23:41:26 +02:00
Batuhan Taskaya
b54239b525
Changelog for 3.2.1
2022-05-06 10:08:16 +03:00
Batuhan Taskaya
b0b0f3dc53
Mask the stdout/stderr for the inner daemon process on MacOS ( #1389 )
2022-05-06 10:06:59 +03:00
Batuhan Taskaya
2142ae60c3
Final release prep for 3.2.0 ( #1387 )
2022-05-05 23:32:35 +03:00
Batuhan Taskaya
0b6a9b23c2
Add missing changelog entries ( #1386 )
2022-05-05 23:18:00 +03:00
Batuhan Taskaya
278dfc487d
Don't block users with the warning thread. ( #1350 )
...
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-04-14 08:00:53 -07:00
Batuhan Taskaya
86f4bf4d0a
Add support for sending secure cookies over localhost ( #1327 )
...
* Add support for sending secure cookies over localhost
* Refactor
* Fix the CI
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-04-14 07:42:05 -07:00
Batuhan Taskaya
d03e3f4e14
Implement support for multiple headers with the same name in sessions ( #1335 )
...
* Properly remove duplicate Cookie headers
* Implement support for multiple headers with the same name in sessions
* More testing
* Cleanup
* Remove duplicated test, cleanup
* Fix pycodestyle
* CHANGELOG
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-04-03 06:48:31 -07:00
Batuhan Taskaya
c157948531
Add httpie cli plugins
in favor of the new cli namespace. ( #1320 )
...
* Add `httpie cli plugins` in favor of the new cli namespace.
* Separate each task to individual modules.
* Move httpie.manager.plugins to httpie.manager.tasks.plugins
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-04-03 06:06:42 -07:00
Batuhan Taskaya
33ea977b64
Don't send Content-Length
for OPTIONS
requests when there is no data. ( #1319 )
2022-04-03 06:02:41 -07:00
Batuhan Taskaya
266c6375c6
Release prep for 3.1.0 ( #1313 )
2022-03-08 01:50:09 +03:00
Batuhan Taskaya
350abe3033
Make the naked invocation display a compacted help
2022-03-07 19:16:51 +03:00
Batuhan Taskaya
15013fd609
Implement support for private key passphrases
2022-03-07 16:09:07 +03:00
Batuhan Taskaya
98688b2f2d
Style fix on the changelog
2022-03-07 16:01:29 +03:00
Batuhan Taskaya
5ac05e9514
Add changelog entry
2022-03-07 16:01:29 +03:00
Batuhan Taskaya
55087a901e
Introduce a mode to suppress all warnings ( #1283 )
2022-03-07 15:40:35 +03:00
Batuhan Taskaya
25bd817bb2
Fix displaying of status code without a status message. ( #1301 )
...
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-03-03 08:28:04 -08:00
Batuhan Taskaya
ad613f29d2
Add a changelog entry for the top-level array regulation
2022-02-25 12:51:34 +03:00
Batuhan Taskaya
d45f413f12
Make the version point to 3.0.3.dev0
( #1291 )
2022-02-03 01:47:06 -08:00
Batuhan Taskaya
f1ea486025
Fix escaping of integer indexes with multiple backslashes ( #1288 )
2022-02-01 02:10:55 -08:00
Jakub Roztocil
f756cad58d
Update CHANGELOG.md
2022-01-24 16:54:50 -08:00
Jakub Roztocil
fde64d578d
Update CHANGELOG.md
2022-01-24 10:32:24 -08:00
Jakub Roztocil
c8404493e5
Update CHANGELOG.md
2022-01-24 10:32:07 -08:00
Batuhan Taskaya
559134de0a
Release 3.0.2 ( #1281 )
2022-01-24 21:20:17 +03:00
Jakub Roztocil
30a4d29f77
Update CHANGELOG.md
2022-01-23 15:15:16 -08:00
Jakub Roztocil
aedcad7e2a
Update CHANGELOG.md
2022-01-23 15:14:31 -08:00
Jakub Roztocil
3b441fa57e
3.0.1
2022-01-23 13:58:01 +01:00
Batuhan Taskaya
88140422a9
3.0 release prep ( #1272 )
2022-01-21 20:34:38 +03:00
Jakub Roztocil
d2d40eb336
Finish docs for v3.0.0 ( #1269 )
...
* WIP
* Rewrite the introduction segment of the Nested JSON
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
2022-01-21 20:24:07 +03:00
Batuhan Taskaya
cd877a5e08
Remove 3.6 support / discontinue less available platforms ( #1267 )
...
* Remove redundant systems
* Drop it from the docs
* Remove the packaging info about the legacy systems
* Fix some typos
* Drop support for python 3.6
2022-01-14 08:49:05 -08:00
Batuhan Taskaya
87629706c9
Change the default style for windows from fruity to auto ( #1268 )
2022-01-14 08:47:10 -08:00
Batuhan Taskaya
00c859c51d
Add warnings when there is no incoming data from stdin ( #1256 )
...
* Add warnings when there is no incoming data from stdin
* Pass os.environ as well
* Apply suggestions
2022-01-12 06:07:34 -08:00
Batuhan Taskaya
4c56d894ba
Fix --raw with --chunked ( #1254 )
...
* Fix --raw with --chunked
* Better naming / annotations
* More annotations
2021-12-29 12:41:44 +03:00
Batuhan Taskaya
06512c72a3
Include the original issue in the changelog
2021-12-29 12:02:24 +03:00
Batuhan Taskaya
8d84248ee3
Add the changelog entry
2021-12-29 12:01:49 +03:00
Batuhan Taskaya
f3b500119c
Implement basic metrics layout & total elapsed time ( #1250 )
...
* Initial metadata processing
* Dynamic coloring and other stuff
* Use -vv / --meta
* More testing
* Cleanup
* Tweek message
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-23 12:13:25 -08:00
Batuhan Taskaya
e0e03f3237
Better DNS error handling ( #1249 )
...
* Better DNS error handling
* Update httpie/core.py
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-23 11:35:30 -08:00
Batuhan Taskaya
8dc6c0df77
Implement new pie
and pie-light
styles ( #1238 )
...
* Implement new `pie` and `pie-light` styles
* Change some pallete
* Integrate the color palette
* some docs
* some docs
* Rework on code generation
* Apply suggestions from code review
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-19 02:41:42 -08:00
Batuhan Taskaya
2b78d04410
Strip out extra variables from the actual mime type ( #1244 )
...
* Strip out extra variables from the actual mime type
* mention in changelog
* Update CHANGELOG.md
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-16 07:04:34 -08:00
Batuhan Taskaya
3db1cdba4c
Don't inconsistently add XML declarations ( #1227 )
2021-12-14 07:15:19 -08:00
Batuhan Taskaya
e30ec6be42
Remove unnecessary empty line in CHANGELOG
2021-12-09 12:46:19 +03:00
Batuhan Taskaya
207b970d94
Automatically enable --stream on server sent events ( #1226 )
...
* Automatically enable --stream when used chunked encoding
* try fix 3.6 mock issue
* Only enable on text/event-stream
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-08 07:49:12 -08:00
Batuhan Taskaya
62e43abc86
Ignore crashes that happen on the 3rd party plugins ( #1228 )
...
* Ignore crashes that happen on the 3rd party plugins
* Give a suggestion about how to uninstall
2021-12-08 07:45:07 -08:00
Batuhan Taskaya
df58ec683e
Add nested JSON syntax to the HTTPie DSL ( #1224 )
...
* Add support for nested JSON syntax (#1169 )
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
* minor improvements
* unpack top level lists
* Write more docs
* doc style changes
* fix double quotes
Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-03 02:17:45 -08:00
Jakub Roztocil
8fe1f08a37
Changelog
2021-12-01 20:51:00 +01:00
Jakub Roztocil
521ddde4c5
CHANGELOG.md
2021-12-01 20:49:03 +01:00
Jakub Roztocil
3457806df1
CHANGELOG.md
2021-12-01 20:45:54 +01:00
Jakub Roztocil
840f77d2a8
Tweak changelog & 3.0.0.dev0
2021-12-01 20:44:04 +01:00