Releases: Lookyloo/har2tree
v1.24.2
Decode Tag IDs for proper indexing
Full Changelog: v1.24.1...v1.24.2
v1.24.1
Extract Google tag IDs
Full Changelog: v1.24.0...v1.24.1
v1.24.0
Update dependencies and maintenance. Improve matching captcha IDs.
What's Changed
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #265
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #264
Full Changelog: v1.23.3...v1.24.0
v1.23.3
Add cloudflare turnstile sitekey
Full Changelog: v1.23.2...v1.23.3
v1.23.2
Support or hcaptcha.
Full Changelog: v1.23.1...v1.23.2
v1.23.1
Extract recaptcha pagekey.
What's Changed
- build(deps): bump publicsuffixlist from 0.10.0.20240305 to 0.10.0.20240312 by @dependabot in #263
Full Changelog: v1.23.0...v1.23.1
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