Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit bd72807

Browse files
committed
Update CHANGELOG for v0.14.0
1 parent 829c4d8 commit bd72807

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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

skyversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package 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
2121
func Version() string {

0 commit comments

Comments
 (0)