Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

v1.1.0-community

Compare
Choose a tag to compare
@kcrodgers24 kcrodgers24 released this 30 Sep 20:30
· 378 commits to master since this release

Highlights

This release contains new SQL language support that can be enabled
using the sql.endpoint-enabled=true configuration option. This
feature includes a new command line interface (featurebase cli), a
new API endpoint (POST /sql), and greatly expanded SQL language
support (SHOW TABLES/COLUMNS, CREATE/ALTER TABLE, SELECT, INSERT
etc.). Documentation on this feature can be found in the Reference
section at docs.featurebase.com. This release also removes support
for Postgres Wire Protocol. ** NOTE: This feature should be considered
a preview and it is not recommended for production use. **

Bug

  • Grafana: Replace empty variables to All()
  • Kafka consumer stops reading messages from topic.
  • Timestamp fields not supporting range queries
  • UI - fix reported security issues

Features

  • Restore previous backup/restore via stdout functionality
  • release of new SQL language support in preview.