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