Skip to content

Commit

Permalink
chore(release): 5.3.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed May 1, 2022
1 parent 59215e6 commit c372d16
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [5.3.0-alpha.1](https://github.com/parse-community/parse-server/compare/5.2.1...5.3.0-alpha.1) (2022-05-01)


### Bug Fixes

* 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))
* 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))
* 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))
* 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))
* 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))
* 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))

### Features

* 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))
* 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))

### Performance Improvements

* 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))

# [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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "5.3.0-alpha.7",
"version": "5.3.0-alpha.1",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit c372d16

Please sign in to comment.