- Fix wsgi_ini_template creation when recipe is called multiple times. [petschki] (197) - Installing the recipe twice should not break; remove use of `global` [gotcha] (198)
7.1.0
------------------
New features:
- Specify a standalone logging.ini configuration using the wsgi-logging-ini-template option in buildout. The log configuration will be injected into wsgi.ini keeping all other default wsgi config. The wsgi-logging-ini-template option cannot be used together with the wsgi-ini-template. Sakoes (59)
7.0.0
------------------
Breaking changes:
- Drop support for Python 3.7 and lower, Zope 4, Plone 5.2. [maurits] (194)
6.13.0
-------------------
New features:
- Add support for setting max_value_length in Sentry init. When you use this option, you should use `sentry-sdk` 1.29.0 or higher. [gyst] (193)
Tests
- Update tox to support python 3.10 and 3.11. (193)