File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11## Parse Server Changelog
22
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+
318### 2.2.22
419
520* Minimum nodejs engine is now 4.5
Original file line number Diff line number Diff line change 11{
22 "name" : " parse-server" ,
3- "version" : " 2.2.22 " ,
3+ "version" : " 2.2.23 " ,
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