Releases: bleemeo/squirreldb
Releases Β· bleemeo/squirreldb
24.01.10.131840
- Upgrade dependencies
- Fix cache issue that resulted in new metric not being visible for 15 minutes
24.01.04.093515
- Fix condition to avoid dry-run in mutable label import
- Run SquirrelDB as non-root user in the Docker container
23.11.23.100824
- Allow to disable preaggregation
23.11.06.131340
- Add the ability to block index write to Cassandra
- Add export import mutable labels
- Add an option to enable a read-only mode for debugging
- Add verbose debug and test to help diagnostic an unexpected query result
23.09.14.115420
- Reduce points in past log frequency to 10s
- Upgrade Go version, dependencies, linter & releaser
23.06.16.094012
- Add command to get information about data Cassandra sstable content
- Upgrade dependencies & linter version
23.05.17.090542
- Add simple cache for TSDB points for PromQL query re-using the same metric
23.05.02.142437
- Add debugging query information
- Upgrade dependencies
- Fix a data race in metric expiration processing
23.03.23.161631
- Add benchmark and make mergePoints faster
- Add debug endpoint to search the index by labels
- Add date to log format and upgrade dependencies
- Add option to use Thanos PromQL engine
- Add PromQL compliance test
- Ignore mutable label names on write path
- Fix remote write blocked after too many errors
- Use tenant header in tests/squirreldb-promql-bench
- Fix multiple counter resets on pre-aggregated data
- Add setting to require the presence of the tenant header
- Add command to import/export data
- Fix wrong result during pre-aggregation
23.02.27.150245
- Fix deadlock on SquirrelDB startup with Cassandra cluster
- Store telemetry ID in Cassandra instead of a file
- Drop old points format compatibility
- Fix issue during shutdown
- Reopen the connection when Cassandra restarts and change its IP address
- Fix the use of pre-aggregated data with _over_time functions
- Upgrade dependencies