Skip to content

Commit 0faaec3

Browse files
flovilmartArthur Cinader
authored and
Arthur Cinader
committed
Release notes for 2.2.23 (#2895)
1 parent 021fe4d commit 0faaec3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)