support-multiple-ric-instances
[portal/ric-dashboard.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2019 AT&T Intellectual Property
4
5 RIC Dashboard Release Notes
6 ===========================
7
8 Version 2.0.0, 20 Dec 2019
9 --------------------------
10 * Change application properties file to YAML format
11 * Add mock list of RIC instances to application properties
12 * Add admin controller method to fetch list of RIC instances
13 * Drop AUX cluster container list fetched via CAAS Ingress
14 * Revise controller methods to require RIC instance key
15 * Upgrade to Spring-Boot 2.1.11.RELEASE
16 * Add instance-selector service
17 * Revise ac-xapp, app-mgr, caas-ingress, e2-mgr service to support multiple ric instances
18 * Revise ac-xapp, app-control, catalog, caas-ingress, ran-control components to listen to the instance change
19
20 Version 1.3.0, 26 Nov 2019
21 --------------------------
22 * This is the Amber release version
23 * Revise e2-mgr-client to use API spec in new submodule ric-plt/e2mgr;
24   removed cached copy
25 * Silence many Sonar complaints
26 * Revise license statements in documentation files
27 * Revise stats screen to drop mock load, pendulum, reporting items
28 * Remove ANR xApp
29
30 Version 1.2.4, 24 Oct 2019
31 --------------------------
32 * This version is used for the AT&T/Nokia co-create PIZ trials Nov 2019.
33 * Revise a1-med-client to use API spec in new submodule ric-plt/a1;
34   removed cached copy
35 * Revise app manager client to use API spec in new submodule ric-plt/appmgr;
36   removed cached copy
37 * Add Platform page showing Kubernetes pods in aux and platform obtained from CAAS-Ingress
38 * Update Angular libraries to recent stable versions
39 * Revise user controller to answer data sent by portal, drop the mock implementation
40 * Set global style for page titles
41 * Align page titles to top left,decrease font size
42 * Update EPSDK-FW to version 2.6
43 * Make constructor robust to missing caasingress.insecure property
44 * Repair bug that omitted slashes in CAAS-Ingress URL builder
45 * Improve the dark mode
46 * Show container ready count with total count
47
48 Version 1.2.3, 4 Oct 2019
49 -------------------------
50 * Serve unauthenticated user a login-at-portal page without using redirect
51 * Upgrade to Spring-Boot 2.1.9.RELEASE
52
53 Version 1.2.2, 27 Sep 2019
54 --------------------------
55 * Support Portal security using EPSDK-FW cookie and user management
56
57 Version 1.2.1, 20 Sep 2019
58 --------------------------
59 * Repair E2 URLs in front end like endc-setup/endcSetup
60 * Extend ANR mock feature to persist edits for demos
61 * Block whitespace in E2 IP input field validation
62 * Relax validation in E2 RAN name field validation
63 * Make RAN connection table robust to missing fields
64 * Install curl when building Docker image
65
66 Version 1.2.0, 11 Sep 2019
67 --------------------------
68 * Split URL properties into prefix/suffix parts
69 * Add jacoco plugin to back-end for code coverage
70 * Compile with Java version 11, use base openjdk:11-jre-slim
71 * Clean code of issues reported by Sonar
72 * Drop mock RAN names feature that supported R1 testing
73 * Extend mock endpoints to simulate delay seen in tests
74 * Move mock configuration classes into test area
75 * Update App manager client to spec version 0.1.7
76 * Add controller for page refresh of Angular routes
77 * Extend E2 mock configuration for demo purposes
78 * Add pattern for matching AC/admin application name
79 * Add custom (plain but not white-label) error page
80 * Synch A1 method paths in front-end and back-end
81 * Add xapp dynamic configuration feature
82 * Disable x-frame-options response header
83 * Repair app manager undeploy-app back/front methods
84 * Display AC xAPP metrics data via Kibana source (metrics.url.ac) on dashboard
85 * Pass AC policy parameter without parsing as JSON
86 * Use snake_case (not camelCase) names in AC policy front end
87 * Update A1 mediator client to spec version 0.10.3
88 * Extend AC control screen to read policy from A1
89 * Create loading-dialog component and service
90 * Showing the loading-dialog while making API call
91 * Add notification and error handling for xapp configuration
92 * Update E2 manager client to spec version 2.0.5 of 2019-09-11
93 * Display MC xAPP metrics data via Kibana source (metrics.url.mc) on dashboard
94
95 Version 1.0.5, 5 July 2019
96 --------------------------
97 * Upgrade to Angular version 8
98 * Upgrade to Spring-Boot 2.1.6.RELEASE
99 * Align AC xApp policy page title
100 * Update E2 manager client to spec version 20190703
101 * Add configuration-driven mock of E2 getNodebIdList
102 * Revise front-end components to use prefix 'rd'
103 * Improve error handling in BE and FE code
104 * Revise the notification service to display multiple notifications
105 * Add JUnit test cases for controller methods
106
107 Version 1.0.4, 27 June 2019
108 ---------------------------
109 * Add AC xApp neighbor control screen
110 * Add ANR xApp neighbor cell relation table
111 * Drop the pendulum xApp control screen
112 * Add column sorting on xApp catalog, xApp control, ANR
113 * Add disconnect-all button to RAN connection screen
114 * Extend E2 service with disconnect-all method
115 * Update ANR xApp client to spec version 0.0.8
116 * Update E2 manager client to spec version 20190620
117 * Adjust CSS and HTML for main container positioning
118 * Revise config property keys to use URL (not basepath)
119 * Left menu overlap main content fix
120 * Extend back-end controllers to return error details
121 * Add feature resilient to malformed instance data
122 * Extend Xapp Controller with config endpoints
123 * Add build number to dashboard version string
124 * Move mock admin screen user data to backend
125 * Update App manager client to spec version 0.1.5
126 * Move RAN connection feature to control screen
127 * Rework admin table
128 * Update the notification service
129 * Move RAN connection feature to control screen
130 * Repair deploy-app feature and use icon instead of text button
131
132 Version 1.0.3, 28 May 2019
133 --------------------------
134 * Add AC xApp controller to backend
135 * Add AC xApp interface to frontend
136 * Add RAN type radio selector to connection setup
137 * Update ANR xApp client to spec version 0.0.7
138 * Update E2 manager client to spec version 20190515
139 * Update xApp manager client to spec version 0.1.4
140 * Add get-version methods to all controllers
141 * Add simple page footer with copyright and version
142 * Add AC and ANR xApp services
143 * Rename signal service to E2 Manager service
144 * Use XappMgrService to replace ControlService and CatalogService
145 * Apply mat-table to control and catalog
146 * RAN Connection screen upgrade to mat-table
147
148 Version 1.0.2, 13 May 2019
149 --------------------------
150 * Update A1 mediator client to version 0.4.0
151 * Add E2 response message with timestamp and status code
152 * Fetch xAPP instance status information from xAPP Manager and display in dashboard
153 * Allow the user to initiate an E2 (X2) connection between RIC and gNB/eNB
154 * User input validations on connections between RIC and eNB/gNB in the dashboard
155 * Add ANR xApp backend with mock implementation
156 * Add undeploy xApp function
157 * Add shared confirm dialog
158 * Add shared notification
159
160 Version 1.0.1, 6 May 2019
161 -------------------------
162 * Add draft A1 Mediator API definition
163 * Use E2 Manager API definition dated 2 May 2019, with tag modifications
164 * Adjust group IDs and packages for name O-RAN-SC; drop ORAN-OSC
165 * Add ANR API spec and client code generator
166 * Update xApp Manager API spec to version 0.1.2
167
168 Version 1.0.0, 30 Apr 2019
169 --------------------------
170 * Initial version