Skip to content

Commit edd416b

Browse files
chore(release): 7.0.0-alpha.25 [skip ci]
# [7.0.0-alpha.25](7.0.0-alpha.24...7.0.0-alpha.25) (2024-03-05) ### Features * Deprecation DEPPS5: Config option `allowClientClassCreation` defaults to `false` ([#8849](#8849)) ([29624e0](29624e0)) ### BREAKING CHANGES * The Parse Server option `allowClientClassCreation` defaults to `false`. ([29624e0](29624e0))
1 parent 29624e0 commit edd416b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

changelogs/CHANGELOG_alpha.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0-alpha.25](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.24...7.0.0-alpha.25) (2024-03-05)
2+
3+
4+
### Features
5+
6+
* Deprecation DEPPS5: Config option `allowClientClassCreation` defaults to `false` ([#8849](https://github.com/parse-community/parse-server/issues/8849)) ([29624e0](https://github.com/parse-community/parse-server/commit/29624e0fae17161cd412ae58d35a195cfa286cad))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The Parse Server option `allowClientClassCreation` defaults to `false`. ([29624e0](29624e0))
12+
113
# [7.0.0-alpha.24](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.23...7.0.0-alpha.24) (2024-03-05)
214

315

package-lock.json

+2-2
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": "7.0.0-alpha.24",
3+
"version": "7.0.0-alpha.25",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)