Client API v1.6.14
Fixed an issue where the GET /messages call would fail if a message could not be processed correctly
Changes related to bug fixes
View All TagsFixed an issue where the GET /messages call would fail if a message could not be processed correctly
The previous release fixed an issue where the changeOwner event didn't include the newOwner property. This release
fixes another potential scenario where this could happen.
Fixed an issue where we send out a changeOwner event, to the services, when the ownership did not actually change.
This event also didn't include the newOwner property.
Fixed an issue where the GET /messages call would fail if a message could not be processed correctly
Fixed a bug where markdown urls were not correctly rendered if more than one exist on the same line;
[Goolge](https://google.com) and [Bing](https://bing.com) are both search engines
Fixed bug where url's were not correctly rendered in cases where a double qoute (") was used, on the same line, before
the url;
This is a url to the "Google" search engine [Goolge](https://google.com)
This is now fixed so the url should correctly render
Added a fix for not being able to show images that were uploaded using an older API version.
Media filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.
Removed obsolete filename check which prevented the use of uuid as filename.
Removed obsolete filename check which prevented the use of uuid as filename.