Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

v0.5

Compare
Choose a tag to compare
@mradulan mradulan released this 24 Jun 00:08
· 84 commits to master since this release

Release 0.5

Changes in this update

  • Added a getConfiguration() method to DirectiveHandlerInterface to register Capability Agents with Directive Sequencer.
  • Fix race condition with reading attachments before a writer exists.
  • Use of new Logging abstraction layer in modules - ADSL,AFML,ContextManager,AuthDelegate,AIP,KWD,Mediaplayer.
  • Added ACL stream processing with Pause and redrive.
  • Removed the dependency of ACL Library on Authdelegate.
  • Added and interface to allow ACL to Add/Remove ConnectionStatusObserverInterface.
  • Fixed compile errors in KittAi, DirectiveHandler and compiler warnings in AIP test.
  • Corrected formatting on the files.
  • Fixes for the following Github issues
    • #21 MessageRequest callbacks never triggered if disconnected
    • #25 AttachmentReader::read() returns ReadStatus::CLOSED if an AttachmentWriter has not been created yet