Skip to content

24.4.1

Latest
Compare
Choose a tag to compare
@lvca lvca released this 20 Apr 02:20
· 34 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.4.1.tar.gz (94.8MB): full version all included
  • arcadedb-minimal-24.4.1.tar.gz (53.6MB): only ArcadeDB libs and Server + Studio (no support for Gremlin, Cypher, MongoDB, Redis and GraphQL)
  • arcadedb-headless-24.4.1.tar.gz (46.6MB): like the minimal, but without studio

What's New

  • Upgraded to Apache Gremlin 3.7.2
  • Add ifempty() method by @gramian in #1527
  • Renamed toJSON() as asJSON() SQL method
  • New JSONObject.validate() method that replaces NaN with zeros. This caused problem with HTTP/Studio API

Bugs fixed & Misc

  • Supported for schema api in RemoteDatabase Java interface #1420 and #1535 contribution by @mdre
  • Make SQL size() method also applicable to strings by @gramian in #1528
  • SQL support for collection - CONTAINS - expression #1536
  • Add null check to accumulator to fix csv import by @gramian in #1538
  • RemoteSchema.createTypeIndex/getOrCreateTypeIndex has a typo, preventing creation of non unique indexes #1529
  • ImmutableVertex cannot be cast to Edge when trying to remove whole DB #1476
  • Implement TraverseStatement.refersToParent() exception #1516
  • Studio: no @Rid heading displayed in table view #1543
  • Studio: interpretation of OS CPU values in server stats #1512
  • SQL date() function should return null in case the format is not correct
  • SQL asBoolean() now returns false if the value is not castable to a boolean and always null for null values
  • Fixed issue on SQL backup database command when executed asynchronously
  • Fixed HA null address at startup
  • Fixed issue reclaiming the linked list of edges when a vertex is deleted
  • Fixed issue reclaiming the space when a vertex is deleted
  • Auto conversion from timestamp (epoch) to local date time
  • Fixed typo in OrientDB Importer with NOTUNIQUE indexes

Dependencies Updated

  • build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #1514
  • build(deps): bump org.postgresql:postgresql from 42.7.2 to 42.7.3 by @dependabot in #1513
  • build(deps): bump de.bwaldvogel:mongo-java-server from 1.44.0 to 1.45.0 by @dependabot in #1523
  • build(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by @dependabot in #1522
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #1521
  • build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #1520
  • build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #1542
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #1541
  • build(deps): bump io.netty:netty-transport from 4.1.104.Final to 4.1.108.Final by @dependabot in #1519
  • build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by @dependabot in #1547
  • build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.5 by @dependabot in #1550
  • build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.3 by @dependabot in #1549
  • build(deps): bump slf4j.version from 2.0.12 to 2.0.13 by @dependabot in #1548

Full Changelog: 24.2.1...24.4.1