Routing manager v0.3.3
[ric-plt/rtmgr.git] / RELNOTES
1 ### v0.3.3
2 * Introduced delete API over REST interface for subscriptions.
3
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
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
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
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
45 * Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library]