Changes between Version 161 and Version 162 of ReleaseNotes


Ignore:
Timestamp:
27.05.2017 00:38:24 (8 years ago)
Author:
jri
Comment:

4.8.7 release notes, revision 1

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v161 v162  
    77== 2017-05-27: DeepaMehta 4.8.7 == 
    88 
     9DeepaMehta 4.8.7 is a small maintenance release. 
     10 
     11You 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 
    913Improvements: 
    10 * File Service REST API: the response object of an upload-file request contains an 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). 
    1115 
    1216Bug fixes: 
    1317* Access Control 
    1418    * 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). 
    1620 
    1721Plugin Development Framework: 
    1822* Core Java API: 
    19     * `de.deepamehta.core.RelatedObject` is a new common interface for both, `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). 
    2024    * `de.deepamehta.core.Association`'s `getTopic()` method is renamed to `getPlayer()` and works for both, `Topic` players and `Association` players (ticket:941#comment:38). 
    2125