Skip to content

Commit cab69b4

Browse files
authored
Changelog 2.2.19 (#2686)
* Changelog 2.2.19 * Bumps package.json
1 parent ac348f5 commit cab69b4

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.19
4+
5+
* New: support for upgrading to revocable sessions, thanks to [Florent Vilmart](https://github.com/flovilmart)
6+
* New: NullCacheAdapter for disabling caching, thanks to [Yuki Takeichi](https://github.com/yuki-takeichi)
7+
* New: Account lockout policy [#2601](https://github.com/ParsePlatform/parse-server/pull/2601), thanks to [Diwakar Cherukumilli](https://github.com/cherukumilli)
8+
* New: Jobs endpoint for defining and run jobs (no scheduling), thanks to [Florent Vilmart](https://github.com/flovilmart)
9+
* New: Add --cluster option to the CLI, thanks to [Florent Vilmart](https://github.com/flovilmart)
10+
* New: Support for login with vk.com, thanks to [Nurdaulet Bolatov](https://github.com/nbolatov)
11+
* New: experimental support for postgres databases, thanks to [Florent Vilmart](https://github.com/flovilmart)
12+
* Fix: parse-server doesn't call next() after successful responses, thanks to [Florent Vilmart](https://github.com/flovilmart)
13+
* Fix: Nested objects are properly includeed with Pointer Permissions on, thanks to [Florent Vilmart](https://github.com/flovilmart)
14+
* Fix: null values in include calls are properly handled, thanks to [Florent Vilmart](https://github.com/flovilmart)
15+
* Fix: Schema validations now runs after beforeSave hooks, thanks to [Florent Vilmart](https://github.com/flovilmart)
16+
* Fix: usersname and passwords are properly type checked, thanks to [Bam Wang](https://github.com/bamwang)
17+
* Fix: logging in info log would log also in error log, thanks to [Florent Vilmart](https://github.com/flovilmart)
18+
* Fix: removes extaneous logging from ParseLiveQueryServer, thanks to [Flavio Torres](https://github.com/flavionegrao)
19+
* Fix: support for Range requests for files, thanks to [Brage G. Staven](https://github.com/Bragegs)
20+
321
### 2.2.18
422

523
* Fix: Improve support for objects in push alert, thanks to [Antoine Lenoir](https://github.com/alenoir)

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

0 commit comments

Comments
 (0)