Skip to content

v0.2.2

Compare
Choose a tag to compare
@stone1100 stone1100 released this 28 Mar 14:23
· 49 commits to main since this release
  • 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