Changelog
A chronicle of notable changes of ETS 7.3 releases.
Current release
Version 7.3.6
ETS version 7.3.6 fixes some known issues.
- Remove the deprecated TLS 1.0 protocol.
- Add support for TLS 1.1 and higher for security enhancement.
- Remove the deprecated TLS cipher suites.
- Fix issue with translation of files larger than 8 MB.
- Support new file size limit of 50 MB.
Previous releases
Version 7.3.5
ETS version 7.3.5 fixes some known issues.
- Allow the use of encrypted TLS private keys
- Allow LDAP groups that contain special characters in the name
- Update default LDAP options to match the examples shown in the Help content
- Fix the proper language detection for Hebrew text
- Fix Host management page responsiveness and server startup performance issues caused by license check
Version 7.3.4
ETS version 7.3.4 fixes some known issues.
- Newlines in the Quick Translate UI are now treated as sentence ending.
- Allow the removal of the last login group in the LDAP Configuration.
- Security fix to prevent retrieval of the password for the SMTP, LDAP, and Proxy setup.
Version 7.3.3
ETS version 7.3.3 is a minor release that provides the following updates to the GUI (features are not added as parameters for the REST API):
- Dictionaries Management
- Add option to enable Dictionaries management for admin users only. Basic users will be able to use available Dictionaries, but will not be able to edit or view entries.
- Add option to automatically select the first dictionary for a language pair, when a dictionary is available.
Version 7.3.2
ETS version 7.3.2 is a minor release that provides the following updates:
- Browse Translate update
- Option to disable and hide Browse Translate feature from the Web GUI.
- Embedded APIs update
- Added a new setDecodeConcurrency() API call that allows specifying how many licensed cores are used by each Engine instance.
Version 7.3.1
ETS version 7.3.1 is a minor release that provides the following updates:
- Embedded APIs updates
- Allow re-initialization of the ETS license - the previously loaded license will be unloaded on subsequent sdl.ets.Engine::initializeLicense(...) calls.
- Updated sdl.ets.Engine.getLicenseInfo(...) to provide a more detailed license failure reason in the acquisitionStatus attribute in the returned LicenseInfo json structure.
- Browse Translate updates
- When TLS is enabled, add notice that any HTTP sites may not render properly.
- When proxy is enabled, add notice that all URLs will be retrieved via the proxy server.
- API Credentials retrieval updates
- Add Copy to clipboard button to API Base URL and API Key fields
Version 7.3.0
ETS version 7.3 features a new method for user authentication via LDAP, enables Browse Translate to access URLs through a user-specified proxy server, and adds two embedded APIs for applications requiring tighter integration with ETS.
- LDAP authentication
- LDAP authentication as an alternative to the ETS local username/password authentication.
- Administrators can set up LDAP groups to control access to ETS in terms of who can log in, and who can be an ETS admin user.
- ETS user accounts are automatically created whenever a valid LDAP user logs into the ETS Web GUI with their LDAP username and password.
- Translation of URIs via proxy server
- ETS can optionally authenticate to the proxy server using HTTP Basic Authentication.
- Users using ETS can only access external networks that are approved by your InfoSec team.
- Embedded APIs
- C++ & .NET (.NET embedded API is available for Windows only)
- Perform translations (and other supported operations) from your application via simple library calls.
- No inter-process communication involved (no external server) is launched.
- Entire translation workflow is executed within your application's address space.
- These APIs are written with minimal use of STL containers to minimize ABI incompatibilities across different compilers.