Skip to content

Releases: SkygearIO/py-skygear

v1.7.0

21 Jan 06:59
v1.7.0
Compare
Choose a tag to compare

1.7.0 (2019-01-21)

Other Notes

  • Update requests>=2.20.0

latest

21 Jan 07:04
Compare
Choose a tag to compare
Update CHANGELOG for v1.7.0

v1.6.1

04 Sep 06:51
v1.6.1
Compare
Choose a tag to compare

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

26 Jun 08:31
v1.6.0
Compare
Choose a tag to compare

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

23 Apr 11:10
v1.5.0
Compare
Choose a tag to compare

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

09 Apr 08:38
v1.4.1
Compare
Choose a tag to compare

1.4.1 (2018-04-09)

Other Notes

  • Update settings parsing (#186, #187)
  • Update bcrypt to 3.1.4

v1.4.0

07 Mar 07:10
v1.4.0
Compare
Choose a tag to compare

1.4.0 (2018-03-07)

Other Notes

  • Update psycopg2 for supporting postgres10.1
  • Update README for removing exec transport

v1.3.0

04 Jan 08:05
Compare
Choose a tag to compare

1.3.0 (2018-01-04)

Bug Fixes

  • Fix register handler with different HTTP method (#164)

v1.2.0

07 Dec 12:00
Compare
Choose a tag to compare

Features

  • Initial Database Query Interface Implementation

Other Notes

v1.1.1

13 Oct 10:32
Compare
Choose a tag to compare

1.1.1 (2017-11-13)

Festures

Other Notes

  • Update README.md for broken links and clarity
  • Fix Make files
  • Update example