Skygear v0.6.0 Release Notes

Release Date: 2016-02-24 // about 8 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ”ง Pass skygear configuration to plugin #492
    • Return 403 Forbidden for PermissionDenied error
    • Implement saving role based acl #298
    • โž• Add checking of user permission before modify roles #539
    • Only init db for the first time db is opened #573
    • โšก๏ธ Update build script to build with zmq in linux
    • Bring back subscription:{save,fetch}
    • โœ‚ Remove the alembic migrate related deployment files #268
    • Skygear will migrate db itself #268
    • Reject request with duplicated roles specified user #564
    • ๐Ÿ‘Œ Support for master key #294

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix bug on serizlise Sequence to plugin #559
    • ๐Ÿ›  Fix bug on base64 encode at exec transport

    Other Notes

    • โž• Add go generate sources #571
    • โž• Add script for cross compile binaries