- Fire ModifiedEvent when field is set to null in a PATCH request. [phgross] (802)
- Testing: Drop freezegun and instead selectively patch some timestamp accessors. [lgraf] (803)
4.5.0
------------------
New features:
- Add querystring-search endpoint that returns the results of a search using a p.a.querystring query. [sneridagh] (789) - Use Plone 5.2 and Python 3 as default to generate documentation. [timo] (800)
Bug fixes:
- Make group serializer results predictable by returning sorted item results. [timo] (798)
4.4.0
------------------
New features:
- Add querystring endpoint that dumps p.a.querystring config. [lgraf] (754)
Bug fixes:
- Fix typo in the ``tiles_layout`` field title name. [sneridagh] (785)
4.3.1
------------------
Bug fixes:
- Fix sharing POST when called on the plone site root [csenger] (780)
4.3.0
------------------
New features:
- Support retrieval of additional metadata fields in summaries in the same way as in search results. [buchi] (681)
4.2.0
------------------
New features:
- Make types endpoint expandable. [lgraf] (766) - Factor out permission checks in users endpoint to make it more easily customizable. [lgraf] (771)
Bug fixes:
- Gracefully handle corrupt images when serializing scales. [lgraf] (729) - Docs: Make sure application/json+schema examples also get syntax highlighted. [lgraf] (764) - Return empty response for status 204 (No Content). [buchi] (775) - Return status 400 if a referenced object can not be resolved during deserialization. [lgraf] (777)