24.5.1
What's New
- Allow default database with no user by @gramian in #1546
- Split Gremlin jar in shaded and standard jars by @robfrank in #1555
- New SQL join method by @gramian in #1584, tests by @robfrank in #1585
Bugs fixed & Misc
- SQL CREATE PROPERTY: fixed default value assignment by @gramian in #1611
- SQL INSERT INTO FROM fails with NPE #1615
- SQL: Fixed comparison of empty strings with like by @gramian in #1583
- SQL: Async SQL command inside async HTTP command fails #1537
RemoteVertex.newEdge()
method does not support Map properties, whileGraphEntity.newEdge()
does #1569- Fix missing HTTP Post language guard by @gramian in #1604
- Gremlin Error: "Record Not Found" after dropped a vertex. Simple reproducible example. #1328
- Cypher WHERE + toLower on NULL property leads to java error instead of Cypher/Gremlin error #1562
- HTTP/JSON API - Insert Into unassigned BUCKET responses with "Type with name 'null' was not found" #1612
- SchemaException thrown when using hasLabel() as edge filter and the label doesn't exist #1594
- Performance: remove call to ResultInternal.wrap() #1576
- Remove windows build by @robfrank in #1571
Dependencies Updated
- Updated lucene to 9.10.0 by @robfrank in #1567
- build(deps): bump jline.version from 3.25.1 to 3.26.1 by @dependabot in #1575
- build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 by @dependabot in #1573
- build(deps): bump io.netty:netty-transport from 4.1.108.Final to 4.1.109.Final by @dependabot in #1556
- build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.5 to 1.5.6 by @dependabot in #1561
- build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #1559
- build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by @dependabot in #1558
- build(deps): bump io.undertow:undertow-core from 2.3.12.Final to 2.3.13.Final by @dependabot in #1557
- build(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #1608
- build(deps): bump mockito-core.version from 5.11.0 to 5.12.0 by @dependabot in #1607
- build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.23 to 10.1.24 by @dependabot in #1606
- build(deps): bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #1597
- build(deps-dev): bump testcontainers.version from 1.19.7 to 1.19.8 by @dependabot in #1596
- build(deps): bump com.mycila:license-maven-plugin from 4.3 to 4.5 by @dependabot in #1595
- build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.19 to 10.1.23 by @dependabot in #1574
- build(deps): bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 by @dependabot in #1587
- build(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot in #1586
Full Changelog: 24.4.1...24.5.1