Changelog for 2.2.22 (#2775)
* Changelog for 2.2.22 * Update CHANGELOG.md
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,5 +1,23 @@
|
|||||||
## Parse Server Changelog
|
## Parse Server Changelog
|
||||||
|
|
||||||
|
### 2.2.22
|
||||||
|
|
||||||
|
* Minimum nodejs engine is now 4.5
|
||||||
|
|
||||||
|
#### New Features
|
||||||
|
* New: CLI for parse-live-query-server, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* New: Start parse-live-query-server for parse-server CLI, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
|
||||||
|
#### Bug fixes
|
||||||
|
* Fix: Include with pointers are not conflicting with get CLP anymore, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fix: Removes dependency on babel-polyfill, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fix: Support nested select calls, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fix: Use native column selection instead of runtime, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fix: installationId header is properly used when updating `_Installation` objects, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fix: don't crash parse-server on improperly formatted live-query messages, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fix: Passwords are properly stripped out of logs, thanks to [Arthur Cinader](https://github.com/acinader)
|
||||||
|
* Fix: Lookup for email in username if email is not set, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
|
||||||
### 2.2.21
|
### 2.2.21
|
||||||
|
|
||||||
* Fix: Reverts removal of babel-polyfill
|
* Fix: Reverts removal of babel-polyfill
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "2.2.21",
|
"version": "2.2.22",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user