Skip to content

Commit 0569ddd

Browse files
authored
⚡ Release 2.7.3 (#4622)
1 parent 3f19540 commit 0569ddd

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
33
### master
44
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.2...master)
55

6+
### 2.7.3
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.3...2.7.2)
8+
9+
#### Improvements:
10+
* Improve documentation for LiveQuery options, thanks to [Arthur Cinader](https://github.com/acinader)
11+
* Improve documentation for using cloud code with docker, thanks to [Stephen Tuso](https://github.com/stephentuso)
12+
* Adds support for Facebook's AccountKit, thanks to [6thfdwp](https://github.com/6thfdwp)
13+
* Disable afterFind routines when running aggregates, thanks to [Diamond Lewis](https://github.com/dplewis)
14+
* Improve support for distinct aggregations of nulls, thanks to [Diamond Lewis](https://github.com/dplewis)
15+
* Regenreate the email verification token when requesting a new email, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
16+
17+
#### Bug Fixes:
18+
* Fix issue affecting readOnly masterKey and purge command, thanks to [AreyouHappy](https://github.com/AreyouHappy)
19+
* Fixes Issue unsetting in beforeSave doesn't allow object creation, thanks to [Diamond Lewis](https://github.com/dplewis)
20+
* Fixes issue crashing server on invalid live query payload, thanks to [fridays](https://github.com/fridays)
21+
* Fixes issue affecting postgres storage adapter "undefined property '__op'", thanks to [Tyson Andre](https://github.com/TysonAndre)
22+
23+
#### Dependency Updates:
24+
* [[email protected]](https://www.npmjs.com/package/winston)
25+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
26+
* [[email protected]](https://www.npmjs.com/package/commander)
27+
* [[email protected]](https://www.npmjs.com/package/lru-cache)
28+
* [[email protected]](https://www.npmjs.com/package/parse)
29+
* [[email protected]](https://www.npmjs.com/package/ws)
30+
* [[email protected]](https://www.npmjs.com/package/mongodb)
31+
* [[email protected]](https://www.npmjs.com/package/lodash)
32+
33+
##### Devevelopment Dependencies Updates:
34+
* [[email protected]](https://www.npmjs.com/package/cross-env)
35+
* [[email protected]](https://www.npmjs.com/package/flow-bin)
36+
* [[email protected]](https://www.npmjs.com/package/jasmine)
37+
* [[email protected]](https://www.npmjs.com/package/parse)
38+
* [[email protected]](https://www.npmjs.com/package/babel-eslint)
39+
* [[email protected]](https://www.npmjs.com/package/nodemon)
40+
641
### 2.7.2
742
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.2...2.7.1)
843

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.7.2",
3+
"version": "2.7.3",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)