-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters