Releases: Lookyloo/har2tree
Releases · Lookyloo/har2tree
v1.23.0
What's Changed (since 1.22.0)
- Improve support of generic types in responses
- Improve IDNA domains handling
- Use strict typing
- Bump deps, maintenance
Full Changelog: v1.22.0...v1.23.0
(very) Late February release
Since the v1.17.0 release, we updated the dependencies and adapted the code accordingly.
April 2021 - Bugfixes and Maintenance
The changes in his library are mostly related to unexpected contents in HAR files, or in the HTML content. The dependencies are also up-to-date.
We also require python 3.8 or more recent.
First documented release
This project is mostly (only?) used by Lookyloo and we never documented any release until now, so these release notes won't me exhaustive.
TL;DR: the tree generated out of HTTP Archive is a lot more complete and over the last few months, we added the following features:
- Better decoding of content in requests
- Extract and decode resources from embedded content
- Support for HAR export from Chrome/Chromium
- Debug mode to track a specific domain/URL
- Many, many bugfixes and dependencies updates