Release of Routing Manager v0.3.0
[ric-plt/rtmgr.git] / RELNOTES
1 ### v0.3.0
2 * Introduced platform-specific routes: basic components (e2term, ueman, subman, e2man) are stored in a json file (example in manifests/rtmgr/rtmgr-cfg.yaml)
3 * Introduced subscription add functionality: /ric/v1/xapp-subscriptions endpoint is active, on a POST method it generates endpoint specific mse routing table entries
4
5 ### v0.2.0
6 * Introduced http rest functionality
7 * A way to get intial xapp data from xapp manager while booting the routing manager
8 * A way to create a sinple webhook registration in the xapp-manager to listen on updates abpout changes in xapps
9
10 ### v0.1.1
11 * Changes in swagger API definition
12 * UTs for SBI, SDL and RPE modules
13 * New message types according to RMR
14
15 ### v0.1.0
16 * Introduces NNGPush SBI module
17 * Bugfixes in argument handling
18 * different RMR policy generator for Push and Pub communication
19
20 ### v0.0.3
21 * RMR Policy Engine has been refactored to handle receiving groups properly
22 * Debugging feature has been added
23 * Multi level logging
24 * A complex JSON file has been added to xApp Manager to test new behavior
25
26 ### v0.0.2
27 * RTMGR (Routing Manager) implementation in Golang 
28 * Updated project folder structure
29 * Integration manifests
30
31 ### v0.0.1
32 * Initial version of Routing Manager for CI/CD pipeline 
33 * Dummy solution: still has no real routing capability
34 * Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library]