Releases: parse-community/parse-server
Releases · parse-community/parse-server
8.1.0-alpha.2
Features
- Add Cloud Code triggers
Parse.Cloud.beforeFind(Parse.File)
and Parse.Cloud.afterFind(Parse.File)
(#8700) (b2beaa8)
8.0.2
8.0.2 (2025-03-21)
Bug Fixes
7.5.2
7.5.2 (2025-03-21)
Bug Fixes
8.0.1
8.0.1 (2025-03-17)
Bug Fixes
- Security upgrade node from 20.18.2-alpine3.20 to 20.19.0-alpine3.20 (#9652) (2be1a19)
- Using Parse Server option
extendSessionOnUse
does not correctly clear memory and functions as a debounce instead of a throttle (#8683) (6258a6a)
8.0.1-alpha.2
Bug Fixes
- Security upgrade node from 20.18.2-alpine3.20 to 20.19.0-alpine3.20 (#9652) (2be1a19)
7.5.1
7.5.1 (2025-03-14)
Bug Fixes
- Security upgrade node from 20.18.2-alpine3.20 to 20.19.0-alpine3.20 (#9646) (9fc0bfb)
7.5.0
7.5.0 (2025-03-12)
Bug Fixes
- LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server (#9615) (0769215)
- Push adapter not loading on some versions of Node 22 (#9525) (5447c22)
- Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 (#9597) (6114cd9)
Features
- Add support for MongoDB
databaseOptions
keys minPoolSize
, connectTimeoutMS
, socketTimeoutMS
, autoSelectFamily
, autoSelectFamilyAttemptTimeout
(#9577) (20f2071)