Skip to content

Releases: intel/igsc

V1.3.0

02 Jun 06:33

Choose a tag to compare

[v1.3.0] - 2026-06-01

Added

  1. lib: add igsc_library_version API for runtime version query
  2. test: add unit tests for library version

V1.2.0

28 Apr 06:01

Choose a tag to compare

[v1.2.0] - 2026-04-27

Added

  1. add OEM serial number API
  2. test: add CLI bad input tests for oem

V1.1.0

27 Apr 11:01

Choose a tag to compare

[v1.1.0] - 2026-03-15

Fixed

  1. cli: use signed variable
  2. cli: reject non-hex flags in late-binding

Removed

  1. cli: drop unneeded status print

Added

  1. enum: find device with separate bdf
  2. enum: udev: detect more gfx classes
  3. lib: add new late bind APIs
  4. test: add new late bind tests
  5. cli: add new late bind commands
  6. test: add tests for new late bind cli commands

V1.0.2

15 Jan 10:00

Choose a tag to compare

[v1.0.2] - 2026-01-14

Fixed

  1. CMake: Linux: overwrite FORTIFY_SOURCE from distribution

V1.0.1

23 Dec 09:18

Choose a tag to compare

[v1.0.1] - 2025-11-19

Fixed

  1. lib: fix metee logs

V1.0.0

25 Sep 07:02

Choose a tag to compare

[v1.0.0] - 2025-09-21

Changed

  1. align whitespacing
  2. CMake: move Conan requirement out of preset
  3. cli: Prefix the debugging with a more suitable name

Removed

  1. lib: drop duplicate perf checkpoint

Fixed

  1. lib: fix strings
  2. doc: small assorted fixes
  3. lib: fix structures definition coding style
  4. doc: fix igsc documentation
  5. doc: fix numbering in igsc_api.rst

Added

  1. cli: retrieve firmware version before oprom and fw data update
  2. cli: add oprom devid enforcement explanations
  3. lib: add comment describing oprom update logic
  4. cli: add missed out of memory print
  5. doc: Clarify that fwupd is not using the library

V0.9.6

25 Jun 06:36

Choose a tag to compare

[v0.9.6] - 2025-06-17

Changed

  1. enum: optimize search in udev
  2. gitlint: drop requirement for intel address

Removed

  1. CMake: drop Conan support

Fixed

  1. Windows: fix copyright string
  2. CMake: consume four-part version
  3. small README fixes
  4. cmake: Don't hardcode LIBDIR for installed cmake files

Added

  1. README: add AI disclaimer

V0.9.5

10 Nov 12:30

Choose a tag to compare

[v0.9.5] - 2024-11-06

Fixed

  1. enable traffic dump in trace mode only
  2. doc: fix doxygen generation
  3. fix API documentation in header file

Release V0.9.4

08 Oct 11:59

Choose a tag to compare

[v0.9.4] - 2024-09-19

Added

  1. lib: add timestamps to logs
  2. cli: implement read firmware status register in cli
  3. lib: implement read firmware status register library API
  4. cli: print error message when device iterator failed

Changed

  1. lib: don't suppress metee error messages in debug mode

Fixed

  1. igsc: lib: fix device enumeration in linux

Full Changelog: V0.9.2...V0.9.4

Release V0.9.3

25 Jul 14:10

Choose a tag to compare

[v0.9.3] - 2024-07-23

Fixed

  1. conan: fix typo in conan.cmake
  2. lib: fix typos in the library
  3. doc: fix typos in api documentation
  4. ci: fix-up codespell configuration
  5. ut: check for null before strlen in test_strdup
  6. lib: fix igsc_get_log_callback_func prototype

Added

  1. lib: add soc4 hardware sku

Full Changelog: V0.9.2...V0.9.3