Release notes for 2.2.23 (#2895)

This commit is contained in:
Florent Vilmart
2016-10-19 21:01:12 -04:00
committed by Arthur Cinader
parent 021fe4d336
commit 0faaec3224
2 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,20 @@
## Parse Server Changelog
### 2.2.23
* Run liveQuery server from CLI with a different port, thanks to [Florent Vilmart](https://github.com/flovilmart)
* Support for Postgres databaseURI, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
* Support for Postgres options, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
* Improved support for google login (id_token and access_token), thanks to [Florent Vilmart](https://github.com/flovilmart)
* Improvements with VKontakte login, thanks to [Eugene Antropov](https://github.com/antigp)
* Improved support for `select` and `include`, thanks to [Florent Vilmart](https://github.com/flovilmart)
#### Bug fixes
* Fix error when updating installation with useMasterKey (#2888), thanks to [Jeremy Louie](https://github.com/JeremyPlease)
* Fix bug affecting usage of multiple `notEqualTo`, thanks to [Jeremy Louie](https://github.com/JeremyPlease)
* Improved support for null values in arrays, thanks to [Florent Vilmart](https://github.com/flovilmart)
### 2.2.22
* Minimum nodejs engine is now 4.5

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.2.22",
"version": "2.2.23",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {