Skygear v0.3.0 Release Notes

Release Date: 2016-01-06 // over 8 years ago
  • 🔋 Features

    • 🌲 Show executed SQL count in log #428
    • Include signed url on asset uploaded response #427
    • 👉 User relation query now supports pagination using offset and limit parameter #456

    🐛 Bug Fixes

    • Panic is now catched by router and appropriate response returned #478
    • Status code for some error condition
    • ✂ Removed fs database driver #433
    • Incorrect error code when changing password #408
    • 🔌 Properly log Plugin transport state changes #279
    • Return status OK on logout success
    • 0️⃣ Make public database as default database
    • Panic when trying to logout a user #477
    • 👌 Improve reliability for zmq plugin during init #453, #452
    • 🛠 Fix skygear fail to start because cert/key path cannot be opened, even if APNS is disabled #461
    • 🛠 Fix not terminating coroutine after websocket connection has closed
    • 🛠 Fix unable to send push notifications to all devices when multiple are configued #462
    • 🔌 Retry plugin init request rather than waiting indefinitely #452
    • Deduplicate the device.Token to send to user devices
    • Send to all deivces of a user instead of last device at push to user handler

    Other Notes

    • Temporarily require only naive API key for asset upload #470