1 May
2025
1 May
'25
5:54 p.m.
Hello, I run a BaseX server and connect to it in code using the org.basex:basex Java library hosted on https://files.basex.org/maven, specifically using the ClientSession <https://github.com/BaseXdb/basex/blob/11.9/basex-core/src/main/java/org/basex/api/client/ClientSession.java> and ClientQuery <https://github.com/BaseXdb/basex/blob/11.9/basex-core/src/main/java/org/basex/api/client/ClientQuery.java> classes. I'm wondering about the compatibility between the BaseX server and client versions. For example, if the BaseX server is running v11.8, but my code uses v11.9 of the Java library, am I likely to run into any issues? Thanks in advance, and congratulations on the 11.9 release! Matt