Releases: sdstoehr/har-reader
Releases · sdstoehr/har-reader
2.1.8
Updated dependencies
2.1.7
Updated dependencies
2.1.6
Updated dependencies
2.1.5
Updated dependencies
2.1.4
Updated dependencies
2.1.3
Updated dependencies (CVE-2018-7489)
2.1.2
Added support for several HTTP status codes, e.g. (308, 422 - 451, 505 - 511)
2.1.1
Added support for PATCH
HTTP method.
2.1.0
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
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.