Skip to content

Release 1.0.0 of the Amazon Kinesis Video PIC

Compare
Choose a tag to compare
@disa6302 disa6302 released this 25 Aug 19:38
· 138 commits to master since this release
d08be2e

What’s new: (since afc15af)

  • First official release of the library!
  • Provision to disable creating stream if previously created or to disallow stream creation using the SDK with StreamCaps.allowStreamCreation
  • New log level provision - LOG_LEVEL_PROFILE - this is a dedicated level to profile different sections of the code
  • New file logging functionality to filter out a particular log level into another group of files. The relevant API is createFileLoggerWithLevelFiltering
  • Curl call connection and completion timeouts are made configurable through ClientInfo . This allows for increasing CURL reliability on platforms where curl set up is not able to complete within the default time 5 and 10 seconds respectively
  • Platform independent threadpool implementation

Bug fixes:

  • Logging improvements - logs displayed with millisecond precision
  • String length check for event tags
  • Stop the intermittent producer timer if the stream is stopped