What's Changed
- Measure: Introduce "index_mode" by @hanahmily in #557
- Fix the index mode failure on multi-segments by @hanahmily in #558
- bug: fix the index mode still writes to the data files by @hanahmily in #559
- Fix the lack of version on the index mode measure by @hanahmily in #560
- Fix the bug when adding tags or fields to measuer or stream by @hanahmily in #561
- Index: Use numeric index type to support Int and Float by @hanahmily in #562
- Fix: polish Index Rule Page and Index Rule Binding Page by @Fine0830 in #563
- docs: Add
Setting up Environment Variables
in README by @Fine0830 in #564 - refactor: Add a common component to avoid hard code by @Fine0830 in #565
- Fix View Configuration and remove redundant fields on Property page by @Fine0830 in #566
- Add
indexMode
to display on the measure page by @Fine0830 in #567 - feat: Add
NoSort
Field to IndexRule page by @Fine0830 in #568 - Fix top-n high cardinality by @hanahmily in #569
- Clean up codes & fix a bug and CVE by @hanahmily in #571
- Refactor Groups Tree by @Fine0830 in #572
- Fix: Highlight the current node in groups tree by @Fine0830 in #573
- build(UI): Add prettier to enforce a consistent style by parsing code by @Fine0830 in #574
- Fix groups tree for property data by @Fine0830 in #575
- Fix schema updating bugs by @hanahmily in #576
- Parse string and int array in the query result table by @Fine0830 in #577
- Index
measure_name
andtags
inentity
to improve the query performance. by @hanahmily in #578 - Fix querying the index on a entity tag by @hanahmily in #579
- Bump up oap by @hanahmily in #580
- Add a cache to improve the performance of the series index write by @hanahmily in #581
- feat(UI): Implement
TopNAggregation
data query page by @Fine0830 in #582 - fix(UI): use
===
instead of==
to avoid type conversion by @Fine0830 in #583 - Remove redundant time range by @hanahmily in #584
- Update cespare/xxhash to v2 version by @Juneezee in #585
- Read cpu quota and limit from the cgroup file system to set gomaxprocs by @hanahmily in #586
- Change Property's storage layer by @hanahmily in #587
- Fix property metric collection failure by @hanahmily in #588
- Setup protection to 0.7 release branch by @wu-sheng in #589
- Add Max Disk Usage Percent by @hanahmily in #590
- Add api-version service by @hanahmily in #591
- Add versions document to make compatibility more clear. by @wu-sheng in #592
- Fix format by @wu-sheng in #593
- Another nit by @wu-sheng in #594
- Wait for the existing registration to be removed before registering by @hanahmily in #595
- feat(UI): Update BanyanDB UI to Integrate New Property Query API by @Fine0830 in #596
- Introduce the batch scan to improve the performance of the query and limit the memory usage by @hanahmily in #597
- Bump vite from 5.4.11 to 5.4.14 in /ui by @dependabot in #598
- Add the Memory Protector to limit the resource usage of the query operations by @hanahmily in #599
- Periodic sync to sync the metadata from the etcd by @hanahmily in #600
- Fix OOM on querying zipkin data through skywalking OAP by @hanahmily in #601
- Fix NPE on sorting by index with an empty result by @hanahmily in #602
- Add taking the snapshot of data files by @hanahmily in #603
- Use a combination to get in-use memory by @hanahmily in #604
- Add Backup CLI tool by @hanahmily in #605
- Restore the data by @hanahmily in #606
- Add backup and restore binaries into docker image by @hanahmily in #607
- Add concurent barrier for merging by @hanahmily in #609
- Improve the write performance and bump up go to 1.24 by @hanahmily in #610
- Fix the data race by @hanahmily in #611
- Update doc for property by @hanahmily in #614
- Fix menu version by @wu-sheng in #615
- Fix the Stream List by @Fine0830 in #616
- Add LifecycleStage API and nodes labels by @hanahmily in #617
- Add lifecycle management by @hanahmily in #618
- Fix ASF git error by @wu-sheng in #623
- Introduce the schema style to the property by @hanahmily in #621
- Remove duplicated license header by @ButterBright in #625
- [UI]Fix the group details by @Fine0830 in #626
- feat: the property page adapts new queries by @Fine0830 in #627
- feat: change the property page with schema queries by @Fine0830 in #628
- Add time range parameters to stream index filter by @ButterBright in #630
- Fix the oom issue when loading too many unnecessary parts into memory by @hanahmily in #631
- build(ui): bump up dependencies to fix vulnerabilities by @Fine0830 in #635
- Fix several issues of stream and bydbctl by @hanahmily in #637
- Fix the bug that the log doesn't get config by @hanahmily in #638
- Fix NPE by @hanahmily in #639
- feat(UI): Add the
stages
toGroups
by @Fine0830 in #640
New Contributors
Full Changelog: v0.7.1...v0.8.0