All Versions
57
Latest Version
Avg Release Cycle
36 days
Latest Release
1093 days ago

Changelog History
Page 5

  • v0.14.0 Changes

    July 26, 2016

    ๐Ÿ”‹ Features

    • Implement predicate with keypath to referenced record (#85)
    • 0๏ธโƒฃ Set default log level of plugin logger to INFO (#49)
    • โž• Add JWT token store (#74)
    • Include user role in user query (#70)
    • โšก๏ธ Update to use HTTP/2 APNS protocol (#47)

    ๐Ÿ› Bug fixes

    • Create extensions when migrating database schema (#53)
    • ๐Ÿ– Handle invalid data format for pubsub actions (SkygearIO/skygear-SDK-JS#27)
    • Check field exists before performing query (#6)
    • ๐Ÿ›  Fix scan NULL token in QueryDevicesByUser (#33)
    • Preserve ACL when saving record with ACL=nil (#38)
    • ๐Ÿ›  Fix not-predicate not sqlized (#78)
    • ๐Ÿ›  Fix Public record is accessible without userinfo

    Other Notes

    • 0๏ธโƒฃ Config auth token expiry time and default not to expire (#65)
  • v0.13.0 Changes

    July 05, 2016

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow user to add role with master key
    • Implement union database, which contains all records across public and private databases, only accessible by client with master key
    • Bypass access control with master key (#51)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix ACCESS_CONTROL config default
    • ๐Ÿ›  Fix ACL incorrectly bypassed in certain condition (#58)

    Other Notes

    • 0๏ธโƒฃ Make the CORSHost default to *
    • Switch to go 1.6
  • v0.12.2 Changes

    July 05, 2016

    Incompatible changes

    • ๐Ÿ”„ Change the token expiry default to never (#65)
  • v0.12.1 Changes

    June 02, 2016

    ๐Ÿ› Bug fixes

    • ๐ŸŒฒ Read correct getSentry log level from ENV VAR (#43)
    • Read GCM config from env var
  • v0.12.0 Changes

    May 30, 2016

    Incompatible changes

    • ๐Ÿ‘ Read all config from ENVVAR and support .env files (#35)

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘‰ Make _user email/username to be case insensitive at pq (#41)
    • ๐Ÿ›  Fix the public read record ACL bug on non readable (#39)
    • Consider deleting non-existing device as success

    Other Notes

    • โšก๏ธ Update the doc link to http://docs.skygear.io/ (#37)
    • โšก๏ธ Update travis build status badge
  • v0.11.0 Changes

    May 09, 2016

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow master key to override ACL restriction (#22)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Check sequence exist before update integer columns (#6)
    • ๐Ÿ›  Fix missing headers returned from plugins (#15)
    • ๐Ÿ›  Fix travis build error on Go 1.6

    Other Notes

    • ๐Ÿ“ฆ Use mime package for mime processing and allow config of mime type concern (#25)
    • โšก๏ธ Update slack notification token
    • โšก๏ธ Update quickstart example (oursky/skygear-doc#162)
  • v0.10.0 Changes

    April 13, 2016

    ๐Ÿ”‹ Features

    • โž• Add version number to getsentry event (oursky/skygear-server#624)
    • ๐Ÿ‘Œ Support public read write ACL (oursky/skygear-server#647)
    • ๐Ÿ‘ Allow use of arbitrary HTTP method name (oursky/py-skygear#135)
    • โž• Add server version on log and request header (oursky/skygear-server#623)

    ๐Ÿ› Bug Fixes

    • โž• Add Checking whether auth provider exists (skygeario/skygear-server#3)
    • ๐Ÿ›  Fix unable to query keypath for null (oursky/skygear-server#635)
    • ๐Ÿ›  Fix last subscriber stealing all published message (oursky/skygear-server#642)
  • v0.9.0 Changes

    March 16, 2016

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support record access control on creation by role #594
    • Accept env SKY_CONFIG as config filepath #605
    • ๐Ÿ”Œ Implement Handler provided by plugin #587
    • โž• Add key prefix to redis token store #616

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ Retry http plugin init until success #598
  • v0.8.0 Changes

    March 09, 2016

    ๐Ÿ”‹ Features

    • โž• Add HTTP path routingto router #90
    • ๐Ÿ‘Œ Support quickstart example with plugin deploy
  • v0.7.0 Changes

    March 02, 2016

    ๐Ÿ”‹ Features

    • Check record permission on record:* handler
    • โž• Add CloudFormation template and scripts #561
    • โž• Add ACL matching by JSON pattern #299