All Versions
57
Latest Version
Avg Release Cycle
36 days
Latest Release
1843 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.6.1 Changes
March 29, 2016๐ Bug Fixes
- ๐ Fix last subscriber stealing all published message oursky/skygear-server#642
-
v0.6.0 Changes
February 24, 2016๐ Features
- ๐ง Pass skygear configuration to plugin #492
- Return 403 Forbidden for PermissionDenied error
- Implement saving role based acl #298
- โ Add checking of user permission before modify roles #539
- Only init db for the first time db is opened #573
- โก๏ธ Update build script to build with zmq in linux
- Bring back subscription:{save,fetch}
- โ Remove the alembic migrate related deployment files #268
- Skygear will migrate db itself #268
- Reject request with duplicated roles specified user #564
- ๐ Support for master key #294
๐ Bug Fixes
- ๐ Fix bug on serizlise Sequence to plugin #559
- ๐ Fix bug on base64 encode at exec transport
Other Notes
- โ Add go generate sources #571
- โ Add script for cross compile binaries
-
v0.5.0 Changes
February 17, 2016๐ Features
- 0๏ธโฃ Make zmq optional and it is not compiled by default #543
- Implement
schema:*
handler for getting and modifying database schema #491schema:fetch
schema:create
schema:rename
schema:delete
- โ Add middleware to support CORS #273
- ๐ Implement http transport and support request context to console transport #537, #538
- ๐ Better exec transport by providing config and print log in skygear #538
- โ Add
role:admin
androle:default
for system config #295 - ๐ Support for user record #409
Skygear will create user record that have same id as
_user
when user signup.- Behaviour of
auth:login
andauth:signup
is modified to create user record when a new user is created. - Behaviour of user:query and relation:query remains unchanged.
record:query
is extended to supportUserDiscoverFunc
which returns user by email address.record:query
returns user record when eager loading user through reserved fields (e.g._owner_id
).- It is not allowed to delete user record.
- Behaviour of
- โ Add
DevOnlyProcessor
to restrict dev-only endpoint - ๐ Pass plugin exception info to client oursky/py-skygear#109
- ๐ Support registering multiple hooks of same kind oursky/py-skygear#108
๐ Bug Fixes
- ๐ Fix dev_only preprocessor wrongly required by home handler #549
- ๐ Fix zmq socket leak #425, #527
Other Notes
- โก๏ธ Update docker-compose.yml to version 2
- ๐ฐ Unify handler to use mapstructure to convert the payload #545
- โก๏ธ Update goczmq
-
v0.4.1 Changes
January 28, 2016๐ Features
- โก๏ธ Implement updates of user roles via user:update #296, #295
๐ Bug Fixes
- ๐ Fix serializing a wrong location field to plugin #519
- ๐ฒ Recover from zmq crash and log to errors #527
- ๐ Fix before save hook without ownerID #528
Other Notes
- Declare preprocessors by dependency injection #499
- ๐ Make the Processor an interface with Preprocess func #501
- ๐ Unify handler and plugin serialization #519
-
v0.4.0 Changes
January 13, 2016๐ Features
- ๐ Request context is now passed from skygear to plugin. Only lambda and hook are supported #470
- Lambda function can specify whether authenticated user or access key is required #267
Other Notes
- Refractor handler as struct and use facebookgo/inject to manage dependency #482
- ๐ง Specify access control type through configuration #297
-
v0.3.0 Changes
January 06, 2016๐ Features
- ๐ฒ Show executed SQL count in log #428
- Include signed url on asset uploaded response #427
- ๐ User relation query now supports pagination using offset and limit parameter #456
๐ Bug Fixes
- Panic is now catched by router and appropriate response returned #478
- Status code for some error condition
- โ Removed fs database driver #433
- Incorrect error code when changing password #408
- ๐ Properly log Plugin transport state changes #279
- Return status OK on logout success
- 0๏ธโฃ Make public database as default database
- Panic when trying to logout a user #477
- ๐ Improve reliability for zmq plugin during init #453, #452
- ๐ Fix skygear fail to start because cert/key path cannot be opened, even if APNS is disabled #461
- ๐ Fix not terminating coroutine after websocket connection has closed
- ๐ Fix unable to send push notifications to all devices when multiple are configued #462
- ๐ Retry plugin init request rather than waiting indefinitely #452
- Deduplicate the device.Token to send to user devices
- Send to all deivces of a user instead of last device at push to user handler
Other Notes
- Temporarily require only naive API key for asset upload #470
-
v0.2.0 Changes
December 23, 2015๐ Features
- Require authenticated user for subscription and device register #431
- ๐ Support public asset store, return an un-signed URL for public store #385
- ๐ Better error detection when query is malformed, especially when comparing map with keypath #339
- Introduce consistent error code #427
- Eager load records in a batch using SQL
IN
operator #395
๐ Bug Fixes
- Retry opening connection to database when starting #440
- ๐ Fix bug on transient field returning a wrong object #436
- ๐ Fix unable to upload asset with
+
in file name #426