From gfourny at inf.ethz.ch Wed Mar 3 07:42:37 2021 From: gfourny at inf.ethz.ch (Ghislain Fourny) Date: Wed, 3 Mar 2021 15:42:37 +0000 Subject: [xquery-talk] [ANN] Rumble 1.11.0 "Banyan Tree" beta Message-ID: <39EE09B7-A732-44D1-BFA7-2AA49ABFC64F@inf.ethz.ch> Dear all, We are happy to announce the release of Rumble 1.11.0 "Banyan Tree" beta. It is a free, open source JSONiq engine (JSON-tuned cousin of XQuery) that can process sequences with billions of items, and can be downloaded as a jar from https://rumbledb.org/ Some new features compared to the last announced version (1.9): - Static typing following the XQuery standard (activated with --static-typing yes on the CLI) - support for floats - max/min/avg/sum are now pushed down to Spark for large sequences (like count) - pushdown of simple position lookups - and many many bugfixes and W3C compatibility improvements, which is our current focus (many based on the XQuery 3.0/3.1 test suite) Enjoy! Kind regards, Ghislain Fourny