You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,35 @@
2
2
3
3
This document describes the changes to the Code Graph Analysis Pipeline. The changes are grouped by version and date. The latest version is at the top.
4
4
5
+
## v2.1.0 (2025-03-22) Public GitHub Actions Workflow, GraphViz Visualization and Git History Treemaps
6
+
7
+
For all details see: https://github.com/JohT/code-graph-analysis-pipeline/releases/tag/v2.1.0
8
+
9
+
### 🚀 Features
10
+
11
+
* Graph Visualization with GraphViz by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/301
12
+
* Provide re-useable public workflow for code graph analysis by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/306
13
+
* Add retention-days parameter to analysis workflows by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/310
14
+
* Remove "results" directory in favor of the new separate code-graph-analysis-examples repository by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/317
15
+
16
+
### 📈 Reports
17
+
18
+
* Add git history file overview treemap by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/323
19
+
20
+
### ⚙️ Optimization
21
+
22
+
* Minimize Neo4j transaction log disk space utilization by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/294
23
+
* Provide low memory profile by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/303
24
+
* Add renovate preset to update the public reusable GitHub Workflow by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/312
25
+
* Migrate renovate config by @renovate in https://github.com/JohT/code-graph-analysis-pipeline/pull/313
26
+
* Improve Documentation by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/349
27
+
28
+
### 🛠 Fixes
29
+
30
+
* Fix renaming issues and missing hidden files by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/307
31
+
* Improve Logging by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/319
32
+
* Further improve logging by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/320
0 commit comments