@@ -3,19 +3,21 @@ Changes to version 1.6.0
3
3
4
4
New features and improvements:
5
5
6
- - Updated array handling (every array element is not a separate ModelNode instance)
6
+ - Updated array handling (every array element is now a separate ModelNode instance)
7
7
- IED server: added additional callbacks to control external access to the data model (required to implement RBAC)
8
8
- IED server: implemented write access handler for array elements and components of array elements (LIB61850-437)
9
9
- IED server: new function IedServer_handleWriteAccessForDataObject (LIB61850-437)
10
- - added function to get timestamp of received command (ControlAction_getT) (LIB61850-422)
11
- - added function IedClientError_toString
10
+ - IED server: added function to get timestamp of received command (ControlAction_getT) (LIB61850-422)
11
+ - IED client: added function IedClientError_toString
12
12
- Java tools: Support for time stamp Val elements
13
13
- IedServer: added configuration options to IedServerConfig to make RCB elements read-only (LIB61850-404)
14
14
- .NET API: Added functions SetReportSetting and GetReportSetting to IedServerConfig (LIB61850-404)
15
15
- IED client: added functions IedConnection_setRCBValuesAsync and IedConnection_getRCBValuesAsync (LIB61850-334)
16
16
- TLS: TLS version 1.3 can be supported when mbedtls 3.6 is used when compiling the library (using mbedtls 2.28 is still possible)
17
17
- BETA: Support for R-GOOSE and R-SV
18
18
- BETA: SNTP client code
19
+ - IED server: extended config file format to better support arrays (LIB61850-415)
20
+
19
21
20
22
Other changes:
21
23
@@ -39,11 +41,14 @@ Fixed bugs and vulnerabilities:
39
41
- fixed - potential race condition when using IedConnection_installReportHandler and IedConnection_uninstallReportHandler
40
42
- fixed - IEC 61580 server: dataset is not released when RCB.Datset is set to empty string by client (LIB61850-425)
41
43
- Vulnerability: MMS client: fixed - parsing of servicecsSupported in MMS init response is off by one (LIB61850-419)(#469)
44
+ - fixed DPC status bug in beaglebone demo
45
+ - IED cllient: fixed memory leak and memory handling problem in function IedConnection_readDataSetValuesAsync (LIB61850-439)
46
+ - IED server: fixed crash when client tries to write complete SGCB structure
42
47
43
48
44
49
45
- Changes to version 1.5.3
46
- ------------------------
50
+ Changes to version 1.5.3 (Dec 18, 2023)
51
+ ---------------------------------------
47
52
48
53
New features and improvements:
49
54
0 commit comments