- Do not fail on serializing types with fields having non-parametrized widgets. Fixes issue `664 <https://github.com/plone/plone.restapi/issues/664>`_. [elioschmutz]
- Make search work with a path query containing a list of paths in a virtual hosting setting. [sunew]
3.4.4
------------------
Bugfixes:
- Generalize the last bugfix solution for searching the userid on password reset requests, matching it with Plone's one. This covers all the request use cases. [sneridagh]
3.4.3
------------------
Bugfixes:
- Add "Use UUID as user ID" support for password resets [sneridagh]
3.4.2
------------------
Bugfixes:
- Add missing "Use UUID as user ID" support to POST users endpoint on user creation. Also improve the userid/username chooser by using the same process as Plone does. This fixes: https://github.com/plone/plone.restapi/issues/586 [sneridagh]