You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many API endpoints now support YAML request bodies: Convenient for copying pipelines from recipes to a Quine server!
AWS client configurations (SNS, Kinesis, etc) separated "region" from "credentials"
Added "Graph Algorithms" category to the REST API
Added random walk graph algorithm (compatible with Node2Vec and GraphSAGE walk generation), REST endpoint, and Cypher procedure
Administration REST API documentation style and readability updates
Non-historical nodes can now be kept awake for a minimum duration after each message
Kafka ingests may now include a settings block for the Kafka client, e.g., to specify credentials. Contributed by @charliemenke
No longer require all fields to be specified in recipes, improving readability
Performance improvements in MapDB, Cassandra, DistinctId standing queries
Improve indexing of node edge collections for increased query performance
Bugfixes
Switched JSON parser from ujson to circe to avoid loss of precision in large integers in ingest streams (Further support for large integers coming soon)
Resolved issues with clean shutdown of the Quine application via the API