Releases: patricklbell/plexdb
Releases · patricklbell/plexdb
Release list
v0.0.3-alpha
v0.0.2-alpha
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
Merge pull request #10 from patricklbell/copilot/support-multiple-apis Add CQL REPL as a plain-text second API alongside HTTP/JSON server