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