Releases: lindb/lindb
Releases Β· lindb/lindb
v0.4.1
π 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
π 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
For installation guides, please check out Quick start.
π¬ Others
- [bug]: fix storage panic when write old data point by @stone1100 in #1020
v0.3.0
For 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
For 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
For 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
For 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
Please 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
- 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