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

Releases: SkygearIO/skygear-server

v1.5.0

23 Apr 11:06
v1.5.0

Choose a tag to compare

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.

Release v1.4.0

06 Mar 11:44
v1.4.0
f59b779

Choose a tag to compare

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

05 Feb 11:36
v1.3.3

Choose a tag to compare

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

02 Feb 07:06
v1.3.2
9b0d936

Choose a tag to compare

Release v1.3.2

v1.3.1

04 Jan 11:35

Choose a tag to compare

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

04 Jan 06:18

Choose a tag to compare

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

11 Dec 09:23

Choose a tag to compare

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

17 Nov 13:10

Choose a tag to compare

v1.2.0-alpha.1 Pre-release
Pre-release

Bump for 1.2.0-alpha.1

v1.2.0-alpha.0

16 Nov 10:33

Choose a tag to compare

Bump for for 1.2.0-alpha.0

v1.1.3

25 Oct 04:54

Choose a tag to compare

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)