python-v2.8.0

XTLS/Xray-corepython-v2.8.0Jul 20, 2026by github-actions[bot]

AI Summary

The Python library updates to v2.8.0, mirroring the changes found in the Node.js release, specifically improving layout analysis and image handling.

Key Highlights

  • Added layout complexity signals to the isComplex function
  • Switched to pure-rust image conversion, dropping ImageMagick dependency

New Features

  • Layout complexity signals in isComplex
  • Pure-rust image conversion

Full Release Notes

## What's Changed
* feat: add layout complexity signals to isComplex by @logan-markewich in https://github.com/run-llama/liteparse/pull/369
* feat: pure-rust image conversion, drop imagemagick by @AstraBert in https://github.com/run-llama/liteparse/pull/348


**Full Changelog**: https://github.com/run-llama/liteparse/compare/docker-v2.7.0...python-v2.8.0