plone.recipe.zope2instance: 6.12.1 → 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) - Add ``dos_protection`` config. With Zope 5.8.4+ you may get ``zExceptions.BadRequest: data exceeds memory limit`` when uploading an image or file of more than 1 MB. To increase this limit, you can add this in your instance recipe, and choose your own limit:: zope-conf-additional = form-memory-limit 4MB [@mamico] (#191) Tests - Update tox to support python 3.10 and 3.11. (#193) Plone: 5.2.14 → 5.2.15 ---------------------- Bug fixes: - Release Plone 5.2.15. [maurits] plone.app.discussion: 3.4.7 → 3.4.9 ----------------------------------- New features: - Provide HCaptcha if plone.formwidget.hcaptcha is installed. @ksuess (#230) Bug fixes: - Apply validation for all captchas. @ksuess (#233) plone.app.linkintegrity: 3.6.1 → 3.6.2 -------------------------------------- Bug fixes: - Report sources once per breach in delete_confirmation_info. [jaroel] (#95) plone.app.locales: 5.1.33 → 5.1.34 ---------------------------------- - Update Portuguese translation [ksuess] plone.app.upgrade: 2.1.7 → 2.1.8 -------------------------------- Bug fixes: - Added upgrade to 5223, Plone 5.2.15. [maurits] (#5223) plone.app.z3cform: 3.2.4 → 3.2.5 -------------------------------- Bug fixes: - Make labels/legends of fieldsets translatable. [ksuess] (#87) plone.restapi: 7.8.3 → 7.9.0 ---------------------------- New features: - Added `@site` and `@navroot` endpoints. @erral (#1464) - New version pins to run tests [erral] (#1721) Products.CMFPlone: 5.2.14 → 5.2.15 ---------------------------------- Bug fixes: - Check for container field / attribute when trying to create content with same id [laulaz] (#3847) - Fix problem when adding a Plone site with a custom INonInstallable utility without a getNonInstallableProfiles method. (#3862) - Update metadata version to 5223, Plone 5.2.15. [maurits] (#5223) plone.app.debugtoolbar: 1.3.0 → 1.4.0 ------------------------------------- New features: - Added more improvements about i18n support [macagua] Updated Spanish translation [macagua] Updated the documentation [macagua] Upgraded the buildout configuration to Plone 6.0 version [macagua] (#31) plone.app.blocks: 5.2.1 → 5.2.2 ------------------------------- - No longer test on Python 3.7 or on Plone 6.0. For Plone 6 you can use version 7 or higher. Plone 5.1 is officially still supported, and Python 2.7 as well. [maurits] - Fix for AttributeError in linkintegrity code when pasting a folder containing a page with tiles. Related to `issue 97 `_. [cillianderoiste]