Release 1.6.4
Quine 1.6.4
Enhancements:
- Add round() and radians() cypher functions
- Improve error handling in the exploration UI
- Add
parseProtobuf
cypher procedure. This procedure takes 3 arguments: bytes to decode, schema URL, and type name; and yields a single value namedvalue
.
Bugfixes:
- Unregistered routes will now return a "not found" page instead of an error about a missing query parameter
- The cypher interpreter will no longer report "undefined variable" when returning variables bound to pattern expressions (e.g.,
MATCH p=(a) RETURN p
) - SET n.prop = NULL now correctly removes the property
- Multiple SET clauses in sequence now correctly updates the node's properties instead of replacing them
Updates:
- cats-effect to 3.5.4
- amazon-kinesis-client to 2.5.7
- guava to 33.1.0-jre
- commons-io to 2.16.0
- webjars-locator to 0.52
- pekko-http-circe to 2.4.0
- logback-classic to 1.5.3
- jedis to 5.1.2
- scala-library to 2.13.13
- Cassandra java-driver to 4.18.0.
- commons-codec to 1.17.0
- tapir to 1.10.6