Skygear Server Versions Save

Skygear - an open source serverless platform for modern secure app development

v1.5.0

6 years ago

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 is Gone or BadDeviceToken, the log level will be Info instead of Error.

v1.4.0

6 years ago

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

6 years ago

1.3.3 (2018-02-05)

Bug Fixes

  • Fix docker image missing ZMQ transport

Other Notes

  • Add tty: true to docker-compose.yml

v1.3.2

6 years ago

v1.3.1

6 years ago

1.3.1 (2018-01-04)

Other notes

This minor version updates the build script for docker images

  • Update to use alpine:3.7 in release image
  • Remove deps image Dockerfile

v1.3.0

6 years ago

1.3.0 (2018-01-04)

Features

  • Add new sso:custom_token:login handler #494
  • Record acl for transient fields (#496)

Bug Fixes

  • Fix timeNow does not return the current time in preprocessor

Other notes

  • Remove dependency on czmq
  • Use go dep to manage dependencies

v1.2.0

6 years ago

1.2.0 (2017-12-11)

Features

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

6 years ago

Bump for 1.2.0-alpha.1

v1.2.0-alpha.0

6 years ago

Bump for for 1.2.0-alpha.0

v1.1.3

6 years ago

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)