Skip to content

Commit 6102648

Browse files
authored
⚡ Release 2.7.0 (#4385)
* ⚡ Release 2.7.0 * Update CHANGELOG.md
1 parent dd55bbe commit 6102648

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

CHANGELOG.md

+37-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...master)
5+
6+
### 2.7.0
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...2.6.5)
8+
9+
Starting parse-server 2.7.0, the minimun nodejs version is 6.11.4, please update your engines before updating parse-server
10+
11+
#### New Features:
12+
* Aggregation endpoints, thanks to [Diamond Lewis](https://github.com/dplewis)
13+
* Adds indexation options onto Schema endpoints, thanks to [Diamond Lewis](https://github.com/dplewis)
14+
15+
#### Bug fixes:
16+
* Fixes sessionTokens being overridden in 'find' (#4332), thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
17+
* Proper `handleShutdown()` feature to close database connections (#4361), thanks to [CHANG, TZU-YEN](https://github.com/trylovetom)
18+
* Fixes issue affecting state of _PushStatus objects, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
19+
* Fixes issue affecting calling password reset password pages with wrong appid, thanks to [Bryan de Leon](https://github.com/bryandel)
20+
* Fixes issue affecting duplicates _Sessions on successive logins, thanks to [Florent Vilmart](https://github.com/flovilmart)
21+
22+
#### Improvements:
23+
* Updates contributing guides, and improves windows support, thanks to [Addison Elliott](https://github.com/addisonelliott)
24+
* Uses new official scoped packaged, thanks to [Florent Vilmart](https://github.com/flovilmart)
25+
* Improves health checks responses, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
26+
* Add password confirmation to choose_password, thanks to [Worathiti Manosroi](https://github.com/pungme)
27+
* Improve performance of relation queries, thanks to [Florent Vilmart](https://github.com/flovilmart)
28+
29+
#### Dependency Updates:
30+
* [[email protected]](https://www.npmjs.com/package/commander)
31+
* [[email protected]](https://www.npmjs.com/package/ws)
32+
* [[email protected]](https://www.npmjs.com/package/uws)
33+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
34+
* [[email protected]](https://www.npmjs.com/package/parse)
35+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
36+
37+
##### Devevelopment Dependencies Updates:
38+
* [[email protected]](https://www.npmjs.com/package/cross-env)
39+
40+
541

642
### 2.6.5
743
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...2.6.4)

package.json

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

0 commit comments

Comments
 (0)