Request for feedback on activerecord PR 5 months without any comments - https://github.com/rails/rails/pull/45147

I’m a first time Rails contributor and per the contributing guide I’ve waited more than a week before using the mailing list to ask for feedback on my MR. Can someone from activerecord core please take a look at my PR and provide some feedback so that I can get this enhancement incorporated into the next Rails release? It’s a straightforward change to allow unscoping of eager_load and preload just like includes. It simply adds eager_load and preload to the ActiveRecord::QueryMethods::VALID_UNSCOPING_VALUES.

PR: Allow unscoping of preload and eager_load associations by dmorehouse · Pull Request #45147 ·