Contents
- LiveQL Dynamic Aggregation Implementation Restructured
-
The internal LiveQL dynamic aggregation implementation was restructured to provide improved underflow performance. There is no change to LiveQL in any way and you are not expected to see any functional difference from previous behavior.
- 32-bit LiveView Desktop is Deprecated
-
The 32-bit version of the TIBCO LiveView™ Desktop client app is deprecated and is expected to be replaced with a 64-bit edition in a future release.
This section provides a list of errors corrected in release 10.4.1 of TIBCO LiveView™. LiveView 10.4.1 inherits all fixes on the 2.2.x release branch through 2.2.5.
Number | Resolution |
---|---|
CQS‑4686 |
The .NET API implementation by default would proactively fail to connect if
TLS 1.0 or SSL 3.0 were configured for the client. This was changed to only
proactively fail if no other TLS options were configured. To override the
proactive failure behavior, set the following URI parameter to true, which
allows TLS 1.0/SSL 3.0: liveview-insecure-tls=true . Alternatively, set the following
environment variable to true: LIVEVIEW_INSECURE_TLS=true . Both options are set to false by
default, which means TLS 1.0 is disallowed.
|
CQS‑4675 | Previously, when importing alerts using lv-client's importmetadata command, the alert was not being registered with the server. This issue is now corrected. |