> > If I stay with the current MongoDB server 2.6, Mango should be fine for a > time? The breakage you mentioned should not occur until 2.8? >
To my knowledge MongoDB has no deprecation policy regarding the wire protocol, so it's impossible to say how long they will keep supporting older versions. My best guess would be as long as enterprise customers are willing to pay for it. The official drivers check the wire protocol and/or server version, and use different code paths to handle them (which is obviously very labour intensive). So Mango may keep working for a long time, break suddenly, and/or perform operations with different semantics and/or slower than the official drivers. One recent example for MongoDB 2.7.x would be the use of commands to get index and collection information, which Mango has not been updated for. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
