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

Commit 2760036

Browse files
committed
Update CHANGELOG for v1.6.0
1 parent 66ffac4 commit 2760036

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.6.0 (2018-6-26)
2+
3+
### Features
4+
5+
- Add Lambda support for Skygear Data Type
6+
- Support structural logging with JSON formatter
7+
8+
### Bug Fixes
9+
10+
- Fix content-type not sent to assetd
11+
- Fix cannot login user if user record is not public read
12+
13+
### Other notes
14+
15+
- Refactor how processors are injected to plugin handlers/lambdas
16+
- Add GO_TEST_VERBOSE=1 to print verbose go test log
17+
- Add go1.10.1 to build target
18+
- Fix go1.10 compatibility and fix some string format
19+
120
## 1.5.0 (2018-4-23)
221

322
### Features

pkg/server/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 = "v1.5.0"
18+
var version = "v1.6.0"
1919

2020
// Version returns the version of Skygear
2121
func Version() string {

0 commit comments

Comments
 (0)