From b2df7417cfe60f779b8b78d79b9422f5682d1c1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Mar 2025 23:52:28 +0000 Subject: [PATCH] chore(release): 7.5.0 [skip ci] # [7.5.0](https://github.com/parse-community/parse-server/compare/7.4.0...7.5.0) (2025-03-12) ### Bug Fixes * LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server ([#9615](https://github.com/parse-community/parse-server/issues/9615)) ([0769215](https://github.com/parse-community/parse-server/commit/0769215d4c1dba347fda1f6b2268c3c92019dcec)) * Push adapter not loading on some versions of Node 22 ([#9525](https://github.com/parse-community/parse-server/issues/9525)) ([5447c22](https://github.com/parse-community/parse-server/commit/5447c222c8e2460c1edd47cc8e3bea4d4b43abed)) * Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 ([#9597](https://github.com/parse-community/parse-server/issues/9597)) ([6114cd9](https://github.com/parse-community/parse-server/commit/6114cd9792e2cb16a56fb36ff61b99356b35f091)) ### Features * Add support for MongoDB `databaseOptions` keys `minPoolSize`, `connectTimeoutMS`, `socketTimeoutMS`, `autoSelectFamily`, `autoSelectFamilyAttemptTimeout` ([#9577](https://github.com/parse-community/parse-server/issues/9577)) ([20f2071](https://github.com/parse-community/parse-server/commit/20f2071591a2828860998b3e3ad587a0eba33e9b)) --- changelogs/CHANGELOG_release.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/changelogs/CHANGELOG_release.md b/changelogs/CHANGELOG_release.md index f9d31b68..27d94065 100644 --- a/changelogs/CHANGELOG_release.md +++ b/changelogs/CHANGELOG_release.md @@ -1,3 +1,16 @@ +# [7.5.0](https://github.com/parse-community/parse-server/compare/7.4.0...7.5.0) (2025-03-12) + + +### Bug Fixes + +* LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server ([#9615](https://github.com/parse-community/parse-server/issues/9615)) ([0769215](https://github.com/parse-community/parse-server/commit/0769215d4c1dba347fda1f6b2268c3c92019dcec)) +* Push adapter not loading on some versions of Node 22 ([#9525](https://github.com/parse-community/parse-server/issues/9525)) ([5447c22](https://github.com/parse-community/parse-server/commit/5447c222c8e2460c1edd47cc8e3bea4d4b43abed)) +* Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 ([#9597](https://github.com/parse-community/parse-server/issues/9597)) ([6114cd9](https://github.com/parse-community/parse-server/commit/6114cd9792e2cb16a56fb36ff61b99356b35f091)) + +### Features + +* Add support for MongoDB `databaseOptions` keys `minPoolSize`, `connectTimeoutMS`, `socketTimeoutMS`, `autoSelectFamily`, `autoSelectFamilyAttemptTimeout` ([#9577](https://github.com/parse-community/parse-server/issues/9577)) ([20f2071](https://github.com/parse-community/parse-server/commit/20f2071591a2828860998b3e3ad587a0eba33e9b)) + # [7.4.0](https://github.com/parse-community/parse-server/compare/7.3.0...7.4.0) (2024-12-23) diff --git a/package-lock.json b/package-lock.json index 0e445188..88a5d67a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse-server", - "version": "7.4.0", + "version": "7.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parse-server", - "version": "7.4.0", + "version": "7.5.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d9628d65..e07621b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "7.4.0", + "version": "7.5.0", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {