This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
Releases: AmanoTeam/Unalix
Releases · AmanoTeam/Unalix
Unalix v0.9
- Initial Python 3.11 support
- Update regex rules
- Update CA bundle
- Provide fix for AmanoTeam/Unalix-nim#5
Unalix v0.8.1
- Hotfix release due to #2
Unalix v0.8
- Python 3.10 support
- Added
aunshort_url()
- This is the asynchronous version of
unshort_url()
with almost all of its features
- This is the asynchronous version of
Unalix v0.7
Changes
- Update regex rules
- Update CA bundle
- Bug fixes
New features
- Add
stripDuplicates
andstripEmpty
parameters toclear_url()
Unalix v0.6
Unalix has been completely rewritten in this version.
Below are the most relevant changes:
- Compile and save regex patterns for post usage
- Use a fixed User-Agent string for all HTTP requests
- Replace httpx with Python's built-in http.client module
- Try to extract redirect URLs from response body when there is no HTTP redirect to follow (disabled by default)
Other changes:
- Update regex rules
- Update CA bundle
Unalix v0.5
some improvements