diff --git a/HISTORY.md b/HISTORY.md index 669bd98ea..864686282 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # Release Notes +## v1.34.1 - 2026-02-20 + +### Bugs Fixed + +* Metadata `remove_column` removes unexpected relationships - Issue [#2813](https://github.com/sdv-dev/SDV/issues/2813) by @fealho +* Metadata auto-detection does not detect semantic sdtype as foreign key (`column_name_match` algorithm) - Issue [#2799](https://github.com/sdv-dev/SDV/issues/2799) by @fealho + ## v1.34.0 - 2026-02-13 ### New Features diff --git a/static_code_analysis.txt b/static_code_analysis.txt index 31804944b..19d25a4e8 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -1,4 +1,4 @@ -Run started:2026-02-13 20:43:11.713100+00:00 +Run started:2026-02-20 21:27:28.161726+00:00 Test results: >> Issue: [B110:try_except_pass] Try, Except, Pass detected. @@ -121,7 +121,7 @@ Test results: -------------------------------------------------- Code scanned: - Total lines of code: 17482 + Total lines of code: 17503 Total lines skipped (#nosec): 0 Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0