diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -124,4 +124,19 @@ to use add the folowing depandency to your POM file: ## 1.4.7 ### Bug fix: -1. **validation fix** Null value caused to NullPointerException in validate function in DataEntity
\ No newline at end of file +1. **validation fix** Null value caused to NullPointerException in validate function in DataEntity + + +## 1.4.8 + +### Features: +1. A new API is declared: + +*List<IEntityDetails> getEntity(EntityQuery entityQuery, TopologyTemplateQuery topologyTemplateQuery, boolean isRecursive)* + +It is designed to retrieve details of one or more entity templates from corresponding topology template according to provided query parameters + +2. Mock-up version of **getEntity** API is implemented. + +### Note: +This version is intended for SDN-C team usage only. |