Skip to content

Commit 52a6007

Browse files
vlevendelseba5
authored andcommittedApr 15, 2019
ESDK-3242: Updated READMEs for version ESDK1.3.0.G1
1 parent e6ef6a5 commit 52a6007

File tree

6 files changed

+54
-67
lines changed

6 files changed

+54
-67
lines changed
 

‎Cpp-C/CHANGELOG

+12-23
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,29 @@ number to the version number.
1515
Also note that emergency releases may only be partial (i.e., Java or C++/C only).
1616

1717
----------------------------------------------------------------------------------------
18-
CURRENT RELEASE HIGHLIGHTS - ESDK C/CPP 1.3.0.L1 aka EMA 3.3.0.L1 and ETA 3.3.0.L1
18+
CURRENT RELEASE HIGHLIGHTS - ESDK C/CPP 1.3.0.G1 aka EMA 3.3.0.G1 and ETA 3.3.0.G1
1919
----------------------------------------------------------------------------------------
2020

21-
New Features Added
22-
------------------
23-
This ESDK release provides support for EDP Session management (token renewal)
24-
and Service Discovery (discovering host/port information based on Cloud region
25-
and type of connection ). Also available is added support for encrypted
26-
transport using openSSL versions 1.0.X and 1.1.X on Windows and Linux for EMA
27-
C++ and ETA C. Also in this release, all external dependencies such as libxml2, zlib,
28-
lz2 rely on associated external distribution locations and incorporated into build using cmake.
29-
30-
3121
Customer Issues Resolved
3222
------------------
3323

