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

Releases: SkygearIO/skygear-server

v0.21.2

09 Feb 12:07
v0.21.2
Compare
Choose a tag to compare

Bug Fixes

  • Fix request context not initialized (#284)

v0.21.1

19 Jan 11:57
Compare
Choose a tag to compare

Features

  • Add _status:healthz endpoint (#264)

Bug Fixes

  • Fix ST_DWithin query (#266)

v0.21.0

11 Jan 04:09
Compare
Choose a tag to compare

Features

  • Support token based APNS (#239)

v0.20.0

20 Dec 05:57
Compare
Choose a tag to compare

Features

  • Support s3 asset store url prefix (#254)
  • Support unregister device (#249)
  • Add configuration for timeout of plugin
  • Provide skygear config for plugin init events

Bug Fixes

  • Fix postgis-2.3 not found

Other Notes

  • More log when plugin response is invalid (#232)

  • Put access_key_type to plugin request context (#238)

  • Limit the number of bytes in request log

    The existing implementation prints the response body for certain type
    this pose a problem to log collection when the response body is too big.

  • Better handling for unrecognized data type (#231)

    This is achieved by introducing a new skydb type called Unknown, which
    will be passed to client when the server sees a column with an
    unrecognized data type.

    Previous behavior will result in skygear server throwing an error when
    it sees a column with unrecognized data type.

v0.19.1

12 Nov 07:42
v0.19.1
Compare
Choose a tag to compare

Bug Fixes

  • Fix plugin lambda / handler always require API key

v0.19.0

10 Nov 11:09
v0.19.0
Compare
Choose a tag to compare

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

v0.18.0

29 Oct 07:57
v0.18.0
Compare
Choose a tag to compare

Features

  • Refresh token at me endpoint (#118)

Bug Fixes

  • Fix unable to detect schema conflict (#140)
  • Check for username/email duplicate when updating (#124)
  • Resolve socket exhaust problem on high concurrency (#160)
  • Fix skygear not sending init to plugin when restarted quickly (#150)
  • Fix auth:password response invalid access token (#142)

Other Notes

  • Properly stop pubsub hub at test case
  • Allow run test with docker-compose (#157)
  • Make changes for smaller number of image layers
  • Add ca-certificate to deps building pipeline (#154)
  • Mark the skygear-server restart to always in Docker Compose (#145)

v0.17.1

23 Sep 11:19
v0.17.1
Compare
Choose a tag to compare

Bug Fixes

  • Fix not able to update user after signup with auth provider

v0.17.0

15 Sep 08:47
Compare
Choose a tag to compare

Bug fixes

  • auth:login return last seen that query from DB,
    not current timestamp (#110)
  • Fix bugs on me clear out the last login at for user

v0.16.0

02 Sep 13:48
v0.16.0
Compare
Choose a tag to compare

Features

  • Implement slave mode (#103, #104, #105)
  • Provide user last logged in and last seen at _user
  • Support Cloud Asset (#107)
  • Implement me endpoint to get current user (#111)

Bug Fixes

  • Update amz.v3 for signing s3 asset with UTC

Other Notes

  • Revamp release binaries building
  • Upgrade postgres to 9.5