Skygear v0.24.0 Release Notes

Release Date: 2017-05-23 // almost 7 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support for cancellable query (#277)
    • ๐Ÿ”Œ Make plugin transport ZMQ multiplex (#295)

      This feature will enable the bidirectional plugin transport and multiplexing. The protocol will introduce address-stack and bounce-count, so the bidirectional communication stack will be limited to the bounce-count-limit.

      It solved the problem of workers exhaust problem when plugin call back skygear-server.

    Other Notes

    • โšก๏ธ Update releasing guide for npm + lerna
    • ๐Ÿ›  Fix schema:default_access inline doc