Have been using serverless on atlas, didn’t care which version it had.
Apparently it’s 7.3 and I can’t install this anywhere locally. And I actually hit a difference in the behavior of $getField between 7.0 and 7.3
So I wanted to install 7.3 locally, but couldn’t.
There’s no Docker image, no Ubuntu package, nothing.
Any alternatives? Self-build a package? Messaging channels to ask/beg mongo team to publish it?
Hi
You should be able to find 7.3 for download here
Could you please share more details about the different behavior of $getField between 7.0 and 7.3? Thank you!
Hey, this is awesome, thank you! But if you have packages out, why aren’t they pushed to apt/docker? Or are they pushed under some different channel?
Thank you! This is a new function we introduced in 7.2 and 8.0. It should not impact or change behavior of any queries running in 7.0. If you are seeing any 7.0 query changes behavior after upgrading to 7.2/8.0, please let us know here or create a support tickets. Thank you!
In the meanwhile, if you are writing a query using this function in 7.2/8.0, it may stop working after downgrade to 7.0. This is expected.