Changes between Version 161 and Version 162 of ReleaseNotes
- Timestamp:
- 27.05.2017 00:38:24 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v161 v162 7 7 == 2017-05-27: DeepaMehta 4.8.7 == 8 8 9 DeepaMehta 4.8.7 is a small maintenance release. 10 11 You can update any !DeepaMehta 4 installation which is not older than !DeepaMehta 4.1. For installation and update instructions see the [[https://github.com/jri/deepamehta#readme|README]]. 12 9 13 Improvements: 10 * File Service REST API: the response object of an upload-file request contains a n additional `repo_path` property: the repo path where the uploaded file is stored at server side(#1078).14 * File Service REST API: the response object of an upload-file request contains a `repo_path` property: the repository path where the uploaded file is stored at the server (#1078). 11 15 12 16 Bug fixes: 13 17 * Access Control 14 18 * Core Java API: when calling `update()` or `delete()` directly on a `Topic`/`Association` object the requesting user's WRITE permission is checked (#1075). 15 * Request Filter: no slash is appended programmatically to the paths given in `dm4.security.anonymous_read_allowed` and `dm4.security.anonymous_write_allowed` config settings (#1076).19 * Request Filter: no slash is appended programmatically to the paths given in the `dm4.security.anonymous_read_allowed` and `dm4.security.anonymous_write_allowed` config settings (#1076). 16 20 17 21 Plugin Development Framework: 18 22 * Core Java API: 19 * `de.deepamehta.core.RelatedObject` is a new common interface forboth, `RelatedTopic` and `RelatedAssociation` (ticket:941#comment:37).23 * `de.deepamehta.core.RelatedObject` is a new super interface of both, `RelatedTopic` and `RelatedAssociation` (ticket:941#comment:37). 20 24 * `de.deepamehta.core.Association`'s `getTopic()` method is renamed to `getPlayer()` and works for both, `Topic` players and `Association` players (ticket:941#comment:38). 21 25