Skip to content

⚡ Release 2.7.2 #4521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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