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