Skip to content

Commit a60935d

Browse files
authored
Changelog for 2.2.22 (#2775)
* Changelog for 2.2.22 * Update CHANGELOG.md
1 parent 509f90b commit a60935d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## Parse Server Changelog
22

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+
321
### 2.2.21
422

523
* Fix: Reverts removal of babel-polyfill

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.21",
3+
"version": "2.2.22",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)