⚡ Release 2.6.4 (#4287)
* ⚡ Release 2.6.4
* Marks port ENV var as PORT
* Fixes broken definitions
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
This commit is contained in:
34
CHANGELOG.md
34
CHANGELOG.md
@@ -1,7 +1,39 @@
|
||||
## Parse Server Changelog
|
||||
|
||||
### master
|
||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.3...master)
|
||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.4...master)
|
||||
|
||||
### 2.6.4
|
||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.4...2.6.3)
|
||||
|
||||
### Improvements:
|
||||
* Improves management of configurations and default values, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||
* Adds ability to start ParseServer with `ParseServer.start(options)`, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||
* Adds request original IP to cloud code hooks, thanks to [Gustav Ahlberg](https://github.com/Gyran)
|
||||
* Corrects some outdated links, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
|
||||
* Adds serverURL validation on startup, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
|
||||
* Adds ability to login with POST requests alongside GET, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
|
||||
* Adds ability to login with email, instead of username, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||
|
||||
### Bug Fixes:
|
||||
* Fixes issue affecting beforeSaves and increments, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
|
||||
|
||||
#### Dependency Updates:
|
||||
* [parse-server-push-adapter@2.0.2](https://www.npmjs.com/package/parse-server-push-adapter)
|
||||
* [semver@5.4.1](https://www.npmjs.com/package/semver)
|
||||
* [pg-promise@7.0.3](https://www.npmjs.com/package/pg-promise)
|
||||
* [mongodb@2.2.33](https://www.npmjs.com/package/mongodb)
|
||||
* [parse@1.10.1](https://www.npmjs.com/package/mongodb)
|
||||
* [express@4.16.0](https://www.npmjs.com/package/express)
|
||||
* [mime@1.4.1](https://www.npmjs.com/package/mime)
|
||||
* [parse-server-simple-mailgun-adapter@1.0.1](https://www.npmjs.com/package/parse-server-simple-mailgun-adapter)
|
||||
|
||||
##### Devevelopment Dependencies Updates:
|
||||
* [babel-preset-env@1.6.1](https://www.npmjs.com/package/babel-preset-env)
|
||||
* [cross-env@5.1.0](https://www.npmjs.com/package/cross-env)
|
||||
* [mongodb-runner@3.6.1](https://www.npmjs.com/package/mongodb-runner)
|
||||
* [eslint-plugin-flowtype@2.39.1](https://www.npmjs.com/package/eslint-plugin-flowtype)
|
||||
* [eslint@4.9.0](https://www.npmjs.com/package/eslint)
|
||||
|
||||
### 2.6.3
|
||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...2.6.3)
|
||||
|
||||
Reference in New Issue
Block a user