#516 Add Props setting allow_public_view -- update release_notes

This commit is contained in:
hongwei1 2017-05-10 10:41:14 +02:00
parent 7f95a5c4f4
commit 4b23871d11

View File

@ -16,6 +16,6 @@ Date Commit Action
20/02/2017 d8b6907 added new pair to props : # If true, get counterparties from OBP db, else put message on Kafka queue. <--> get_counterparties_from_OBP_DB = true
05/04/2017 added 8 new caching props to sample.props.template which start with connector.cache.ttl.seconds.* and end with function names (getBank, getBanks, getAccount, getAccounts, getTransaction, getTransactions, getCounterpartyFromTransaction, getCounterpartiesFromTransaction). If it's omitted default value is 0 i.e. no caching.
02/05/2017 3084827 added 1 new caching props to sample.props.template connector.cache.ttl.seconds.APIMethods121.getTransactions. If it's omitted default value is 0 i.e. no caching. This cacahe is from API level.
09/05/2017 5cf738c added allow_public_views=false, we will not create the public views and will not access them (if public views are exsiting)when it is false.
10/05/2017 7f95a5c added allow_public_views=false, we will not create the public views and will not access them (if public views are exsiting)when it is false.
```