kalnagy | edd4571 | 2019-09-18 15:09:32 +0200 | [diff] [blame^] | 1 | ### v0.3.3 |
| 2 | * Introduced delete API over REST interface for subscriptions. |
| 3 | |
1000044 | e90ddda | 2019-08-01 09:58:52 +0200 | [diff] [blame] | 4 | ### v0.3.2 |
| 5 | * Minor code changes due to appmgr/rtmgr api differences |
| 6 | * Doc update |
| 7 | * UT fixes |
| 8 | |
| 9 | ### v0.3.1 |
| 10 | * Removed "rte" route types and made all routes to construct of "mse" literal. |
| 11 | |
kalnagy | 9216265 | 2019-07-02 15:15:49 +0200 | [diff] [blame] | 12 | ### v0.3.0 |
| 13 | * Introduced platform-specific routes: basic components (e2term, ueman, subman, e2man) are stored in a json file (example in manifests/rtmgr/rtmgr-cfg.yaml) |
| 14 | * Introduced subscription add functionality: /ric/v1/xapp-subscriptions endpoint is active, on a POST method it generates endpoint specific mse routing table entries |
| 15 | |
| 16 | ### v0.2.0 |
| 17 | * Introduced http rest functionality |
| 18 | * A way to get intial xapp data from xapp manager while booting the routing manager |
| 19 | * A way to create a sinple webhook registration in the xapp-manager to listen on updates abpout changes in xapps |
| 20 | |
| 21 | ### v0.1.1 |
| 22 | * Changes in swagger API definition |
| 23 | * UTs for SBI, SDL and RPE modules |
| 24 | * New message types according to RMR |
| 25 | |
Peter Szilagyi | 16d84d6 | 2019-04-24 14:51:02 +0000 | [diff] [blame] | 26 | ### v0.1.0 |
| 27 | * Introduces NNGPush SBI module |
| 28 | * Bugfixes in argument handling |
| 29 | * different RMR policy generator for Push and Pub communication |
| 30 | |
Balint Uveges | 871fa39 | 2019-04-02 20:31:11 +0000 | [diff] [blame] | 31 | ### v0.0.3 |
| 32 | * RMR Policy Engine has been refactored to handle receiving groups properly |
| 33 | * Debugging feature has been added |
| 34 | * Multi level logging |
| 35 | * A complex JSON file has been added to xApp Manager to test new behavior |
| 36 | |
| 37 | ### v0.0.2 |
| 38 | * RTMGR (Routing Manager) implementation in Golang |
| 39 | * Updated project folder structure |
| 40 | * Integration manifests |
| 41 | |
| 42 | ### v0.0.1 |
| 43 | * Initial version of Routing Manager for CI/CD pipeline |
| 44 | * Dummy solution: still has no real routing capability |
kalnagy | 9216265 | 2019-07-02 15:15:49 +0200 | [diff] [blame] | 45 | * Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library] |