This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Releases: SkygearIO/skygear-server
Releases · SkygearIO/skygear-server
v1.5.0
1.5.0 (2018-4-23)
Features
- Update logic for user checking in preprocessors to support checking user
verify
Bug Fixes
- Fix async hook not executed
- Deserialize profile for login with custom token api
- Inject assets signer before calling before_save hook
- Password policy bug fixes, skip expiry check for change password handler
- Update log level on apns token invalid error. If the error occurred for
sending push notification isGoneorBadDeviceToken, the log level will
be Info instead of Error.
Release v1.4.0
1.4.0 (2018-03-06)
Features
- Support enable/disable user account
- Add auth:reset_password handler
- Add Baidu Push Notification Service
Bug Fixes
- Deserialize profile for oauth signup api (#550)
Other notes
- Collapse fine grained password policy errors
- Exit with non-zero status if encountering error
- Use gometalinter.v2
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
1.2.0 (2017-12-11)
Features
- Add SSO core support
Refs spec documentation:
https://github.com/SkygearIO/features/blob/38cde8abc8baec26dd67fd38acd6bd4fd3491dac/features/5-basic-sso/api.md
Four newhandler sso:oauth:login,sso:oauth:signup,sso:oauth:link,
sso:oauth:unlinkfor sso plugin to call. Main data flow controls by plugin
and possible for developer to alter it according to specific provider.
Other notes
- Rename docker-compose.{dev,make}.yml
- Update comment for login action in auth.go
- Fix port no. in docker-compose example
v1.2.0-alpha.1
Bump for 1.2.0-alpha.1
v1.2.0-alpha.0
Bump for for 1.2.0-alpha.0
v1.1.3
1.1.3 (2017-10-25)
Features
-
Update FieldACL Accessible matching logic (#479)
New matching criteria is, record type and record field.
- If no matched entries, return true
- Otherwise if user role does not fullfil matched entries, return false
- Otherwise return the result of the matched entry
Bug Fixes
- Fix role:get expecting User IDs from wrong keys (#475)