Changes between Version 160 and Version 161 of ReleaseNotes


Ignore:
Timestamp:
27.05.2017 00:25:22 (8 years ago)
Author:
jri
Comment:

4.8.7 release notes, pt. 1

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v160 v161  
    22 
    33= Release Notes = 
     4 
     5---- 
     6 
     7== 2017-05-27: DeepaMehta 4.8.7 == 
     8 
     9Improvements: 
     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). 
     11 
     12Bug fixes: 
     13* Access Control 
     14    * 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). 
     16 
     17Plugin Development Framework: 
     18* Core Java API: 
     19    * `de.deepamehta.core.RelatedObject` is a new common interface for both, `RelatedTopic` and `RelatedAssociation` (ticket:941#comment:37). 
     20    * `de.deepamehta.core.Association`'s `getTopic()` method is renamed to `getPlayer()` and works for both, `Topic` players and `Association` players (ticket:941#comment:38). 
    421 
    522----