This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.14.0 (2016-07-26)
2+
3+ ### Features
4+
5+ - Implement predicate with keypath to referenced record (#85 )
6+ - Set default log level of plugin logger to INFO (#49 )
7+ - Add JWT token store (#74 )
8+ - Include user role in user query (#70 )
9+ - Update to use HTTP/2 APNS protocol (#47 )
10+
11+ ### Bug fixes
12+
13+ - Create extensions when migrating database schema (#53 )
14+ - Handle invalid data format for pubsub actions (SkygearIO/skygear-SDK-JS #27 )
15+ - Check field exists before performing query (#6 )
16+ - Fix scan NULL token in QueryDevicesByUser (#33 )
17+ - Preserve ACL when saving record with ACL=nil (#38 )
18+ - Fix not-predicate not sqlized (#78 )
19+ - Fix Public record is accessible without userinfo
20+
21+ ### Other Notes
22+
23+ - Config auth token expiry time and default not to expire (#65 )
24+
125## 0.13.0 (2016-07-05)
226
327### Features
Original file line number Diff line number Diff line change 1515package skyversion
1616
1717// This will be overwrite on build time.
18- var version = "v0.13 .0"
18+ var version = "v0.14 .0"
1919
2020// Version returns the version of Skygear
2121func Version () string {
You can’t perform that action at this time.
0 commit comments