Download your version
If you're using ArcadeDB embedded, you can just update your Maven or Gradle dependencies. To download this version, pick your distribution:
arcadedb-23.12.1.tar.gz
(99.4MB): full version all includedarcadedb-minimal-23.12.1.tar.gz
(56.2MB): only ArcadeDB libs and Server + Studio (no support for Gremlin, Cypher, MongoDB, Redis and GraphQL)arcadedb-headless-23.12.1.tar.gz
(48.9MB): like theminimal
, but without studio
What's New
- Improved Studio Web Tool design #1393
- New database pool support for ArcadeGraph Gremlin instances #1370
- New
console.log()
command available in SQL Scripts #1377 - Added server setting for providing root password by @gramian in #1392
- New probeOnly setting for importer and import database by @gramian in #1401
- New
RemoteServer
andConsole
create-user to assign group by @gramian in #1405
Performance Improvements
- Performance: speeded up remote gremlin traversal #1373
- Performance: speeded up gremlin count() step by using ArcadeDB fast counting #1372
- Use StringBuilder instead of String in RemoteVertex by @gramian in #1374
arcadedb/pull/1375
Bugs fixed & Misc
- ArcadeDB Studio java.lang.ArrayIndexOutOfBoundsException #1165
- Database locks up with ArrayIndexOutOfBoundsException (cannot switch between databases) #1341
- Restore command cannot open file #1384
- SQL
drop bucket
command #1383 - Type inheritance and property constraints #1368
- Warnings in GlobalConfiguration by @gramian in #1379
- Removed useless object in class InCondition by @gramian in #1378
- Added pwd command to console help by @gramian in #1404
- Error using HTTP POST query with sqlscript #1357
Dependencies Updated
- build(deps): bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot in #1408
- build(deps-dev): bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #1407
- build(deps): bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #1364
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #1363
- build(deps-dev): bump ch.qos.logback:logback-classic from 1.4.13 to 1.4.14 by @dependabot in #1362
- build(deps): bump mockito-core.version from 5.7.0 to 5.8.0 by @dependabot in #1361
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #1376
- build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1 by @dependabot in https://github.com/ArcadeData/
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #1389
- build(deps): bump io.netty:netty-transport from 4.1.101.Final to 4.1.104.Final by @dependabot in #1388
- build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 by @dependabot in #1387
- build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.16 to 10.1.17 by @dependabot in #1385
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #1386
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #1400
- build(deps): bump jline.version from 3.24.1 to 3.25.0 by @dependabot in #1399
Full Changelog: 23.11.1...23.12.1