All Versions
57
Latest Version
Avg Release Cycle
36 days
Latest Release
1809 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.6.0 Changes
June 26, 20181.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
orBadDeviceToken
, 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, 2018Other 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
- โ Add SSO core support
Refs spec documentation:
https://github.com/SkygearIO/features/blob/38cde8abc8baec26dd67fd38acd6bd4fd3491dac/features/5-basic-sso/api.md
Four new
handler sso:oauth:login
,sso:oauth:signup
,sso:oauth:link
,sso:oauth:unlink
for 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
- โ Add SSO core support
Refs spec documentation:
https://github.com/SkygearIO/features/blob/38cde8abc8baec26dd67fd38acd6bd4fd3491dac/features/5-basic-sso/api.md
Four new
-
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