Skip to content

Releases: SkygearIO/py-skygear

v1.1.0

07 Aug 11:19
v1.1.0
Compare
Choose a tag to compare

Bug Fixes

Other Notes

  • Update the desc on HTTP_ADDR option

v1.1.0-beta.0

06 Aug 09:19
v1.1.0-beta.0
Compare
Choose a tag to compare
v1.1.0-beta.0 Pre-release
Pre-release

Bug Fixes

Other Notes

  • Update the desc on HTTP_ADDR option

v1.0.0

30 Jun 08:30
v1.0.0
Compare
Choose a tag to compare

No changes since last release.

v0.24.0

23 May 06:56
v0.24.0
Compare
Choose a tag to compare

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

20 Apr 08:06
Compare
Choose a tag to compare

Features

v0.22.2

31 Mar 08:00
Compare
Choose a tag to compare

Features

Bug Fixes

  • Update the mock interface for ZMQTransport (#122)

Other Notes

  • Add back the missing boto3 deps at setup.py

v0.22.0

10 Feb 05:54
v0.22.0
Compare
Choose a tag to compare

Features

Bug Fixes

  • Fix passing key_required to server (#117)

v0.21.0

11 Jan 04:10
Compare
Choose a tag to compare

Features

Other Notes

  • Add documentation of includeme

v0.20.0

20 Dec 06:18
Compare
Choose a tag to compare

Features

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

10 Nov 11:14
v0.19.0
Compare
Choose a tag to compare

Incompatible changes

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

Features

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