Releases: bleemeo/squirreldb
Releases Β· bleemeo/squirreldb
24.10.25.071324
- When mixing aggregated and non-aggregated data SquirrelDB can return wrong results for the last 15 minutes
- Update dependencies
24.09.30.074558
- Make the pre-aggregation period depend on the cluster size
- Use Go1.23
- Upgrade dependencies
24.09.20.124915
- Avoid unnecessary Cassandra write after SquirrelDB restart
- Allow ingesting points that are in the future with a configurable threshold
24.09.10.083915
-Upgrade Go dependencies, update linter & releaser
- Fix wrong query result for past data just after restart
- Don't read all points when just listing series
- allow to export & import data to Parquet format
- Add config option to limit write request body size
24.07.25.083508
- When points are updated try to read the latest written points
- Upgrade Go dependencies, update linter & releaser
- Allow to export CSV files from Cassandra sstable
24.06.17.072629
- Upgrade Go dependencies, update linter & builder
24.04.29.070658
- Reduce the Cassandra tombstone GC grace period to reduce unnecessary compactions
- Fix go.mod module name
- Use Go 1.22
- Upgrade dependencies
24.04.05.113922
- Upgrade Go dependencies
24.03.05.130756
- Fix a data race in shard pre-creation
- Reduce load peak every week
24.02.21.082315
- Reduce load peak every week when creating new shards
- Upgrade dependencies