- Fix admin password used in tests. [davisagli] (70)
7.0.0b2
--------------------
New features:
- Increase the minimum password length to 8 characters. [davisagli] (69)
7.0.0b1
--------------------
Bug fixes:
- Apply `isort`, `black`, `pyupgrade` and manual removal of six leftovers. Fix `PIL` deprecation warning, assume `PIL` is always there. Make `mypy` happy again. [jensens] (68)
7.0.0a3
--------------------
New features:
- Add separate `GenericSetup` profile to switch the Zope root `/acl_users` to use a simple cookie login form. Useful when Zope root login and logout need to synchronize authentication state between multiple plugins, which is not possible with HTTP `Basic ...` authentication. [rpatterson] (65) (zope-root-cookie)
- Drop support for Plone 5.2 and Python 2.7. [maurits] (61)
Bug fixes:
- Support for Pillow 8. [jensens] (61) - Fixed tests for cookie auth to also work with `zope.interface` 5.3.0. This uses simpler representations for interfaces. Tests now pass with earlier and later versions. [maurits] (237)