fix: Push adapter not loading on some versions of Node 22#9525
Merged
mtrezza merged 4 commits intoparse-community:release-7.x.xfrom Jan 12, 2025
Merged
fix: Push adapter not loading on some versions of Node 22#9525mtrezza merged 4 commits intoparse-community:release-7.x.xfrom
mtrezza merged 4 commits intoparse-community:release-7.x.xfrom
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:
|
mtrezza
reviewed
Jan 11, 2025
Member
|
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
27 of 30 checks passed
This was referenced Jan 12, 2025
parseplatformorg
pushed a commit
that referenced
this pull request
Mar 12, 2025
# [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))
Contributor
|
🎉 This change has been released in version 7.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #9517
Backport to Parse Server 7 of #9524