Releases: SkygearIO/py-skygear
Releases · SkygearIO/py-skygear
v1.1.0
Bug Fixes
- Sign FS Asset URL correctly (SkygearIO/skygear-server#427)
Other Notes
- Update the desc on HTTP_ADDR option
v1.1.0-beta.0
Bug Fixes
- Sign FS Asset URL correctly (SkygearIO/skygear-server#427)
Other Notes
- Update the desc on HTTP_ADDR option
v1.0.0
v0.24.0
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)
v0.23.0
Features
- Add user friendly error message to error class SkygearIO/skygear-SDK-Android#89
v0.22.2
v0.22.0
v0.21.0
Features
- Enable sending push notification by topic (SkygearIO/skygear-server#239)
Other Notes
- Add documentation of
includeme
v0.20.0
Features
- Support s3 asset store url prefix
- Enable zmq thread pool configuration (#76)
- Support asset url signer (#105)
- Add support for UnknownValue type (SkygearIO/skygear-server#231, #101)
Bug Fixes
- Fix postgis-2.3 not found
- Config module from directory once is loaded if it is specifid in
options.modules (#70) - Auto fix static assets prefix if slash is specified (#95)
Incompatible changes
- Remove
skygear.skyconfig
v0.19.0
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