Releases: SkygearIO/py-skygear
Releases · SkygearIO/py-skygear
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
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
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