LexFloatClient
4.12.0 (2025-08-05)
Added
GetHostProductMetadata()function returns the value of the product metadata.
Updated
libcurlversion has been updated to v8.14.1
4.11.0 (2025-05-22)
Added
GetHostLicenseEntitlementSetName()function returns the name of the entitlement set associated with the LexFloatServer license.GetHostLicenseEntitlementSetDisplayName()function returns the display name of the entitlement set associated with the LexFloatServer license.GetHostFeatureEntitlements()function returns the list of feature entitlements associated with the LexFloatServer license.GetHostFeatureEntitlement()function returns a specific feature entitlement associated with the LexFloatServer license.
Updated
Moved
HostConfigstruct to LexFloatClientTypes.h.
Fixed
Addressed crashing issue in multi threaded applications.
Deprecated
GetHostProductVersionName()function has been deprecated in favour ofGetHostLicenseEntitlementSetName()function.GetHostProductVersionDisplayName()function has been deprecated in favour ofGetHostLicenseEntitlementSetDisplayName()function.GetHostProductVersionFeatureFlag()has been deprecated in favour ofGetHostFeatureEntitlement()function.
4.10.0 (2024-12-02)
Added
Support for Windows ARM64 builds.
4.9.2 (2023-11-14)
Fixed
Minor bug fix.
4.9.1 (2024-10-30)
Updated
Signed builds for macOS.
4.9.0 (2024-08-05)
Added
GetFloatingClientMetadata(),RequestOfflineFloatingLicense(),GetFloatingLicenseMode(),GetFloatingClientLeaseExpiryDate(),GetHostConfig(),SetPermissionFlag()API functions.
Updated
Updated the data type of
allowedUsestoint64_t,totalUsestouint64_tandgrossUsestouint64_tofGetHostLicenseMeterAttribute()function.
4.8.1 (2024-05-15)
Updated
Included SSL support for secure communications.
4.8.0 (2023-12-01)
Added
GetFloatingClientLibraryVersion()API function.
4.7.7 (2023-09-23)
Fixed
Minor bug fix.
4.7.6 (2023-09-21)
Updated
Increased default network timeout to 60 secs.
4.7.5 (2023-04-10)
Fixed
Minor bug fix.
4.7.4 (2022-12-05)
Fixed
Encoding issues in feature related functions.
4.7.3 (2022-10-19)
Fixed
Added missing digital signature for Windows DLLs.
4.7.2 (2022-08-10)
Fixed
Removed external
libcurldependency in Linuxmuslbuild.
4.7.1 (2022-04-12)
Fixed
Issue with the function name.
4.7.0 (2022-04-11)
Added
GetHostProductVersionName(),GetHostProductVersionDisplayName()andGetHostProductVersionFeatureFlag()API functions.
4.6.0 (2021-07-14)
Added
Support for Android and iOS.
4.5.3 (2021-05-06)
Updated
Updated networking library for Windows.
4.5.2 (2021-04-22)
Updated
Dropped dependency on
libnss3for Linux.
4.5.1 (2021-04-06)
Fixed
Fixed a minor security issue.
4.5.0 (2021-03-23)
Added
Support for getting
grossUsesof meter attributes.
4.4.3 (2021-02-25)
Fixed
Intermittent crashes in multi-threaded usage.
4.3.2 (2020-01-30)
Fixed
Minor bug fixes.
4.3.1 (2019-11-19)
Fixed
Minor bug fixes.
4.1.0 (2019-07-02)
Added
GetHostLicenseMeterAttribute(),GetFloatingClientMeterAttributeUses(),IncrementFloatingClientMeterAttributeUses(),DecrementFloatingClientMeterAttributeUses()andResetFloatingClientMeterAttributeUses()API functions.
4.0.0 (2018-12-17)
Added
SetFloatingClientMetadata()andGetHostLicenseExpiryDate()API functions.
Changed
All status codes have been updated.
Header file and samples for all languages on Github have been updated.
Renamed
GetHandle()function toSetHostProductId()Renamed
SetFloatingServer()function toSetHostUrl()Renamed
SetLicenseCallback()function toSetFloatingLicenseCallback()Renamed
GetLicenseMetadata()function toGetHostLicenseMetadata()Renamed
RequestLicense()function toRequestFloatingLicense()Renamed
DropLicense()function toDropFloatingLicense()Renamed
HasLicense()function toHasFloatingLicense()
Deleted
FindHandle()functionGlobalCleanup()function
3.0.0 (2018-05-03)
Changed
All status codes have been updated
Renamed
SetVersionGUIDfunction toSetProductId()Renamed
GetCustomField()function toGetLicenseMetadata()
Deleted
SetProductFile()function
2.9.0 (2017-07-03)
Added
clang build for macOS
Last updated