-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
⚡ Release 2.6.3 #4233
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.3 #4233
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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,37 @@ | ||
| ## Parse Server Changelog | ||
|
|
||
| ### master | ||
| [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...master) | ||
| [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.3...master) | ||
|
|
||
| ### 2.6.3 | ||
| [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...2.6.3) | ||
|
|
||
| #### Improvements: | ||
| * Queries on Pointer fields with $in and $nin now supports list of objectId's, thanks to [Florent Vilmart](https://github.com/flovilmart) | ||
| * LiveQueries on $in and $nin for pointer fields work as expected thanks to [Florent Vilmart](https://github.com/flovilmart) | ||
| * Also remove device token when APNS error is BadDeviceToken, thanks to [Mauricio Tollin](https://github.com/) | ||
| * LRU cache is not available on the ParseServer object, thanks to [Tyler Brock](https://github.com/tbrock) | ||
| * Error messages are more expressive, thanks to [Tyler Brock](https://github.com/tbrock) | ||
| * Postgres: Properly handle undefined field values, thanks to [Diamond Lewis](https://github.com/dlewis) | ||
| * Updating with two GeoPoints fails correctly, thanks to [Anthony Mosca](https://github.com/aontas) | ||
|
|
||
| #### New Features: | ||
| * Adds ability to set a maxLimit on server configuration for queries, thanks to [Chris Norris](https://github.com/) | ||
|
|
||
| #### Bug fixes: | ||
| * Fixes issue affecting reporting _PushStatus with misconfigured serverURL, thanks to [Florent Vilmart](https://github.com/flovilmart) | ||
| * Fixes issue affecting deletion of class that doesn't exist, thanks to [Diamond Lewis](https://github.com/dlewis) | ||
|
|
||
| #### Dependency Updates: | ||
| * [[email protected]](https://www.npmjs.com/package/winston) | ||
| * [[email protected]](https://www.npmjs.com/package/pg-promise) | ||
| * [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file) | ||
| * [[email protected]](https://www.npmjs.com/package/request) | ||
| * [[email protected]](https://www.npmjs.com/package/body-parser) | ||
|
|
||
| ##### Devevelopment Dependencies Updates: | ||
| * [[email protected]](https://www.npmjs.com/package/request-promise) | ||
| * [[email protected]](https://www.npmjs.com/package/eslint) | ||
|
|
||
| ### 2.6.2 | ||
| [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...2.6.2) | ||
|
|
||
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.
hm, is the _ in PushSatus making the rest of it itals?? maybe take out that _
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.
yep you're right!
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.
according to the interwens, you can escape with _boo
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.
ha \_boo
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.
added backquotes as it looks like code :)