File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11## Parse Server Changelog
22
3+ ### 2.2.22
4+
5+ * Minimum nodejs engine is now 4.5
6+
7+ #### New Features
8+ * New: CLI for parse-live-query-server, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
9+ * New: Start parse-live-query-server for parse-server CLI, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
10+
11+ #### Bug fixes
12+ * Fix: Include with pointers are not conflicting with get CLP anymore, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
13+ * Fix: Removes dependency on babel-polyfill, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
14+ * Fix: Support nested select calls, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
15+ * Fix: Use native column selection instead of runtime, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
16+ * Fix: installationId header is properly used when updating ` _Installation ` objects, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
17+ * Fix: don't crash parse-server on improperly formatted live-query messages, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
18+ * Fix: Passwords are properly stripped out of logs, thanks to [ Arthur Cinader] ( https://github.com/acinader )
19+ * Fix: Lookup for email in username if email is not set, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
20+
321### 2.2.21
422
523* Fix: Reverts removal of babel-polyfill
Original file line number Diff line number Diff line change 11{
22 "name" : " parse-server" ,
3- "version" : " 2.2.21 " ,
3+ "version" : " 2.2.22 " ,
44 "description" : " An express module providing a Parse-compatible API server" ,
55 "main" : " lib/index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments