All Versions
10
Latest Version
Avg Release Cycle
59 days
Latest Release
669 days ago
Changelog History
Changelog History
-
v0.4.1 Changes
August 16, 2024๐ New features
- ๐ [enhance]: remove installation guides from release notes by @stone1100 in #1043
๐ ๐ Bug fixes
- [bug]: fix cannot flush metric data when server shutdown by @stone1100 in #1044
-
v0.4.0 Changes
July 22, 2024๐ New features
- [opt]: reduce memory database memory usage by @stone1100 in #1030
- [opt]: ignore histogram bucket if count lt 0 by @stone1100 in #1033
- [opt]: opt metric field memory store by @stone1100 in #1035
- [feat]: memory database approximate memory size by @stone1100 in #1036
- [feat]: cleanup memory metric meta/index if not used by @stone1100 in #1037
- โจ [enhance]: add self-monitoring metric/docs by @stone1100 in #1040
- [feat]: add tsdb limits(namespace/metric/field/tag key/series) by @stone1100 in #1041
๐ ๐ Bug fixes
- ๐ [bug]: fix build docker fail by @stone1100 in #1031
- [bug]: miss makezero in slice init by @stone1100 in #1032
- [opt]: ignore histogram bucket if count lt 0 by @stone1100 in #1033
- [bug]: fix get wrong data from memory database by @stone1100 in #1034
- [bug]: fix wal ack invalid seq msg by @stone1100 in #1038
๐ฌ Others
- โก๏ธ [docs]: update architecture image by @stone1100 in #985
- ๐จ [refactor]: use common lib(logger/timeutil/fileutil) by @stone1100 in #986
- ๐ [feat]: remove duplicate agg types by @joyant in #989
- [opt]: succinct trie by @stone1100 in #990
- ๐ [bug]: fix nil metadata and refactor lindcli by @joyant in #993
- [bug:#994]: fix not in statement returns an empty result by @joyant in #996
- ๐ [feat]: build index on LinDB common kv store by @stone1100 in #997
- โฌ๏ธ [chore]: upgrade go version for ci by @stone1100 in #998
- ๐ [feat:#912]: support comparison binary operations by @joyant in #1000
- [feat:#995]: create database by with statement by @joyant in #1002
- [bug]: fix read index data panic after kv store compact by @stone1100 in #1004
- ๐ [chore]: disable golangci-lint cache by @stone1100 in #1006
- [feat]: memory database estimate heap size by @stone1100 in #1005
- ๐จ [refactor]: memory database data loader by @stone1100 in #1009
- ๐จ [refactor]: only one storage cluster under broker cluster by @kevin6025 in #1008
- [bug:#1012]: fix show metrics returns incorrect results by @joyant in #1013
- ๐ [feat:#1001]: support promql by @joyant in #1014
- โจ [enhance:#1007]: reduce goroutine when write too many data families by @joyant in #1016
- ๐ [chore]: rebase v0.3.0_bug_fix by @stone1100 in #1025
- [bug:#1019]: fix storage node goes dead when gc pause by @stone1100 in #1026
- [opt]: compress write data by re-use snappy streaming by @stone1100 in #1027
- ๐ [docs]: add Japanese README file by @eltociear in #1039
-
v0.3.1 Changes
April 21, 2024For installation guides, please check out Quick start.
๐ฌ Others
- [bug]: fix storage panic when write old data point by @stone1100 in #1020
-
v0.3.0 Changes
August 29, 2023For installation guides, please check out Quick start.
๐ New features
- ๐ [chore]: add style lint by @stone1100 in #977
- โจ [enhance]: add iconfont by @stone1100 in #979
- ๐ท [feat]: CI support arm64 images by @dongjiang1989 in #981
๐ ๐ Bug fixes
- [bug]: fix theme color palette setting by @stone1100 in #978
- [bug]: use metric level namespace if set by @stone1100 in #980
- ๐ [bug]: fix data explore not support namespace by @stone1100 in #982
- [bug]: fix diff namespace conflict by @stone1100 in #983
-
v0.2.6 Changes
April 23, 2023For installation guides, please check out Quick start.
๐ New features
- ๐ [feat]: support select *(query all fields) by @stone1100 in #974
- ๐ [chore]: build darwin arm64 package by @stone1100 in #975
-
v0.2.5 Changes
April 17, 2023For installation guides, please check out Quick start.
๐ ๐ Bug fixes
- ๐ฆ [bug]: darwin package no cpu stats data by @stone1100 in #968
- ๐ [bug]: lost web console when build package via github action by @stone1100 in #969
- ๐ [bug]: fix build darwin package fail by @stone1100 in #971
-
v0.2.4 Changes
April 16, 2023For installation guides, please check out Quick start.
๐ New features
- โจ [enhance]: consume group wait strategy when WAL is empty by @stone1100 in #960
๐ฌ Others
- ๐ [chore]: use golangci/golangci-lint-action by @damnever in #956
- [chore]: add twitter badge to readme by @stone1100 in #958
-
v0.2.3 Changes
April 03, 2023Please check out CHANGELOG for a full list of changes.
For installation guides, please check out Quick start .What's Changed
- [opt]: join file paths by @stone1100 in #951
- [bug]: fix get diff agg result using diff group by interval by @stone1100 in #954
-
v0.2.2 Changes
March 28, 2023- Please check out CHANGELOG for a full list of changes.
- For installation guides, please check out Quick start .
What's Changed
- ๐ [feat]: support release with a docker image by @Sn0rt in #927
- [feat]: read config from env by @stone1100 in #929
- [feat]: env add LINDB_ prefix by @stone1100 in #930
- ๐ [feat]: support auto fill group by time interval based on query range by @stone1100 in #944
- ๐จ [feat]: print config value when server startup by @stone1100 in #933
- ๐จ [opt]: print error message when handle http request failure by @stone1100 in #934
- โจ [enhance]: need to check rollup Interval when memory database refreshing by @stone1100 in #947
- โจ [enhance]: check database's intervals if valid by @stone1100 in #948
- ๐ณ [opt]: add cli tools to docker image by @Sn0rt in #940
- [bug]: got unexpected result when async load family data by @stone1100 in #942
- [bug]: fix time picker no display last 30 days by @stone1100 in #931
- ๐ [bug]: fix cannot rollup data for windows by @stone1100 in #946
- ๐ท [bug]: fix miss some source family data when rollup job by @stone1100 in #949
- [bug]: cannot create database if storage not exist by @stone1100 in #936
๐ New Contributors
-
v0.2.1 Changes
March 04, 2023- Please check out CHANGELOG for a full list of changes.
- For installation guides, please check out Quick start .