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