Skip to content

24.1.1

Compare
Choose a tag to compare
@lvca lvca released this 05 Feb 19:59
· 484 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.1.1.tar.gz (99.4MB): full version all included
  • arcadedb-minimal-24.1.1.tar.gz (56.2MB): only ArcadeDB libs and Server + Studio (no support for Gremlin, Cypher, MongoDB, Redis and GraphQL)
  • arcadedb-headless-24.1.1.tar.gz (48.9MB): like the minimal, but without studio

What's New

  • New: support method Database.getNestedTransactions() to return the depth level of current transaction. #1414
  • Less warnings for expensive scans #1432
  • Introduce a constructor in RID class that takes only a String rid #1421

Bugs fixed & Misc

  • NPE on using remote vertices toMap() #1413
  • When restarting ArcadeDB embedded server: Error on loading schema. The schema will be reset #1412
  • Default Properties Top Most Document not Populating in Vertex if a Document <--Extends-- Document <--Extends-- Vertex #1423
  • Match Vertex parent types #1403
  • Edge Creation with RID as input to Parameterized Query Not Working as Expected #1430
  • INSTANCEOF Operator not Behaving as Expected #1433
  • Edge Creation - Mandatory Property Values Supplied are Not Being Considered and Validation Error is Generated #1436
  • Edge Creation - Second Mandatory Property Value Not Being Taken #1437
  • For Inhertance Chain of Three Types if the Last Type is Dropped the Bucket of the First type Is Not Found #1438
  • RID as paramer is not recognized in TRAVERSE query for vertex as well as edge #1445
  • vertex.getEdges(OUT/IN, ...) Returns the same edge for out edges #1454
  • Receive ArrayIndexOutOfBoundsException when inserting to type with full text index with multiple properties defined. #1435

Dependencies Updated

  • build(deps-dev): bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #1416
  • build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5 by @dependabot in #1425
  • build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.17 to 10.1.18 by @dependabot in #1428
  • build(deps): bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot in #1427
  • build(deps): bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by @dependabot in #1426
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #1424
  • build(deps): bump mockito-core.version from 5.8.0 to 5.9.0 by @dependabot in #1442
  • build(deps-dev): bump org.assertj:assertj-core from 3.25.1 to 3.25.3 by @dependabot in #1452
  • build(deps): bump jline.version from 3.25.0 to 3.25.1 by @dependabot in #1448
  • build(deps-dev): bump testcontainers.version from 1.19.3 to 1.19.4 by @dependabot in #1450
  • build(deps): bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by @dependabot in #1447
  • build(deps): bump junit.jupiter.version from 5.10.1 to 5.10.2 by @dependabot in #1453

Full Changelog: 23.12.2...24.1.1