-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
⚡ Release 2.6.4 #4287
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
⚡ Release 2.6.4 #4287
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f7bf105
:zap: Release 2.6.4
flovilmart e483a51
Marks port ENV var as PORT
flovilmart cbde690
Fixes broken definitions
flovilmart ebf9f63
Update CHANGELOG.md
flovilmart 2ec9745
Update CHANGELOG.md
flovilmart b21b388
Update CHANGELOG.md
flovilmart baa5dda
Merge branch 'master' into release-2.6.4
natanrolnik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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/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: | ||
* [[email protected]](https://www.npmjs.com/package/parse-server-push-adapter) | ||
* [[email protected]](https://www.npmjs.com/package/semver) | ||
* [[email protected]](https://www.npmjs.com/package/pg-promise) | ||
* [[email protected]](https://www.npmjs.com/package/mongodb) | ||
* [[email protected]](https://www.npmjs.com/package/mongodb) | ||
* [[email protected]](https://www.npmjs.com/package/express) | ||
* [[email protected]](https://www.npmjs.com/package/mime) | ||
* [[email protected]](https://www.npmjs.com/package/parse-server-simple-mailgun-adapter) | ||
|
||
##### Devevelopment Dependencies Updates: | ||
* [[email protected]](https://www.npmjs.com/package/babel-preset-env) | ||
* [[email protected]](https://www.npmjs.com/package/cross-env) | ||
* [[email protected]](https://www.npmjs.com/package/mongodb-runner) | ||
* [[email protected]](https://www.npmjs.com/package/eslint-plugin-flowtype) | ||
* [[email protected]](https://www.npmjs.com/package/eslint) | ||
|
||
### 2.6.3 | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...2.6.3) | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was dumbly competing with k8s when your service is named PARSE_SERVER, k8s exposed it as an env variable, but this is not a port (int) but the tcp URL for the service 🤕🔫