Skip to content

Commit 81e9a93

Browse files
chore(release): 8.0.1 [skip ci]
## [8.0.1](8.0.0...8.0.1) (2025-03-17) ### Bug Fixes * Security upgrade node from 20.18.2-alpine3.20 to 20.19.0-alpine3.20 ([#9652](#9652)) ([2be1a19](2be1a19)) * Using Parse Server option `extendSessionOnUse` does not correctly clear memory and functions as a debounce instead of a throttle ([#8683](#8683)) ([6258a6a](6258a6a))
1 parent 82214d1 commit 81e9a93

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelogs/CHANGELOG_release.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [8.0.1](https://github.com/parse-community/parse-server/compare/8.0.0...8.0.1) (2025-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade node from 20.18.2-alpine3.20 to 20.19.0-alpine3.20 ([#9652](https://github.com/parse-community/parse-server/issues/9652)) ([2be1a19](https://github.com/parse-community/parse-server/commit/2be1a19a13d6f0f8e3eb4e399a6279ff4d01db76))
7+
* Using Parse Server option `extendSessionOnUse` does not correctly clear memory and functions as a debounce instead of a throttle ([#8683](https://github.com/parse-community/parse-server/issues/8683)) ([6258a6a](https://github.com/parse-community/parse-server/commit/6258a6a11235dc642c71074d24e19c055294d26d))
8+
19
# [8.0.0](https://github.com/parse-community/parse-server/compare/7.4.0...8.0.0) (2025-03-04)
210

311

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

0 commit comments

Comments
 (0)