Zurück zur Übersicht » App - API Changes

App - API Changes

Breaking changes and additions in `App` and `Messaging-Service` for each release.

App v3.0.0

MarkdownParser

Additions

App v2.9.0

Additions

App v2.8.0

Api objects

MarkdownParser

Additions

App v2.7.0

Additions

App v2.6.0

Breaking changes

Api objects

MarkdownParser

Additions

App v2.5.0

Breaking changes

Logon

Task

Document

Api objects

MarkdownParser

Additions

App v2.4.0

Role

Assigning / unassigning roles from persons now produces Json / XML (List<Person>) instead of nothing:

Changed path for assigning / unassigning multiple roles from persons. Added byaccount because of colliding paths.

Comment

Automatically set (overwrite) contact (author) of comment on update / create.

Preference

REST API path renamed: permissionfree to unrestricted.

MarkdownParser

POM matterial-api + messaging-service

Additions

App v2.3.0

Parameter documentValid removed

Parameter documentValid removed and replaced by showInvalid and showInvalidOnly. The new parameters are also available now for Search.

JSON instead of text/plain

Several interfaces will “produce” application/json / application/xml instead of text/plain:

Messaging Service v1.5

New path mail instead of messaging

Old path: /messaging-service/api/messaging.
New path: /messaging-service/api/mail.
The components of the path now are available via Api.

App v2.2.0

DocumentResource: markdownToHtml replaced by loadHtml

The misleading query parameter named markdownToHtml is replaced by loadHtml. Behaviour still keeps the same.

On true this tries to load html.
If the source is markdown, it will be converted to html.
If the source is html, the original html will be loaded.

On false this tries to load markdown, which is the default.
If the source is html, it will be converted to markdown.
If the source is markdown, the original markdown will be loaded.