Skip to content

Quine 1.1.2

Compare
Choose a tag to compare
@landon9720 landon9720 released this 30 Mar 19:00

Changes since Quine 1.1.0

Features:

  • Add support for additional Cypher aggregation functions: stDev, stDevP, percentileCont, and percentileDisc (#1629)
  • Add an option to retry CypherQuery type Standing Query outputs (#1642)
  • Add support for RocksDB on M1 Macs (#1659)
  • Add a metric for "shared.valve.ingest" the "gauges" section of the GET /api/v1/admin/metrics API endpoint to report the backpressured status of ingest streams (#1653)
  • Report all recipe substitution errors at once (#1650)

Bugfixes:

  • Remove references to an endpoint that no longer exists (#1619)
  • Retry loading application state in case of persistor failure (#1631)
  • Print live-updating status messages for Recipes in a consistent order (#1609)
  • Remove a duplicate copy of labels in certain queries for nodes (#1636)
  • Enable ingest to recover from temporary failures (eg as caused by a flaky network) (#1627)

Misc:

  • Rename "importers" package to "ingest" (#1621)
  • Remove unused fields from build info API endpoint (#1554)
  • Add additional context to some log messages (#1639)
  • Log a warning when a node approaches becoming a supernode (#1641)
  • Improve performance of some API endpoints (#1612)
  • Update Akka version to 2.6.19 (#1656)