Skip to content

23.6.1

Compare
Choose a tag to compare
@lvca lvca released this 05 Jul 04:02
· 716 commits to main since this release

What's New

  • Vector Model

    • New Vector Model to manage embeddings - implementation preview by @lvca in #1148
  • Gremlin

    • Support Query Profiler for Gremlin (and Cypher) #1128
  • Studio

    • Display all property features under schema panel #1153
    • New Server Errors/Warnings panel #1134
    • New Summary dashboard in Server Tab #1130
    • Highlight the text to execute

What We Fixed

  • SQL

    • Order by on an indexed property does not work anymore after the sequence of insert -> delete -> insert #1152
    • Executing a query with a condition on an embedded object results in an error unless detailed profiling is enabled. #1117
    • LSMTreeIndexAbstract throws NPE during the select after the update of an indexed property #1127
    • Nested Projection * wildcard does not include metadata #1131
    • Composite Index corrupted after UPDATE #1113
  • Operations

    • OrientDB Importer doesn't save the correct inheritance tree #1132
    • OrientDB Importer requires too much RAM to run #1142
    • SQL IMPORT DATABASE fails for CSV #1061
    • SQL EXPORT DATABASE only works from the console, not via HTTP API #649
  • Java API

    • Index creation hinders async record creation #310
  • Gremlin

    • GremlinServer DatabaseOperationException: Found active instance of database './databases/graph' already in use #1107
    • Gremlin "group" and "groupCount" only work with strings. #1116

Dependencies Updated

  • build(deps): bump versions-maven-plugin from 2.15.0 to 2.16.0 by @dependabot in #1123
  • build(deps): bump undertow-core from 2.3.6.Final to 2.3.7.Final by @dependabot in #1122
  • build(deps): bump maven-failsafe-plugin from 3.1.0 to 3.1.2 by @dependabot in #1120
  • build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #1119
  • build(deps-dev): bump logback-classic from 1.4.7 to 1.4.8 by @dependabot in #1139
  • build(deps-dev): bump mockito-core from 5.3.1 to 5.4.0 by @dependabot in #1141
  • build(deps): bump maven-shade-plugin from 3.4.1 to 3.5.0 by @dependabot in #1140
  • build(deps): bump graalvm.version from 22.3.2 to 23.0.0 by @dependabot in #1137

Full Changelog: 23.5.1...23.6.1