Skip to content

What's New in This Release?

Release 23.12 of the Client SDK for Linux includes:

Support for Custom Certificate Store

Version 23.12 of the Client SDK supports custom Certificate Stores, which are required for special scenarios such as high security applications. Such applications require only a subset of the standard Certifying Authorities (CAs) in the Certificate Store that the Broker Client API uses for validating broker requests. Support for custom Certificate Stores is achieved by means of the newly-added pcoip_broker_set_ca_store() function, which permits a custom Certificate Store to be used for broker certificate validation. For more information, see Broker Certificate Validation.

Important: Session Client API has been removed

As of version 23.04, the Session Client API has been removed from the Client SDK. There is no replacement. If you have used the Session Client API in your projects, refer to the Broker Client API example documentation, which demonstrates how to use command line parameters in place of the API when invoking the client from the SDK. You can also revert to version 23.01, which is the last version of the SDK that contains the Session Client API. The Session client API will be supported until December 2023. For more information, see this KB article.