I have a project that whose mongo DB version is being migrated from 3.2 to 4.0. As mongo DB doesn't allow an ecosystem to jump directly from 3.2 to 4.0, so we migrated like this: 3.2 -----> 3.4 -----> 3.6 -------> 4.0
We use morphia ODM in our code. While we were using v1.1.1 till 3.4 and started using v1.3.2 for further upgrades which seems to worked, it caused a lot of experiments as to versions being compatible with mongo or not?
Is there any reference from where i can get the compatibility matrix from mongo db with morphia?
Since 3.6 Aggregation framework needs a batch size parameter, what is the reason for that? What is the underlying change that has been done in morphia?
I see org.mongodb.morphia development is stopped since 2017, and dev.morphia has emerged, are they a new org now?