Skip to content

Release 1.2.0 of the Amazon Kinesis Video PIC

Latest
Compare
Choose a tag to compare
@sirknightj sirknightj released this 18 Nov 17:36
c98c2a2

What's new:

  • Added new CMake flag KVS_DEFAULT_STACK_SIZE to change the default stack size (in bytes) of threads created from THREAD_CREATE API. (#264)
  • Added new THREAD_CREATE_WITH_PARAMS API to create threads with specific parameters. Currently, stack size is the only parameter. (#264, #268)
  • Added 1 new error code. (#268)

Bug fixes/improvements:

  • Corrected a missing defined check in the 64/32-bit architecture detection macro for GCC to ensure proper platform compatibility on systems using aarch64. (#265)
  • Fixed "ClientApiTest.client_info_version_test" to no longer require environment variables being set for test to pass. (#263)

Developer enhancements:

  • Created a new action added to generate a report and patch file for code styling. (#261)
  • Created a new action to check CMake flag compatibility and generate a test report, improving build accuracy. (#264)
  • Optimized some action completion times by up to 50-65%, providing faster feedback to accelerate the development cycle. (#261)