Breaking Changes:
- Remove components navigation and breadcrumbs. Use top level
navigation and breadcrumb endpoints instead. timo
- Remove "sharing" attributes from GET response. timo,jaroel
- Convert richtext using .output*relative_to. Direct conversion from
RichText if no longer supported as we *\_always\* need a context for
the ITransformer. jaroel
New Features:
- Add fullobjects parameter to content GET request. timo
- Include descriptions of modified fields in object-modified event.
buchi
- Add uninstall profile davilima6
- Add `include_items` option to `SerializeFolderToJson`. Gagaro
Bugfixes:
- Fix error messages for password reset (wrong user and wrong
password). csenger
- Fix 440, URL and id wrong in second level get contents call for
folderish items. sneridagh
- Fix 441, GET in a folderish content with 'fullobjects' is
including all items recursively. sneridagh
- Fix 443, Ensure the userid returned by `authenticateCredentials` is
a byte string and not unicode. Gagaro