Releases: SkygearIO/py-skygear
Releases · SkygearIO/py-skygear
v1.7.0
1.7.0 (2019-01-21)
Other Notes
latest
Update CHANGELOG for v1.7.0
v1.6.1
1.6.1 (2018-09-04)
Bug Fixes
- Fix registered provider being overwrite issue
- Fix missing offset for Query
- Fix percent escape asset name
v1.6.0
1.6.0 (2018-06-26)
Features
- Add Lambda support for Skygear Data Type #195
- Support structural logging with JSON formatter #207
Bug Fixes
- Option should be optional when a default is specified
- Fix multiple registration of 'init' event
- Register multiple event handlers #209
Other Notes
- Disallow registering for 'init' event
- Support
async_
hook param in addition to async
- Update to python 3.6 in travis and docker image
v1.5.0
1.5.0 (2018-04-23)
Other Notes
- Pubsub improvement, pubsub.publish supports multiple channel, sending the
same data to multiple channels with the same connection
- Fix unable to change record ACL settings in before save
v1.4.1
1.4.1 (2018-04-09)
Other Notes
- Update settings parsing (#186, #187)
- Update bcrypt to 3.1.4
v1.4.0
1.4.0 (2018-03-07)
Other Notes
- Update psycopg2 for supporting postgres10.1
- Update README for removing exec transport
v1.3.0
1.3.0 (2018-01-04)
Bug Fixes
- Fix register handler with different HTTP method (#164)
v1.2.0
Features
- Initial Database Query Interface Implementation
Other Notes
v1.1.1
1.1.1 (2017-11-13)
Festures
Other Notes
- Update README.md for broken links and clarity
- Fix Make files
- Update example