Skip to content

24.2.1

Compare
Choose a tag to compare
@lvca lvca released this 12 Mar 19:43
· 209 commits to main since this release

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-24.2.1.tar.gz (99.4MB): full version all included
  • arcadedb-minimal-24.2.1.tar.gz (56.2MB): only ArcadeDB libs and Server + Studio (no support for Gremlin, Cypher, MongoDB, Redis and GraphQL)
  • arcadedb-headless-24.2.1.tar.gz (48.9MB): like the minimal, but without studio

What's New

  • New SQL MOVE VERTEX command (from OrientDB) for moving partitioned data between Buckets and Types (refactoring) #1365
  • Add SQL .sort() method by @gramian in #1456
  • Add SQL version() function by @gramian in #1479

Bugs fixed & Misc

  • Neo4j Importer has issue with managing multi labels #1502
  • JSON Importer does not use the merge strategy #1492
  • Vertex API getVertices() and getEdges() Return Incorrect Result Based on Order of Edge Type Addition and Filtering #1466
  • SQL: Conditional filtering of collections errors #1486
  • Throw a parsing exception when a reserved variable name is used #1489
  • Not all edges are deleted when their connected vertices are deleted #1451

Dependencies Updated

  • build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #1461
  • build(deps-dev): bump testcontainers.version from 1.19.4 to 1.19.5 by @dependabot in #1460
  • build(deps): bump lucene.version from 8.11.2 to 8.11.3 by @dependabot in #1459
  • build(deps): bump mockito-core.version from 5.9.0 to 5.10.0 by @dependabot in #1457
  • build(deps): bump slf4j.version from 2.0.11 to 2.0.12 by @dependabot in #1458
  • build(deps): bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.44.0 by @dependabot in #1472
  • build(deps): bump io.undertow:undertow-core from 2.3.10.Final to 2.3.11.Final by @dependabot in #1471
  • build(deps-dev): bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 by @dependabot in #1470
  • build(deps): bump org.postgresql:postgresql from 42.7.1 to 42.7.2 by @dependabot in #1484
  • build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by @dependabot in #1482
  • build(deps): bump io.undertow:undertow-core from 2.3.11.Final to 2.3.12.Final by @dependabot in #1481
  • build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.18 to 10.1.19 by @dependabot in #1480
  • build(deps-dev): bump testcontainers.version from 1.19.5 to 1.19.6 by @dependabot in #1483
  • build(deps): bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #1498
  • build(deps): bump org.codehaus.mojo:javacc-maven-plugin from 3.0.1 to 3.1.0 by @dependabot in #1497
  • build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.0 to 1.5.2 by @dependabot in #1495
  • build(deps-dev): bump testcontainers.version from 1.19.5 to 1.19.6 by @dependabot in #1494
  • build(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 by @dependabot in #1506
  • build(deps): bump mockito-core.version from 5.10.0 to 5.11.0 by @dependabot in #1505
  • build(deps-dev): bump testcontainers.version from 1.19.6 to 1.19.7 by @dependabot in #1504
  • build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.2 to 1.5.3 by @dependabot in #1508
  • [Snyk] Upgrade org.graalvm.js:js from 22.3.4 to 22.3.5 by @arcade-player in #1500

Full Changelog: 24.1.1...24.2.1