-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
fix: Push adapter not loading on some versions of Node 22 #9525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Push adapter not loading on some versions of Node 22 #9525
Conversation
Thanks for opening this pull request! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-7.x.x #9525 +/- ##
=================================================
+ Coverage 93.15% 93.50% +0.34%
=================================================
Files 186 186
Lines 14810 14804 -6
=================================================
+ Hits 13796 13842 +46
+ Misses 1014 962 -52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Why do the tests here fail? They didn't in https://github.com/parse-community/parse-server/pull/9520/checks. |
5447c22
into
parse-community:release-7.x.x
# [7.5.0](7.4.0...7.5.0) (2025-03-12) ### Bug Fixes * LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server ([#9615](#9615)) ([0769215](0769215)) * Push adapter not loading on some versions of Node 22 ([#9525](#9525)) ([5447c22](5447c22)) * Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 ([#9597](#9597)) ([6114cd9](6114cd9)) ### Features * Add support for MongoDB `databaseOptions` keys `minPoolSize`, `connectTimeoutMS`, `socketTimeoutMS`, `autoSelectFamily`, `autoSelectFamilyAttemptTimeout` ([#9577](#9577)) ([20f2071](20f2071))
🎉 This change has been released in version 7.5.0 |
Closes: #9517
Backport to Parse Server 7 of #9524