This page was last edited on February 21, 2025, at 10:38.
Comments or questions about this documentation? Contact us for support!
Web Services and Applications Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Mac | Solaris | Windows |
---|---|---|---|---|---|---|---|
02/21/25 | General | X |
This release contains the following new features and enhancements:
elasticSearchSettings:
verifyPeer: true/false
serverSettings:
platformSettings:
platformServiceUrl: https://<ip>:<port>
serverSettings:
caCertificate: /opt/ca_cert.jks #location of the file
jksPassword: pa$$word #password for the keystore
Name | Mandatory | Default Value | Description |
---|---|---|---|
GWS_SERVER_TLS_REQUIRED | No | false | Determines if TLS is required. Change to true if a certificate is also provided. |
GWS_SERVER_TLS_PROVIDER | No | rustls | Specifies the TLS provider. Possible values: rustls, native. |
GWS_SERVER_TLS_HANDSHAKE_TIMEOUT | Yes (if TLS is enabled) | 10000 (ms) | Specifies the timeout (in milliseconds) for TLS handshake. Default is 10000 ms (10 seconds). |
GWS_SERVER_TLS_CERT_PATH | Yes (if TLS is enabled) | - | Specifies the path to the TLS certificate. |
GWS_SERVER_TLS_KEY_PATH | Yes (if TLS is enabled) | - | Specifies the path to the TLS key. |
GWS_AUTH_TOKEN_IDLE_TIME | No | - | Specifies the idle time (in seconds) before an auth token is considered inactive. If absent, all tokens remain active until expiration. |
GWS_SERVER_TLS_CERT_PASSWORD | No | "" | Specifies the password for the TLS certificate, if applicable. |
This release contains the following resolved issues.
Agents can now store the draft/inbound emails in the appropriate workbins even though non-target workbins that cannot be viewed existed in an environment. Previously, in such scenarios, agents were not able to store the draft/inbound emails in the workbin. (GWS86-1210)
Certificate validation now correctly bypasses the Subject Alternative Name (SAN) validations when verifyPeer:false is set for Redis in the application.yaml file. Previously, in such scenarios, SAN validation was not fully disabled that resulted in displaying warning messages about mismatched SANs for Redis. (GWS86-1137)
An empty device list is no longer displayed for users logging in without a default place assigned to them, and the /me/devices API no longer returns 'no devices error' for such users. An error in the dynamic hot-place assignment functionality has been fixed. (GWS86-1203)
No special procedure is required to upgrade to release 8.6.000.09.