Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
### <a id="main"></a>DeepFlow release main

#### Bug Fix
* fix: Modify MySQL and out-of-order configurations [#11505](https://github.com/deepflowio/deepflow/pull/11505) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: agnet - eBPF Fix the kernel kick on CPU0 was not triggered [#8817](https://github.com/deepflowio/deepflow/pull/8817) by [yinjiping](https://github.com/yinjiping)
* fix: agent - eBPF Fix Crashes Caused by Packet Count Statistics [#8816](https://github.com/deepflowio/deepflow/pull/8816) by [yinjiping](https://github.com/yinjiping)
* fix: wan type cidr may not be tagged [#8814](https://github.com/deepflowio/deepflow/pull/8814) by [lzf575](https://github.com/lzf575)
Expand Down Expand Up @@ -276,6 +277,8 @@
* Fix prometheus data cannot be labeled with universal tags,if slow-decoder is used. [#7100](https://github.com/deepflowio/deepflow/pull/7100)

#### NEW FEATURE
* feat: modify alert record metric value displayname [#11515](https://github.com/deepflowio/deepflow/pull/11515) by [xiaochaoren1](https://github.com/xiaochaoren1)
* feat: remove hook points when I/O event collection is disabled [#11511](https://github.com/deepflowio/deepflow/pull/11511) by [yinjiping](https://github.com/yinjiping)
* feat: agent - eBPF Add a Musl flag option (#9022) [#9024](https://github.com/deepflowio/deepflow/pull/9024) by [yinjiping](https://github.com/yinjiping)
* feat: updatae tunnel decap feature [#9021](https://github.com/deepflowio/deepflow/pull/9021) by [yuanchaoa](https://github.com/yuanchaoa)
* feat: agent - eBPF Adaptation for TLinux 4.14.105-19-0019 [#9013](https://github.com/deepflowio/deepflow/pull/9013) by [yinjiping](https://github.com/yinjiping)
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG-6-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#### New Feature

#### Bug Fix
* fix: Modify MySQL and out-of-order configurations [#11519](https://github.com/deepflowio/deepflow/pull/11519) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: agnet - eBPF Fix the kernel kick on CPU0 was not triggered [#8818](https://github.com/deepflowio/deepflow/pull/8818) by [yinjiping](https://github.com/yinjiping)
* fix: agent - eBPF Fix Crashes Caused by Packet Count Statistics [#8815](https://github.com/deepflowio/deepflow/pull/8815) by [yinjiping](https://github.com/yinjiping)
* fix: wan type cidr may not be tagged [#8811](https://github.com/deepflowio/deepflow/pull/8811) by [lzf575](https://github.com/lzf575)
Expand Down Expand Up @@ -46,6 +47,8 @@
* perf: modify materialized view local table without group by [#8576](https://github.com/deepflowio/deepflow/pull/8576) by [lzf575](https://github.com/lzf575)

#### NEW FEATURE
* feat: add silence policy [#11516](https://github.com/deepflowio/deepflow/pull/11516) by [xiaochaoren1](https://github.com/xiaochaoren1)
* feat: remove hook points when I/O event collection is disabled [#11514](https://github.com/deepflowio/deepflow/pull/11514) by [yinjiping](https://github.com/yinjiping)
* feat: agent - Add musl compile flag [#9023](https://github.com/deepflowio/deepflow/pull/9023) by [yinjiping](https://github.com/yinjiping)
* feat: updatae tunnel decap feature [#9020](https://github.com/deepflowio/deepflow/pull/9020) by [yuanchaoa](https://github.com/yuanchaoa)
* feat: agent - eBPF Adaptation for TLinux 4.14.105-19-0019 [#9012](https://github.com/deepflowio/deepflow/pull/9012) by [yinjiping](https://github.com/yinjiping)
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG-7-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Table of Contents

**[DeepFlow release v7.0](#v7.0)**<br/>

# Changelog

### <a id="v7.0"></a>DeepFlow release v7.0

#### New Feature

#### Bug Fix



#### NEW FEATURE
* feat: remove hook points when I/O event collection is disabled [#11512](https://github.com/deepflowio/deepflow/pull/11512) by [yinjiping](https://github.com/yinjiping)
16 changes: 16 additions & 0 deletions docs/CHANGELOG-7-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Table of Contents

**[DeepFlow release v7.1](#v7.1)**<br/>

# Changelog

### <a id="v7.1"></a>DeepFlow release v7.1

#### New Feature

#### Bug Fix
* fix: Modify MySQL and out-of-order configurations [#11520](https://github.com/deepflowio/deepflow/pull/11520) by [yuanchaoa](https://github.com/yuanchaoa)


#### NEW FEATURE
* feat: remove hook points when I/O event collection is disabled [#11513](https://github.com/deepflowio/deepflow/pull/11513) by [yinjiping](https://github.com/yinjiping)