Summary
Hello community! This is the second release of March 2025 containing important fixes and improved the check database fix
command.
Note: All ArcadeDB releases are 100% compatible with the previous ones in terms of database format, so there is no need to upgrade the database or export/import it for the upgrade, but please make a backup/copy of your database before upgrading.
New Features
- Java RemoteDatabase now accepts HTTPS protocol #2077
Misc
- Return exit status from console if error occurs in bulk mode by @gramian in #2078
- #2061 enhance type mapping form ArcadeDB to Postgres protocol by @robfrank and @ExtReMLapin in #2074
- Add toJson and toMap to Remote Vertex and Edge by @robfrank in #2056
- cleanup tests by @robfrank in #2054
Bugs fixed
- DuplicatedKeyException: Duplicated key [zone1, device1] found on index 'zone_device[from_id,to_id]' already assigned to record #2089
- Remote Vertex and Edge type is "d" rather than "v" or "e" #2055
Dependencies Updated
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #2044
- build(deps-dev): bump testcontainers.version from 1.20.5 to 1.20.6 by @dependabot in #2050
- build(deps): bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by @dependabot in #2045
- build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 11.0.4 to 11.0.5 by @dependabot in #2046
- build(deps): bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in #2071
- build(deps): bump dorny/test-reporter from 1.9.1 to 2.0.0 by @dependabot in #2072
- build(deps): bump io.micrometer:micrometer-registry-prometheus from 1.14.4 to 1.14.5 by @dependabot in #2069
- build(deps): bump io.micrometer:micrometer-core from 1.14.4 to 1.14.5 by @dependabot in #2068
- build(deps): bump pg from 8.13.3 to 8.14.0 in /e2e-js by @dependabot in #2066
- build(deps-dev): bump @testcontainers/postgresql from 10.18.0 to 10.20.0 in /e2e-js by @dependabot in #2065
- build(deps): bump pg from 8.14.0 to 8.14.1 in /e2e-js by @dependabot in #2076
- build(deps-dev): bump @testcontainers/postgresql from 10.20.0 to 10.21.0 in /e2e-js by @dependabot in #2075
- build(deps): bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 by @dependabot in #2088
- build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18 by @dependabot in #2087
- build(deps): bump graalvm.version from 24.1.2 to 24.2.0 by @dependabot in #2086
- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by @dependabot in #2085
- build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 by @dependabot in #2084
Full Changelog: 25.3.1...25.3.2