fix(core): Fix concurrency and download handling in HandelsRegister class and adjust test cases

This commit is contained in:
2025-01-07 05:06:16 +01:00
parent a19be31381
commit ec2d4f9fbc
7 changed files with 166 additions and 116 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-01-07 - 1.4.2 - fix(core)
Fix concurrency and download handling in HandelsRegister class and adjust test cases
- Improved the clickFindButton function to include an argument for results limit.
- Enhanced the downloadFile function to rename and ensure files are correctly handled.
- Updated searchCompany method to allow specifying a limit on the number of search results.
- Adjusted test cases to select specific test data indices and output test files to a dedicated directory.
## 2025-01-04 - 1.4.1 - fix(core)
Fix issues with JSONL data processing and improve error handling in business record validation