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

Commit

Permalink
Update CHANGELOG for v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lei committed Dec 20, 2016
1 parent a36180f commit aa37af5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 0.20.0 (2016-12-20)

### Features

- Support s3 asset store url prefix (#254)
- Support unregister device (#249)
- Add configuration for timeout of plugin
- Provide skygear config for plugin init events

### Bug Fixes

- Fix postgis-2.3 not found

### Other Notes

- More log when plugin response is invalid (#232)
- Put access_key_type to plugin request context (#238)
- Limit the number of bytes in request log

The existing implementation prints the response body for certain type
this pose a problem to log collection when the response body is too big.

- Better handling for unrecognized data type (#231)

This is achieved by introducing a new skydb type called Unknown, which
will be passed to client when the server sees a column with an
unrecognized data type.

Previous behavior will result in skygear server throwing an error when
it sees a column with unrecognized data type.

## 0.19.1 (2016-11-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/skyversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package skyversion

// This will be overwrite on build time.
var version = "v0.19.1"
var version = "v0.20.0"

// Version returns the version of Skygear
func Version() string {
Expand Down

0 comments on commit aa37af5

Please sign in to comment.