Skip to content

⚡ Release 2.8.2 #4802

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 1 commit into from
Jun 4, 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
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
## Parse Server Changelog

### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.1...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...master)

### 2.8.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...2.8.1)

##### Bug Fixes:
* Ensure legacy users without ACL's are not locked out, thanks to [Florent Vilmart](https://github.com/flovilmart)

#### Improvements:
* Use common HTTP agent to increase webhooks performance, thanks to [Tyler Brock](https://github.com/TylerBrock)
* Adds withinPolygon support for Polygon objects, thanks to [Mads Bjerre](https://github.com/madsb)

#### Dependency Updates:
* [[email protected]](https://www.npmjs.com/package/ws)
* [[email protected]](https://www.npmjs.com/package/commander)
* [[email protected]](https://www.npmjs.com/package/nodemon)

##### Devevelopment Dependencies Updates:
* [[email protected]](https://www.npmjs.com/package/flow-bin)
* [[email protected]](https://www.npmjs.com/package/cross-env)
* [[email protected]](https://www.npmjs.com/package/gaze)
* [[email protected]](https://www.npmjs.com/package/deepcopy)
* [[email protected]](https://www.npmjs.com/package/deep-diff)


### 2.8.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.1...2.8.0)
Expand Down
Loading