This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Releases: SkygearIO/skygear-server
Releases · SkygearIO/skygear-server
v0.21.2
v0.21.1
v0.21.0
v0.20.0
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
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
- Send JSON-encoded plugin call in http request body (SkygearIO/py-skygear#82)
v0.18.0
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)