34-
EMA C++
24+
EMA C++ & ETA C
3525
-------
36-
[Case Number: 05257390] - [ESDK-484] - EMA Consumer application that requests a streaming source directory does not receive source directory updates.
37-
[Case Number: 05533464, GitHub #74] - [ESDK-619] - RMTES Partial updates are not processed correctly if OmmRmtes.toString() is called before OmmRmtes.apply() is called
38-
[Case Number: 06643952] - [ESDK-1622] - Elektron-SDK-BinaryPack should be optional, client can't download external resources via git
39-
[GitHub #81] - [ESDK-1760] - Fix uname program name in cmake setup
40-
[Case Number: 07023993] - [ESDK-2599] - Require a new utility or interface similar to asHexString that shows raw hex output
41-
42-
ETA C
43-
-------
44-
[Case Number: 05543578] - [ESDK-627] - Remove references to UPA in ETA C and ETA Java Developers Guide
45-
46-
26+
[GitHub #98] - [ESDK-3194] - Documentation improvements for EDP examples
4727

4828
----------------------------------------------------------------------------------------
4929
FULL CHANGELOG
5030
----------------------------------------------------------------------------------------
5131

32+
---------------------------------------------
33+
ESDK C++/C Release 1.3.0.G1 (April 16, 2019)
34+
---------------------------------------------
35+
36+
EMA/ETA C/C++ 3.3.0.G1 Issues Resolved
37+
--------------------------------
38+
[ESDK-3194] - Documentation improvements for EDP examples [GitHub #98]
39+
[ESDK-3239] - CMake fix for build of cjson libraries
40+
5241
---------------------------------------------
5342
ESDK C++/C Release 1.3.0.L1 (March 26, 2019)
5443
---------------------------------------------

‎Cpp-C/Ema/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ Shared library use is similar to static library use, however there are several k
102102

103103
Library Name Package Version
104104
------------ ---------------
105-
libema.lib ema3.3.0.L1
105+
libema.lib ema3.3.0.G1
106106

107107
##### Shared Library Manifest
108108

109109
Library Name Package Version
110110
------------- ---------------
111-
libema.lib ema3.3.0.L1
112-
libema.dll ema3.3.0.L1
111+
libema.lib ema3.3.0.G1
112+
libema.dll ema3.3.0.G1
113113

114114
#### Linux
115115

@@ -129,13 +129,13 @@ This will create all necessary soft links for example makefiles to link. It is
129129

130130
Library Name Package Version
131131
------------- --------------
132-
libema.a ema3.3.0.L1
132+
libema.a ema3.3.0.G1
133133

134134
##### Shared Library Manifest
135135

136136
Library Name Binary Version Package Version
137137
------------- -------------- ----------------
138-
libema.so.3.3.0.0 libema.so.6 ema3.3.0.L1
138+
libema.so.3.3.0.1 libema.so.6 ema3.3.0.G1
139139

140140

141141
# EMA C++ Issues and Workarounds
@@ -167,7 +167,7 @@ This will create all necessary soft links for example makefiles to link. It is
167167
EU ECCN: None
168168
Export Code: NL
169169
Security Compliance: Thomson Reuters Security Compliant
170-
Template Version Supported: v4.20.35_TREP_19.21 for RWF and Marketfeed Record Templates
170+
Template Version Supported: v4.20.36_TREP_19.31 for RWF and Marketfeed Record Templates
171171

172172
# Notes:
173173
- This package contains APIs that are subject to proprietary and opens source licenses. Please make sure to read the top level README.md files for clarification.

‎Cpp-C/Eta/README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Shared library use is similar to static library use, however there are several k
166166

167167
Library Name Package Version
168168
------------ ---------------
169-
librssl.lib eta3.3.0.L1
170-
librsslVA.lib eta3.3.0.L1
169+
librssl.lib eta3.3.0.G1
170+
librsslVA.lib eta3.3.0.G1
171171
librsslVACache.lib eta3.3.0.L1
172172
libansi.lib eta3.3.0.L1
173173
libdacs.lib eta3.3.0.L1
@@ -176,12 +176,12 @@ Shared library use is similar to static library use, however there are several k
176176

177177
Library Name Package Version
178178
------------- ---------------
179-
librssl.dll eta3.3.0.L1
180-
librssl.lib eta3.3.0.L1
181-
librssl.pdb eta3.3.0.L1
182-
librsslVA.dll eta3.3.0.L1
183-
librsslVA.lib eta3.3.0.L1
184-
librsslVA.pdb eta3.3.0.L1
179+
librssl.dll eta3.3.0.G1
180+
librssl.lib eta3.3.0.G1
181+
librssl.pdb eta3.3.0.G1
182+
librsslVA.dll eta3.3.0.G1
183+
librsslVA.lib eta3.3.0.G1
184+
librsslVA.pdb eta3.3.0.G1
185185
librsslVACache.dll eta3.3.0.L1
186186
librsslVACache.lib eta3.3.0.L1
187187
librsslVACache.pdb eta3.3.0.L1
@@ -203,8 +203,8 @@ This will create all necessary soft links for UPA example makefiles to link. It
203203

204204
Library Name Package Version
205205
------------ ---------------
206-
librssl.a eta3.3.0.L1
207-
librsslVA.a eta3.3.0.L1
206+
librssl.a eta3.3.0.G1
207+
librsslVA.a eta3.3.0.G1
208208
librsslVACache.a eta3.3.0.L1
209209
libansi.lib eta3.3.0.L1
210210
libdacs.lib eta3.3.0.L1
@@ -213,8 +213,8 @@ This will create all necessary soft links for UPA example makefiles to link. It
213213

214214
Library Name Binary Version Package Version
215215
------------- -------------- ----------------
216-
librssl.so.3.3.0.0 librssl.so.9 eta3.3.0.L1
217-
librsslVA.so.3.3.0.0 librsslVA.so.11 eta3.3.0.L1
216+
librssl.so.3.3.0.1 librssl.so.9 eta3.3.0.G1
217+
librsslVA.so.3.3.0.1 librsslVA.so.11 eta3.3.0.G1
218218
librsslVACache.so.3.3.0.0 librsslVACache.so.3 eta3.3.0.L1
219219

220220

@@ -247,7 +247,7 @@ This will create all necessary soft links for UPA example makefiles to link. It
247247
EU ECCN: None
248248
Export Code: NL
249249
Security Compliance: Thomson Reuters Security Compliant
250-
Template Version Supported: v4.20.35_TREP_19.21 for RWF and Marketfeed Record Templates
250+
Template Version Supported: v4.20.36_TREP_19.31 for RWF and Marketfeed Record Templates
251251

252252
# Notes:
253253
- This package contains APIs that are subject to proprietary and opens source licenses. Please make sure to read the top level README.md files for clarification.

‎Java/CHANGELOG

+16-18
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,34 @@ number to the version number.
1515
Also note that emergency releases may only be partial (i.e., Java or C++/C only).
1616

1717
----------------------------------------------------------------------------------------
18-
CURRENT RELEASE HIGHLIGHTS - ESDK Java 1.3.0.L1 aka EMA 3.3.0.L1 and ETA 3.3.0.L1
18+
CURRENT RELEASE HIGHLIGHTS - ESDK Java 1.3.0.G1 aka EMA 3.3.0.G1 and ETA 3.3.0.G1
1919
----------------------------------------------------------------------------------------
2020

21-
New Features Added
22-
------------------
23-
This ESDK release provides support for EDP Session management (token renewal)
24-
and Service Discovery (discovering host/port information based on Cloud region
25-
and type of connection ).
26-
2721
Customer Issues Resolved
2822
------------------
2923

3024
EMA Java
3125
--------
32-
[Case Number: 05257390] - [ESDK-484] - EMA Consumer application that requests a streaming source directory does not receive source directory updates.
33-
[Case Number: 05533464, GitHub #74] - [ESDK-619] - RMTES Partial updates are not processed correctly if OmmRmtes.toString() is called before OmmRmtes.apply() is called
34-
[Case Number: 06902288] - [ESDK-1766] - EMA returns messages to incorrect appClient when OmmConsumer is shared between multiple threads
35-
[Case Number: 07023993] - [ESDK-2599] - Require a new utility or interface similar to asHexString that shows raw hex output
36-
[Case Number: 07244571] - [ESDK-2633] - EMA batch requests consume way more memory than the individual requests.
37-
38-
ETA Java
39-
--------
40-
[Case Number: 05543578] - [ESDK-627] - Remove references to UPA in ETA C and ETA Java Developers Guide
41-
[Case Number: 07232265] - [ESDK-2624] - DateTime is incorrectly implemented as local time rather than GMT
42-
26+
[GitHub #98] - [ESDK-3194] - Documentation improvements for EDP examples
4327

4428
----------------------------------------------------------------------------------------
4529
FULL CHANGELOG
4630
----------------------------------------------------------------------------------------
4731

32+
--------------------------------------------
33+
ESDK Java Release 1.3.0.G1 (April 16, 2019)
34+
--------------------------------------------
35+
36+
EMA Java 3.3.0.G1 Issues Resolved
37+
---------------------------------
38+
[ESDK-3194] - Documentation improvements for EDP examples [GitHub #98]
39+
40+
ETA Java 3.3.0.L1 Issues Resolved
41+
---------------------------------
42+
[ESDK-3198] - Unsolicited Refresh is not fanned out to first stream when two
43+
streams are aggregated by Reactor Watchlist when second stream is a full view.
44+
[ESDK-3196] - Fix to Watchlist consumer for -tunnel
45+
4846
--------------------------------------------
4947
ESDK Java Release 1.3.0.L1 (March 26, 2019)
5048
--------------------------------------------

‎Java/Ema/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In addtion, HTML documentation is available in Java/Ema/Docs. For addtional docu
7777

7878
Library Name Package Version
7979
------------ ----------------
80-
ema-3.3.0.0.jar ema3.3.0.L1
80+
ema-3.3.0.1.jar ema3.3.0.G1
8181

8282
# EMA Java Issues and Workarounds
8383

@@ -102,7 +102,7 @@ In addtion, HTML documentation is available in Java/Ema/Docs. For addtional docu
102102
EU ECCN: None
103103
Export Code: NL
104104
Security Compliance: Thomson Reuters Security Compliant
105-
Template Version Supported: v4.20.35_TREP_19.21 RWF for and Marketfeed Record Templates
105+
Template Version Supported: v4.20.36_TREP_19.31 for RWF and Marketfeed Record Templates
106106

107107
# Notes
108108
- This package contains APIs that are subject to proprietary and opens source licenses. Please make sure to read the top level README.md files for clarification.

‎Java/Eta/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,19 @@ The distribution contains several JAR files and other non-Java libraries, intend
115115

116116
Library Name Package Version Description
117117
------------ ---------------- -----------
118-
upa-3.3.0.0.jar eta3.3.0.L1 The ETA - Java Edition library. Includes
118+
upa-3.3.0.1.jar eta3.3.0.G1 The ETA - Java Edition library. Includes
119119
the ETA transport package and the RWF codec.
120120

121-
upaValueAdd-3.3.0.0.jar eta3.3.0.L1 The Value Add library for ETA Java Edition.
121+
upaValueAdd-3.3.0.1.jar eta3.3.0.G1 The Value Add library for ETA Java Edition.
122122
Includes the ETA Value Add Reactor and
123123
Administration Domain Model Representations.
124124

125-
upaValueAddCache-3.3.0.0.jar eta3.3.0.L1 The Value Add payload cache library for ETA
125+
upaValueAddCache-3.3.0.1.jar eta3.3.0.G1 The Value Add payload cache library for ETA
126126
Java Edition.
127127

128128
jDacsUpalib.jar dacs7.2.0.L2 The ETA Java DACS library.
129129

130-
ansipage-3.3.0.0.jar eta3.3.0.L1 The ANSI decoders and encoders.
130+
ansipage-3.3.0.1.jar eta3.3.0.G1 The ANSI decoders and encoders.
131131
132132

133133
ETAC/UPA/RSSL JNI Libs eta3.3.0.L1 The JNI libraries for Reliable Multicast
@@ -171,7 +171,7 @@ The distribution contains several JAR files and other non-Java libraries, intend
171171
EU ECCN: None
172172
Export Code: NL
173173
Security Compliance: Thomson Reuters Security Compliant
174-
Template Version Supported: v4.20.35_TREP_19.21 for RWF and Marketfeed Record Templates
174+
Template Version Supported: v4.20.36_TREP_19.31 for RWF and Marketfeed Record Templates
175175

176176
# Notes:
177177
- This package contains APIs that are subject to proprietary and opens source licenses. Please make sure to read the README.md files within each package for clarification.

0 commit comments

Comments
 (0)
Please sign in to comment.