Skip to content

Releases: sdstoehr/har-reader

2.1.8

24 May 14:42
4203d61
Compare
Choose a tag to compare

Updated dependencies

2.1.7

05 Nov 18:07
6410aef
Compare
Choose a tag to compare

Updated dependencies

2.1.6

04 Oct 17:57
71b207f
Compare
Choose a tag to compare

Updated dependencies

2.1.5

06 Sep 17:47
100444d
Compare
Choose a tag to compare

Updated dependencies

2.1.4

24 May 17:13
5e1a068
Compare
Choose a tag to compare

Updated dependencies

2.1.3

18 Oct 18:19
cde6f4e
Compare
Choose a tag to compare

Updated dependencies (CVE-2018-7489)

2.1.2

02 Aug 17:28
086172d
Compare
Choose a tag to compare

Added support for several HTTP status codes, e.g. (308, 422 - 451, 505 - 511)

2.1.1

26 Jul 19:54
04e770d
Compare
Choose a tag to compare

Added support for PATCH HTTP method.

2.1.0

11 Mar 08:16
7d40353
Compare
Choose a tag to compare

Some HAR tools add additional properties, which are not defined in the HTTP Archive spec.
You are now able to access these additional properties (e.g. _transferSize in Chrome or details from WebpageTest.org):

response.getAdditional().get("_transferSize");

HAR reader now uses the latest Jackson version.

2.0.1

16 Apr 17:43
28a0421
Compare
Choose a tag to compare

When using HAR reader in lax mode, invalid integer values will now be ignored (and set to null).
This allows you to access (other fields of) a malformed HAR file.