File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning].
77
88## [ Unreleased]
99
10+ ## [ 0.0.36] - 2026-04-01
11+
12+ ### Changed in 0.0.36
13+
14+ - Updated line to DB tuning document in ` sz_file_loader `
15+
1016## [ 0.0.35] - 2026-01-22
1117
1218### Fixed in 0.0.35
Original file line number Diff line number Diff line change 11[project ]
22name = " sz-python-tools"
3- version = " 0.0.35 "
3+ version = " 0.0.36 "
44description = " Senzing Python Tools"
55authors = [{ name = " senzing" , email = " support@senzing.com" }]
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ def startup_info(
654654 # Skip perf check if specified on CLI args or container env var
655655 if not skip_ds_perf :
656656 max_time_per_insert = 0.5
657- db_tune_article = "https://senzing.zendesk. com/hc/en-us/articles/360016288254-Tuning-Your-Database "
657+ db_tune_article = "https://www. senzing.com/docs/tutorials/database/database_tuning/ "
658658
659659 logger .info ("" )
660660 logger .info ("Repository Performance" )
You can’t perform that action at this time.
0 commit comments