Skip to content

Commit

Permalink
⚡ Release 2.7.2 (#4521)
Browse files Browse the repository at this point in the history
* ⚡ Release 2.7.2

* Update CHANGELOG.md
  • Loading branch information
flovilmart authored Jan 24, 2018
1 parent edba18f commit 550b69e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@
## Parse Server Changelog

### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.2...master)

### 2.7.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.2...2.7.1)

#### Improvements:
* Improved match aggregate
* Do not mark the empty pushs as failed
* Support pointer in aggregate query
* Introduces flow types for storage
* Postgres: Refactoring of Postgres Storage Adapter
* Postgres: Support for multiple projection in aggregate
* Postgres: performance optimizations
* Adds infos about vulnerability disclosures
* Adds ability to login with email when provided as username

#### Bug Fixes
* Scrub Passwords with URL Encoded Characters
* Fixes issue affecting using sorting in beforeFind

#### Dependency Updates:
* [[email protected]](https://www.npmjs.com/package/commander)
* [[email protected]](https://www.npmjs.com/package/semver)
* [[email protected]](https://www.npmjs.com/package/pg-promise)
* [[email protected]](https://www.npmjs.com/package/ws)
* [[email protected]](https://www.npmjs.com/package/mime)
* [[email protected]](https://www.npmjs.com/package/parse)

##### Devevelopment Dependencies Updates:
* [[email protected]](https://www.npmjs.com/package/nodemon)
* [[email protected]](https://www.npmjs.com/package/flow-bin)
* [[email protected]](https://www.npmjs.com/package/jasmine)
* [[email protected]](https://www.npmjs.com/package/cross-env)

### 2.7.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.1...2.7.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.7.1",
"version": "2.7.2",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 550b69e

Please sign in to comment.