Skip to content

Releases: bleemeo/squirreldb

24.01.10.131840

11 Jan 15:01
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Fix cache issue that resulted in new metric not being visible for 15 minutes

24.01.04.093515

08 Jan 09:34
Compare
Choose a tag to compare
  • Fix condition to avoid dry-run in mutable label import
  • Run SquirrelDB as non-root user in the Docker container

23.11.23.100824

27 Nov 09:59
Compare
Choose a tag to compare
  • Allow to disable preaggregation

23.11.06.131340

10 Nov 08:38
Compare
Choose a tag to compare
  • 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

18 Sep 14:53
Compare
Choose a tag to compare
  • Reduce points in past log frequency to 10s
  • Upgrade Go version, dependencies, linter & releaser

23.06.16.094012

20 Jun 13:22
Compare
Choose a tag to compare
  • Add command to get information about data Cassandra sstable content
  • Upgrade dependencies & linter version

23.05.17.090542

23 May 14:42
Compare
Choose a tag to compare
  • Add simple cache for TSDB points for PromQL query re-using the same metric

23.05.02.142437

03 May 08:33
Compare
Choose a tag to compare
  • Add debugging query information
  • Upgrade dependencies
  • Fix a data race in metric expiration processing

23.03.23.161631

27 Mar 14:20
Compare
Choose a tag to compare
  • 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

09 Mar 09:55
Compare
Choose a tag to compare
  • 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