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

Commit 8eab68d

Browse files
committed
Update CHANGELOG for v0.19.0
1 parent e7c051e commit 8eab68d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 0.19.0 (2016-11-10)
2+
3+
### Incompatible changes
4+
5+
- The protocol for plugin transport is updated. Skygear Server and cloud code
6+
in previous versions cannot be used with this version.
7+
8+
### Features
9+
10+
- Support plugin only request during plugin initialization
11+
- Add support for bigint db type
12+
- Make use of `ST_DWithin` to compare distance (#213)
13+
- Support plugin event (#199)
14+
15+
### Bug Fixes
16+
17+
- Fix various issues with creating user on sign up (#218)
18+
- Fix schema extending more than necessary
19+
- Fix unable to configure sentry log hook
20+
21+
### Other Notes
22+
23+
- Send JSON-encoded plugin call in http request body (skygeario/py-skygear#82)
24+
125
## 0.18.0 (2016-10-28)
226

327
### 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 = "v0.18.0"
18+
var version = "v0.19.0"
1919

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

0 commit comments

Comments
 (0)