Skip to content

Releases: SkygearIO/py-skygear

v0.9.0

16 Mar 08:25
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Feature

v0.8.0

09 Mar 08:12
v0.8.0
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Features

  • Automatically import plugin file #125

    The plugin source file is now optional. py-skygear will attempt to
    find the plugin source file in the working directory.

v0.7.0

02 Mar 07:29
v0.7.0
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Other Notes

  • Update the catapi to demo of relative import

v0.6.0

24 Feb 10:01
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Features

  • Support roles base ACE serialisation #121
  • Support for skygear config passing
  • Run lambda function in exec without content
  • Add support for impersonating user using master key

v0.5.0

17 Feb 09:20
v0.5.0
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Features

  • Implement HttpTransport and improve other transports oursky/skygear#537, oursky/skygear#538
  • Add support for skygear-style exception #109
  • Support registering multiple hooks of same kind #108

Bug Fixes

  • Fi login requirement required by catapi example
  • Fix typo in development.ini

Other Notes

  • Added using dumb-init to speed up docker container closing
  • Install signal to handle container stop

v0.4.0

13 Jan 11:50
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Features

  • It is now possible to get the current request context from lambda
    and hook. Use the current_user_id() function to get the current User ID
    oursky/skygear#470
  • Lambda function can specify whether authenticated user or access key
    is required oursky/skygear#367

v0.3.0

06 Jan 09:08
v0.3.0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Features

  • Set API Key to pubsub websocket request #85

Bug Fixes

  • Set search path properly before pass conn to db hook
  • Fix response not being returned in Container.send_action #96
  • Remove unused parameter at user.reset_password_by_username #93

v0.2.0

23 Dec 08:57
v0.2.0
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Bug Fixes

  • Fix unable to print formatted string when argument to every decorator is
    invalid