|
| 1 | +## v4.0.0 (2025-09-10) |
| 2 | + |
| 3 | +### Feat |
| 4 | + |
| 5 | +- use repo as source of truth (#317) |
| 6 | +- save trusted packages in the repo (#314) |
| 7 | +- add support for yarn.lock files (#308) |
| 8 | +- add support for package-lock.json files (#305) |
| 9 | +- make config file optional (#295) |
| 10 | +- allow to set use_cache from config file (#292) |
| 11 | +- load config from `twyn.toml` if it exists (#291) |
| 12 | + |
| 13 | +### Fix |
| 14 | + |
| 15 | +- remove wrong formatting in weekly_download.yml (#319) |
| 16 | +- add git configuration to weekly download (#318) |
| 17 | +- properly propagate error messages (#306) |
| 18 | + |
| 19 | +### Refactor |
| 20 | + |
| 21 | +- Improve weekly download flow (#316) |
| 22 | +- rewrite requirements.txt parser and change the way we read files (#311) |
| 23 | +- Abstract general behaviour from TopPypiReference (#299) |
| 24 | +- remove custom logging implementation (#302) |
| 25 | + |
| 26 | +### CI |
| 27 | + |
| 28 | +- adapt to breaking change in lgtm-ai (#315) |
| 29 | +- add lgtm options (#301) |
| 30 | +- fix preview bump version (#298) |
| 31 | +- preview next version job (#296) |
| 32 | +- bump checkout action to 5.0.0 in docker-build action (#289) |
| 33 | + |
| 34 | +### Technical |
| 35 | + |
| 36 | +- manual update of dependencies (#320) |
| 37 | +- Weekly update of trusted packages |
| 38 | +- bump the patch-updates group with 2 updates (#309) |
| 39 | +- Docker Hub badge (#304) |
| 40 | +- Revert "bump: version 3.1.0 → 3.2.0" (#297) |
| 41 | + |
| 42 | +### Tests |
| 43 | + |
| 44 | +- improve cache handler testing (#310) |
| 45 | + |
| 46 | +## v3.2.0 (2025-09-01) |
| 47 | + |
| 48 | +### Feat |
| 49 | + |
| 50 | +- allow to get results as json (#284) |
| 51 | +- allow to disable track while evaluating dependencies (#282) |
| 52 | +- expose `check_dependencies` to the main interface (#278) |
| 53 | + |
| 54 | +### Fix |
| 55 | + |
| 56 | +- Properly annotate `check_dependencies`'s `selector_method` arg (#287) |
| 57 | + |
| 58 | +### Docs |
| 59 | + |
| 60 | +- remove old cache file path from docs (#288) |
| 61 | +- fix docs (#286) |
| 62 | +- update docs with json and "twyn as a package" examples (#285) |
| 63 | + |
1 | 64 | ## v3.1.0 (2025-08-28) |
2 | 65 |
|
3 | 66 | ### Feat |
|
0 commit comments