File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
+ ### 2.2.23
4
+
5
+ * Run liveQuery server from CLI with a different port, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
6
+ * Support for Postgres databaseURI, thanks to [ Kulshekhar Kabra] ( https://github.com/kulshekhar )
7
+ * Support for Postgres options, thanks to [ Kulshekhar Kabra] ( https://github.com/kulshekhar )
8
+ * Improved support for google login (id_token and access_token), thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
9
+ * Improvements with VKontakte login, thanks to [ Eugene Antropov] ( https://github.com/antigp )
10
+ * Improved support for ` select ` and ` include ` , thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
11
+
12
+ #### Bug fixes
13
+
14
+ * Fix error when updating installation with useMasterKey (#2888 ), thanks to [ Jeremy Louie] ( https://github.com/JeremyPlease )
15
+ * Fix bug affecting usage of multiple ` notEqualTo ` , thanks to [ Jeremy Louie] ( https://github.com/JeremyPlease )
16
+ * Improved support for null values in arrays, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
17
+
3
18
### 2.2.22
4
19
5
20
* Minimum nodejs engine is now 4.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.22 " ,
3
+ "version" : " 2.2.23 " ,
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