This release avoids the use of the beautifulsoup library.
It comes with quite regular API changes and a bunch of warnings that require complexity to deal with if one also wants to support older versions.
All HTML parsing is now done with lxml.
Furthermore, this release reworks the 404 checks and does detection of django and symfony debugging in a separate test.