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