Skip to content
Merged
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
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down