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.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Nov 10, 2016
1 parent e7c051e commit 8eab68d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.19.0 (2016-11-10)

### Incompatible changes

- The protocol for plugin transport is updated. Skygear Server and cloud code
in previous versions cannot be used with this version.

### Features

- Support plugin only request during plugin initialization
- Add support for bigint db type
- Make use of `ST_DWithin` to compare distance (#213)
- Support plugin event (#199)

### Bug Fixes

- Fix various issues with creating user on sign up (#218)
- Fix schema extending more than necessary
- Fix unable to configure sentry log hook

### Other Notes

- Send JSON-encoded plugin call in http request body (skygeario/py-skygear#82)

## 0.18.0 (2016-10-28)

### Features
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.18.0"
var version = "v0.19.0"

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

0 comments on commit 8eab68d

Please sign in to comment.