Skip to content

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 83195b2 commit de62bbd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 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 for plugin only request during initialization (SkygearIO/skygear-server#219)
- Support plugin event (#79)
- Add ignore-public-html option

### Bug Fixes

- Fix zmq stopping bug on maintains_worker_count (#80)

### Other Notes

- Fix various issues with docker compose and Makefile
- Handle http plugin request encoded in request body (#82)
- Check opened worker count instead of current active worker

## 0.18.0 (2016-10-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_tests(self):

setup(
name='skygear',
version='0.18.0',
version='0.19.0',
packages=find_packages(),
description='Python plugin runtime for Skygear',
long_description=open(README).read(),
Expand Down

0 comments on commit de62bbd

Please sign in to comment.