Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

v0.19.0

Compare
Choose a tag to compare
@cheungpat cheungpat released this 10 Nov 11:09
· 3521 commits to master since this release
v0.19.0

Incompatible changes

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

Features

  • Support plugin only request during plugin initialization
  • Add support for bigint db type
  • Make use of ST_DWithin to compare distance (#213)
  • Support plugin event (#199)

Bug Fixes

  • Fix various issues with creating user on sign up (#218)
  • Fix schema extending more than necessary
  • Fix unable to configure sentry log hook

Other Notes