Skip to content

Commit c372d16

Browse files
chore(release): 5.3.0-alpha.1 [skip ci]
# [5.3.0-alpha.1](5.2.1...5.3.0-alpha.1) (2022-05-01) ### Bug Fixes * custom database options are not passed to MongoDB GridFS ([#7911](#7911)) ([f78f50b](f78f50b)) * peer dependency mismatch for GraphQL dependencies ([#7934](#7934)) ([7dbc117](7dbc117)) * return correct response when revert is used in beforeSave ([#7839](#7839)) ([19900fc](19900fc)) * security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 ([#7948](#7948)) ([0ec5e64](0ec5e64)) * security upgrade moment from 2.29.1 to 2.29.2 ([#7931](#7931)) ([be2000b](be2000b)) * security upgrade parse push adapter from 4.1.0 to 4.1.2 ([#7893](#7893)) ([edcfede](edcfede)) ### Features * add MongoDB 5.1 compatibility ([#7682](#7682)) ([abf2b27](abf2b27)) * add MongoDB 5.2 support ([#7894](#7894)) ([145f948](145f948)) ### Performance Improvements * reduce database operations when using the constant parameter in Cloud Function validation ([#7892](#7892)) ([d43e2da](d43e2da))
1 parent 59215e6 commit c372d16

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

changelogs/CHANGELOG_alpha.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [5.3.0-alpha.1](https://github.com/parse-community/parse-server/compare/5.2.1...5.3.0-alpha.1) (2022-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* custom database options are not passed to MongoDB GridFS ([#7911](https://github.com/parse-community/parse-server/issues/7911)) ([f78f50b](https://github.com/parse-community/parse-server/commit/f78f50b6641cb0fc0444befd8b71c9c129df7164))
7+
* peer dependency mismatch for GraphQL dependencies ([#7934](https://github.com/parse-community/parse-server/issues/7934)) ([7dbc117](https://github.com/parse-community/parse-server/commit/7dbc117cd8182018cd59915c5e794e2d1fa55571))
8+
* return correct response when revert is used in beforeSave ([#7839](https://github.com/parse-community/parse-server/issues/7839)) ([19900fc](https://github.com/parse-community/parse-server/commit/19900fcdf8c9f29a674fb62cf6e4b3341d796891))
9+
* security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 ([#7948](https://github.com/parse-community/parse-server/issues/7948)) ([0ec5e64](https://github.com/parse-community/parse-server/commit/0ec5e64303d5d8b0d507f4208fdf4e16270a5bdd))
10+
* security upgrade moment from 2.29.1 to 2.29.2 ([#7931](https://github.com/parse-community/parse-server/issues/7931)) ([be2000b](https://github.com/parse-community/parse-server/commit/be2000b1a3a1f9478b29fd92aa1f6d75e30bd1ad))
11+
* security upgrade parse push adapter from 4.1.0 to 4.1.2 ([#7893](https://github.com/parse-community/parse-server/issues/7893)) ([edcfede](https://github.com/parse-community/parse-server/commit/edcfede0655c71e2efb8896539f87c652cd5a1a1))
12+
13+
### Features
14+
15+
* add MongoDB 5.1 compatibility ([#7682](https://github.com/parse-community/parse-server/issues/7682)) ([abf2b27](https://github.com/parse-community/parse-server/commit/abf2b2709a9d079c5005161ae781c5f4c5583995))
16+
* add MongoDB 5.2 support ([#7894](https://github.com/parse-community/parse-server/issues/7894)) ([145f948](https://github.com/parse-community/parse-server/commit/145f9480934de201cd5fa956254f1da60ce760e7))
17+
18+
### Performance Improvements
19+
20+
* reduce database operations when using the constant parameter in Cloud Function validation ([#7892](https://github.com/parse-community/parse-server/issues/7892)) ([d43e2da](https://github.com/parse-community/parse-server/commit/d43e2dadcbf0841b65ae5dc738dbeeca214f0814))
21+
122
# [5.3.0-alpha.7](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.6...5.3.0-alpha.7) (2022-04-25)
223

324

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "5.3.0-alpha.7",
3+
"version": "5.3.0-alpha.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)