-
Notifications
You must be signed in to change notification settings - Fork 230
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
Mongodb 3.4.x support #27
Comments
Hi @feliixx So 3.4 is supported (but as you said, partially) - I'm very interested in the Obviously views are a good nice-to-have and may become more of a priority for us in the future, I haven't looked into how much work they'd take to implement though. The tests are somewhat tricker - I had a quick go at getting them running against 3.4 when we originally forked mgo, but the whole test harness thing is less than perfect... Again, if you want to/can, I'll help however I can! Thanks, |
As a side note, we'll happily host the 3.4 binaries for the travis tests if you decide to have a crack at it - just let us know and we'll get them uploaded. Dom |
@domodwyer Thanks, that would be great ! I started working on |
Hey @feliixx, thanks for the PR! I've split this issue into individual feature request issues so we can close them as we go along:
I'm going to close this ticket and switch to the above :) Thanks for bringing it up (and if you have any more, please do open issues!) Dom |
Currently some features of MongoDB 3.4.x are implemented ( collations for example) but aren't documented ( Query.Collation(), views...), and some other aren't implemented at all (see #484 )
In addition, test aren't run against mongo 3.4.x in Travis CI, so it's not very clear whether this serie is supported or not.
So is there any plans to fully support Mongodb 3.4?
If nobody is working on this, I'm interested in doing it !
The text was updated successfully, but these errors were encountered: