File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
21
### 2.2.21
4
22
5
23
* Fix: Reverts removal of babel-polyfill
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.21 " ,
3
+ "version" : " 2.2.22 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments