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