Is there a potential issue using the Java driver 2.13.2 with MongoDB 3.6 server?

I’ve been using this mongo-java-driver 2.13.2 through a scala library salat using casbah v2.8.2 and Mongo server 3.4 w/o issues, I’ve upgraded to 3.6 on my test env and so far I haven’t found an issue.

Is there a potential issue about using the java driver 2.13.2 for mongo server 3.6, I can possibly upgrade to mongo-java-driver 3.1.1 (which might involve some work on the upstream libraries which are deprecated by now). I’ve reviewed the new features b/c from 3.6 and I’m not using them or experienced them so far.

Is there something else that I should have in consideration before moving to prod.

Thanks