All Versions
57
Latest Version
Avg Release Cycle
36 days
Latest Release
1093 days ago
Changelog History
Page 5
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, 2016Incompatible 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, 2016Incompatible 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