blob: 39d7e162525e730271208402248b5fd2b053e33f [file] [log] [blame]
kalnagyedd45712019-09-18 15:09:32 +02001### v0.3.3
2* Introduced delete API over REST interface for subscriptions.
3
1000044e90ddda2019-08-01 09:58:52 +02004### 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
kalnagy92162652019-07-02 15:15:49 +020012### 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 Szilagyi16d84d62019-04-24 14:51:02 +000026### 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 Uveges871fa392019-04-02 20:31:11 +000031### 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
kalnagy92162652019-07-02 15:15:49 +020045* Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library]