Skip to content

Releases: patricklbell/plexdb

v0.0.3-alpha

v0.0.3-alpha Pre-release
Pre-release

Choose a tag to compare

@patricklbell patricklbell released this 25 Jun 11:14
55222ee

v0.0.2-alpha

v0.0.2-alpha Pre-release
Pre-release

Choose a tag to compare

@patricklbell patricklbell released this 17 May 09:35

What's Changed

  • Add Cassandra CQL native binary protocol v4 server
  • Add lexy parser error reporter using objstore::log plugin
  • Add Cassandra system keyspace and virtual view support
  • Trim docs and remove stale/obvious code comments
  • Fix cassandra-stress CI: switch to scylladb/cassandra-stress Docker image
  • Add Catch2 CQL parse error reporter via test helper module
  • Fix test core dump, add producer metadata, real-time dashboard plugin
  • CQL conformance test infrastructure using upstream ScyllaDB/Cassandra tests
  • Fix CQL conformance suite: crash recovery, server logging, standalone PRIMARY KEY
  • QUERY bind values support, consolidate shared logic with EXECUTE
  • Add keyvalue store RESP implementation
  • Add adaptable asynchronous io in pager and throughout runtime

Full Changelog: v0.0.1-alpha...v0.0.2-alpha

v0.0.1-alpha

v0.0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@patricklbell patricklbell released this 07 Mar 14:34
1cb9441
Merge pull request #10 from patricklbell/copilot/support-multiple-apis

Add CQL REPL as a plain-text second API alongside HTTP/JSON server