All Versions
57
Latest Version
Avg Release Cycle
36 days
Latest Release
1485 days ago

Changelog History
Page 2

  • v1.6.0 Changes

    June 26, 2018

    1.6.0 (2018-6-26)

    ๐Ÿ”‹ Features

    • โž• Add Lambda support for Skygear Data Type
    • ๐Ÿ‘Œ Support structural logging with JSON formatter

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix content-type not sent to assetd
    • ๐Ÿ›  Fix cannot login user if user record is not public read

    Other notes

    • ๐Ÿ”จ Refactor how processors are injected to plugin handlers/lambdas
    • โœ… Add GO_TEST_VERBOSE=1 to print verbose go test log
    • โž• Add go1.10.1 to build target
    • ๐Ÿ›  Fix go1.10 compatibility and fix some string format
  • v1.5.0 Changes

    ๐Ÿ”‹ 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 Changes

    March 06, 2018

    ๐Ÿ”‹ 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 Changes

    February 05, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix docker image missing ZMQ transport

    Other Notes

    • โž• Add tty: true to docker-compose.yml
  • v1.3.2 Changes

    January 31, 2018

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support for Security Audit Feature

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix signup profile fail to save various field type due to incorrect serialization (#524)
    • ๐Ÿ›  Fix fail to create record for user who have create access role (#527)

    Other notes

    • โšก๏ธ Update golang to 1.9
    • ๐Ÿš€ Use multi-stage build for docker release image
  • v1.3.1 Changes

    January 04, 2018

    Other notes

    โšก๏ธ This minor version is mainly to update the build script for docker images

    • ๐Ÿš€ Update to use alpine:3.7 in release image
    • โœ‚ Remove deps image Dockerfile
  • v1.3.0 Changes

    January 04, 2018

    ๐Ÿ”‹ 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 Changes

    December 11, 2017

    ๐Ÿ”‹ 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.1.3 Changes

    October 25, 2017

    ๐Ÿ”‹ 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)
  • v1.1.2

    October 10, 2017