Skip to content

Commit

Permalink
Update changelog for main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sharang committed Nov 30, 2024
1 parent 86f865c commit ff2d68f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 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: trim-tunnel-type has not taken effect [#8577](https://github.com/deepflowio/deepflow/pull/8577) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: the policy does not check memory in analyzer mode [#8540](https://github.com/deepflowio/deepflow/pull/8540) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: eBPF SELinux permission-related exit [#8534](https://github.com/deepflowio/deepflow/pull/8534) by [yinjiping](https://github.com/yinjiping)
* fix: failed to downgrade agent_group_configuration [#8520](https://github.com/deepflowio/deepflow/pull/8520) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
Expand Down Expand Up @@ -527,6 +528,7 @@
* refactor: trace_tree add encoding respose statistics [#7430](https://github.com/deepflowio/deepflow/pull/7430) by [lzf575](https://github.com/lzf575)

#### Performance
* perf: modify materialized view local table without group by [#8575](https://github.com/deepflowio/deepflow/pull/8575) by [lzf575](https://github.com/lzf575)
* perf: improve the performance of json string escape [#8508](https://github.com/deepflowio/deepflow/pull/8508) by [lzf575](https://github.com/lzf575)
* perf: use template instead of Interface{} in LockFreePool [#8372](https://github.com/deepflowio/deepflow/pull/8372) by [lzf575](https://github.com/lzf575)
* perf: reduce ckwriter memory [#8417](https://github.com/deepflowio/deepflow/pull/8417) by [lzf575](https://github.com/lzf575)
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG-6-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
* bump golang.org/x/net to v0.26.0 [#7234](https://github.com/deepflowio/deepflow/pull/7234) by [zhangzujian](https://github.com/zhangzujian)

#### Performance
* perf: modify materialized view local table without group by [#8574](https://github.com/deepflowio/deepflow/pull/8574) by [lzf575](https://github.com/lzf575)
* perf: improve the performance of json string escape [#8509](https://github.com/deepflowio/deepflow/pull/8509) by [lzf575](https://github.com/lzf575)
* perf: reduce ckwriter memory [#8423](https://github.com/deepflowio/deepflow/pull/8423) by [lzf575](https://github.com/lzf575)
* perf: add setting ttl_only_drop_parts to the CK table to make TTL more efficient [#7266](https://github.com/deepflowio/deepflow/pull/7266) by [lzf575](https://github.com/lzf575)
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG-6-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Table of Contents

**[DeepFlow release v6.6](#v6.6)**<br/>

# Changelog

### <a id="v6.6"></a>DeepFlow release v6.6

#### New Feature

#### Bug Fix
* fix: trim-tunnel-type has not taken effect [#8578](https://github.com/deepflowio/deepflow/pull/8578) by [yuanchaoa](https://github.com/yuanchaoa)


#### Performance
* perf: modify materialized view local table without group by [#8576](https://github.com/deepflowio/deepflow/pull/8576) by [lzf575](https://github.com/lzf575)

0 comments on commit ff2d68f

Please sign in to comment.