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