Breaking changes:
- Replace
pkg_resourcesnamespace with PEP 420 native namespace. Support only Plone 6.2 and Python 3.10+. (#3928)
Internal:
- Move distribution to src layout [gforcada] (#4217)
Internal:
- Update configuration files. [plone devs] (6e36bcc4, 7723aeaf)
Breaking changes:
- Drop Python 2 and Plone 5.2 compatibility. [gforcada] (#6)
Internal:
- Update configuration files. [plone devs] (3333c742)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- More py3 test and functionality fixes. [pbauer, thet]
Breaking changes:
- Drop support for Python 2.6. [jensens]
New features:
- Make ZServer optional
Bug fixes:
- More fixes for Python 2 / 3 compatibility. [pbauer, thet]
Bug fixes:
- Add Python 2 / 3 compatibility [vincero]
Bug fixes:
- Remove unittest2 dependency [kakshay21]
New:
- Added events to notify before/after all/single transform(s) are executed. [jensens]
New:
- Require Zope2 >= 2.13.23 [jensens]
Fixes:
- PEP8 et al. use zca decorators, ... [jensens]
- Minor cleanup: whitespace, git ignores, rst. [gforcada, rnix, maurits]
- There was a problem with the charset regular expression, it expected one space, and only one, between mimetype and charset. So a valid values like "text/html;charset=utf-8" didn't match and default_encoding was returned. We fixed it by allowing any number of spaces (including zero). [jpgimenez]
- Fix packaging error. [esteele]
- Compute error_status and store it on request. Work around bug with Zope 2.13 publication events : response.status is not set when IPubBeforeAbort is notified. [gotcha]
- Don't transform FTP requests [rochecompaan]
- Release 1.0 Final. [esteele]
- Initial release