Skip to content

Commit

Permalink
Update CHANGELOG for v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed May 23, 2017
1 parent 887e467 commit 249f3bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### Features

- Make plugin transport ZMQ multiplex (SkygearIO/skygear-server#295)

This feature will enable the bidirectional plugin transport and multiplexing.

Calling `send_action` within the plugin will route back to the same worker
from now on. It is implicit, developer does not need to specific worker reuse
or not.
This merge also add dynamic threading at ZMQTransport.
It solved the problem of workers exhaust problem.

### Bug Fixes

- Fix unable to set envvar to `false` (#137)

## 0.23.0 (2017-04-20)

### 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.23.0',
version='0.24.0',
packages=find_packages(),
description='Python plugin runtime for Skygear',
long_description=open(README).read(),
Expand Down

0 comments on commit 249f3bc

Please sign in to comment.