description |
---|
All notable changes to LexFloatServer and LexFloatClient are documented here. |
- LexFloatServer: New /api/floating-licenses endpoint to get the list of leased floating licenses.
- LexFloatServer: Leasing strategy can be set for the server to configure the behaviour of leasing floating licenses.
- LexFloatServer: Lease duration in the config can be overridden using
leaseDuration
property of license. - LexFloatServer: Improved error and request logging.
- LexFloatServer: Server error codes like server license expired, suspended, grace period over etc. are now sent to clients too.
- LexFloatServer: Lot of bug fixes and core improvements.
- LexFloatClient:
SetFloatingClientMetadata()
andGetHostLicenseExpiryDate()
API functions
- LexFloatServer: Updated stats API endpoint, for details check docs
- LexFloatServer: Minimum supported LexFloatClient version is
v4.0.0.
- LexFloatClient: All status codes have been updated.
- LexFloatClient: Header file and samples for all languages on Github have been updated.
- LexFloatClient: Renamed
GetHandle()
function toSetHostProductId()
- LexFloatClient: Renamed
SetFloatingServer()
function toSetHostUrl()
- LexFloatClient: Renamed
SetLicenseCallback()
function toSetFloatingLicenseCallback()
- LexFloatClient: Renamed
GetLicenseMetadata()
function toGetHostLicenseMetadata()
- LexFloatClient: Renamed
RequestLicense()
function toRequestFloatingLicense()
- LexFloatClient: Renamed
DropLicense()
function toDropFloatingLicense()
- LexFloatClient: Renamed
HasLicense()
function toHasFloatingLicense()
- LexFloatClient:
FindHandle()
function - LexFloatClient:
GlobalCleanup()
function
- LexFloatServer: Added activation and deactivation logs to the log file.
- LexFloatServer: Fixed a bug preventing server from running as launchd daemon on MacOS.
- LexFloatServer: Command line parameters
-metadatakey
&-metadatavalue
- LexFloatClient: All status codes have been updated
- LexFloatClient: Renamed
SetVersionGUID
function toSetProductId()
- LexFloatClient: Renamed
GetCustomField()
function toGetLicenseMetadata()
- LexFloatServer: Updated stats API endpoint, for details check docs
- LexFloatServer: Now uses
LexActivator
v3.0.0
for license activation - LexFloatServer: Renamed command line parameter
-pkey
to-licensekey
- LexFloatServer: Renamed command line parameter
-pfile
to-productfile
- LexFloatServer: Renamed command line parameter
-orequest
to-offlinerequest
- LexFloatServer: Renamed command line parameter
-oresponse
to-offlineresponse
- LexFloatClient:
SetProductFile()
function - LexFloatServer: Command line parameter
-extradata
- LexFloatServer: Bug preventing grace period not to expire on no server sync
- LexFloatServer: Bug causing incorrect detection of Hyper-V
- LexFloatServer:
lastSyncedAt
andgracePeriodStartAt
properties to stats API
- LexFloatServer: Major bug causing
LA_FAIL
status to be returned for activated server
- LexFloatClient: clang build for macOS
- LexFloatServer: Embedded server version
- LexFloatServer: Support for changing product version without restart
- LexFloatServer: Disallowed leasing of licenses, if grace period is over and server is running
- LexFloatServer: Fixed a time sync issue
- LexFloatServer: Support for running the server, in case server is not activated
- LexFloatServer: A startup issue as service on Windows 7
- LexFloatServer: A memory leak issue
- LexFloatServer:
status
property to the stats api
- LexFloatServer: Minor bug fixes
- LexFloatServer: Command line parameter
-displayname
to update service name in Windows - LexFloatServer: Command line parameter
-status
to display activation status details - LexFloatServer: Command line parameters
-proxy
,-graceperiod
,-servercheckinterval
and-extradata
which can only be passed at the time of activation - LexFloatServer: Support for multiple service instances
- LexFloatServer:
Proxy
,GracePeriod
andServerCheckInterval
from config file
- LexFloatServer: API endpoint to get the server stats: /services/api/stats
- LexFloatServer: Client IP check to prevent VM snapshot floating clients
- LexFloatServer: Support for blocking ip addresses
- LexFloatServer: Support for offline activations