mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 03:21:40 +03:00
Update CHANGELOG
This commit is contained in:
parent
104d6a2b43
commit
b86e8eed21
42
CHANGELOG.md
42
CHANGELOG.md
@ -1,4 +1,4 @@
|
|||||||
[0.99.14 (2020-Nov-17)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#0.99.14)
|
[0.99.14 (2020-11-17)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#0.99.14)
|
||||||
==========================================================================================================
|
==========================================================================================================
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
@ -24,48 +24,48 @@ Bugs Fixes:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
0.99.13 (2020-10-28)
|
|
||||||
=====================================
|
[0.99.13 (2020-10-28)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#0.99.13)
|
||||||
|
==========================================================================================================
|
||||||
|
|
||||||
Hurl 0.99.13 now uses libcurl under the hood instead of reqwest rust crate.
|
Hurl 0.99.13 now uses libcurl under the hood instead of reqwest rust crate.
|
||||||
This makes hurl even closer to curl in terms of behavior and semantic.
|
This makes hurl even closer to curl in terms of behavior and semantic.
|
||||||
|
|
||||||
|
|
||||||
Feature enhancements:
|
Changes:
|
||||||
|
|
||||||
* Improve Cookie Asserts [FEATURE #5](https://github.com/Orange-OpenSource/hurl/issues/5)
|
* Improve Cookie Asserts [#5](https://github.com/Orange-OpenSource/hurl/issues/5)
|
||||||
|
|
||||||
* Request Cookies Section should not change cookie store [FEATURE #25](https://github.com/Orange-OpenSource/hurl/issues/25)
|
* Request Cookies Section should not change cookie store [#25](https://github.com/Orange-OpenSource/hurl/issues/25)
|
||||||
|
|
||||||
* Uncompress response body for queries [FEATURE #35](https://github.com/Orange-OpenSource/hurl/issues/35)
|
* Uncompress response body for queries [#35](https://github.com/Orange-OpenSource/hurl/issues/35)
|
||||||
|
|
||||||
* Add option --compressed [FEATURE #36](https://github.com/Orange-OpenSource/hurl/issues/36)
|
* Add option --compressed [#36](https://github.com/Orange-OpenSource/hurl/issues/36)
|
||||||
|
|
||||||
* Predicates with not qualifier [FEATURE #39](https://github.com/Orange-OpenSource/hurl/issues/39)
|
* Predicates with not qualifier [#39](https://github.com/Orange-OpenSource/hurl/issues/39)
|
||||||
|
|
||||||
* Support Multiple Content-Encoding (at the same time) [FEATURE #40](https://github.com/Orange-OpenSource/hurl/issues/40)
|
* Support Multiple Content-Encoding (at the same time) [#40](https://github.com/Orange-OpenSource/hurl/issues/40)
|
||||||
|
|
||||||
* Add option -u, --user [FEATURE #41](https://github.com/Orange-OpenSource/hurl/issues/41)
|
* Add option -u, --user [#41](https://github.com/Orange-OpenSource/hurl/issues/41)
|
||||||
|
|
||||||
* Do not add header Expect automatically [FEATURE #44](https://github.com/Orange-OpenSource/hurl/issues/44)
|
* Do not add header Expect automatically [#44](https://github.com/Orange-OpenSource/hurl/issues/44)
|
||||||
|
|
||||||
* Add timeout option (--connect-timeout and --max-time) [FEATURE #30](https://github.com/Orange-OpenSource/hurl/issues/30)
|
* Add timeout option (--connect-timeout and --max-time) [#30](https://github.com/Orange-OpenSource/hurl/issues/30)
|
||||||
|
|
||||||
* Add option --compressed [FEATURE #34](https://github.com/Orange-OpenSource/hurl/issues/34)
|
* Add option --compressed [#34](https://github.com/Orange-OpenSource/hurl/issues/34)
|
||||||
|
|
||||||
* Decompress response body [FEATURE #38](https://github.com/Orange-OpenSource/hurl/issues/38)
|
* Decompress response body [#38](https://github.com/Orange-OpenSource/hurl/issues/38)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Bug fixes:
|
Bugs Fixes:
|
||||||
|
|
||||||
* Fix Host" request header with specific port [BUG #6](https://github.com/Orange-OpenSource/hurl/issues/6)
|
* Fix Host" request header with specific port [#6](https://github.com/Orange-OpenSource/hurl/issues/6)
|
||||||
|
|
||||||
* Fix Assert with different types of values [BUG #37](https://github.com/Orange-OpenSource/hurl/issues/37)
|
* Fix Assert with different types of values [#37](https://github.com/Orange-OpenSource/hurl/issues/37)
|
||||||
|
|
||||||
|
|
||||||
|
[0.99.12 (2020-08-27)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#0.99.12)
|
||||||
0.99.12 (2020-08-27)
|
==========================================================================================================
|
||||||
=====================================
|
|
||||||
|
|
||||||
Initial Release (beta)
|
Initial Release (beta)
|
||||||
|
Loading…
Reference in New Issue
Block a user