Dear Valued Partners,


Release Date: 2023-2-21


A new official Suprema G-SDK V1.5.0 has been released recently with some bug fixes with new features.

In addition, we changed the existing Gitbut link and the SDK manual site as follows.


New Site of G-SDK online manual: https://supremainc.github.io/g-sdk/

New Site of G-SDK download: https://github.com/supremainc/g-sdk/releases


The G-SDK V1.5.0 Manual & Download Link is on the new webpage below.



Up to Feb-20-2023
From Feb-21-2023
SDK Manualhttps://supremainc.github.io/g-sdk/
SDK Download Pagehttps://github.com/supremainc/g-sdk/releases


Release Note


New features


  • GetCapability API has been added.
  • Support for the RtspConfig, VoipConfigEx, CardConfig, DisplayConfig, FaceConfig, FingerConfig, QRConfig, SystemConfig, ThermalConfig, and WiegandConfig.


  • To prevent namespace conflicts, the prefix gsdk. is added to all namespaces.
  • v1.4: display, system, rs485, connect, etc.
  • v1.5: gsdk.display, gsdk.system, gsdk.rs485, gsdk.connect, etc.

Caution
When upgrading to v1.5, you must change the namespace within the project for proper operation.


Information
1. The former timeSvc namespace has been changed to time.
2. When you create the Stub in Client side as NewStub and call APIs, you have to make NewStub as SingleTone.