Cue Sdk Versions Save

Corsair iCUE SDK

v4.0.84

6 months ago

Release notes:

  • Protocol version raised to 18
  • Added support for QX fans (CCDT_QX_Fan)
  • Added support for game controllers (CLG_GameController)
  • Dropped support of i386 libs

v4.0.48

1 year ago

⚡First release of iCUE SDK v4.x

Key differences from SDK v3:

  • Unified API: all functions return error code
  • Memory management: SDK v4 fills the memory preallocated and provided by client app
  • Instead of device indices SDK v4 operates with unique device identifiers
  • SDK v4 offline mode: client app will be notified when connection to iCUE has been established or lost
  • SDK v4 exclusive key event listening: client app may intercept G/M key press events when it is allowed in iCUE settings

v3.0.464

1 year ago

Release notes:

  • Protocol version raised to 16.
  • Extended CorsairDeviceType enum with CDT_Touchbar identifier.

v3.0.460

2 years ago

Release notes:

  • Protocol version raised to 15.
  • Extended CorsairChannelDeviceType enum with CCDT_8LedSeriesFan identifier.
  • Marked CCDT_SPPRO_Fan identifier of CorsairChannelDeviceType enum as deprecated
  • Updated docs:
    • added RDP limitations section
    • added Access rights section
  • Extended list of supported devices with:
    • K60 RGB PRO

v3.0.447

2 years ago

Release notes:

  • macOS: added support of M1 processors

v3.0.378

3 years ago

Release notes:

  • Protocol version raised to 14.
  • Extended CorsairLedId enum with CLI_Oem101CLI_Oem250 identifiers.
  • Extended CorsairLedId enum with CLM_7CLM_20 identifiers.
  • Extended CorsairPhysicalLayout enum with CPL_Zones7CPL_Zones20 identifiers.
  • Extended list of supported devices with:
    • IRONCLAW RGB
    • K100 RGB
    • K70 RGB MK.2
    • K95 RGB PLATINUM XT
    • Lighting Node CORE
    • M65 ELITE RGB
    • MM700
    • Scimitar ELITE RGB
    • STRAFE RGB MK.2
    • VENGEANCE RGB PRO SL
    • VIRTUOSO RGB
    • VIRTUOSO RGB SE
  • Dropped Visual Studio 2012 support
  • Removed register_callback example

v3.0.361

3 years ago

Release notes:

  • Protocol version raised to 13.
  • Added support for SP PRO fans and HydroX series devices.
  • Fixed unstable behavior for multithreaded clients.

v3.0.355

3 years ago

Release notes:

  • Protocol version raised to 12.
  • Added support for motherboards and graphics cards.
  • Added support for QL fans.
  • Supported number of LEDs per channel has been increased to 300.
  • Extended list of supported devices with K55 RGB, HARPOON RGB, HARPOON RGB PRO, CORSAIR ONE, CORSAIR ONE PRO.
  • Updated configuration for sample projects to VS2017.

v3.0.301

4 years ago

Release Notes:

  • Fixed deadlocks and high CPU usage on MacOS.
  • Documentation updated with events_example.
  • Protocol version raised to 11.
  • Deprecated CorsairRegisterKeypressCallback function in favor of new CorsairSubscribeForEvents/CorsairUnsubscribeFromEvents functions.
  • Added device connected/disconnected events.
  • Extended CorsairDeviceInfo structure with the device id field.
  • Resolved crash when server sends empty response.
  • Resolved ids for G keys on K95 RGB Platinum.