@@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88This changelog is managed with commitizen tool, don't update it manually.
99
10+ ## v2.1.0 (2024-12-05)
11+
12+ ### Feat
13+
14+ - ** cli** : add validations for CLI options
15+ - Get all information about Forbidden error from the server
16+ - set local_storage_url as breaking change from 1.x to 2.x
17+ - support ` compote registry sync --resolution [all,latest] `
18+ - Add in-memory cache for API and storage requests
19+ - add debug logging for HTTP requests
20+ - add esp32h21 to known target list
21+ - Add ruamel.yaml dependency
22+ - Improve add-dependency output and help
23+ - Add an option to specify registry url when using add-dependency
24+ - Add git source to add-dependency command
25+ - increase HTTP timeouts, use custom timeout for uploads
26+ - Add support of ` .gitignore ` file while uploading / packaging component
27+ - Add ` use_gitignore ` option to the manifest
28+ - validate manifest of examples when uploading a component
29+
30+ ### Fix
31+
32+ - hash value of ComponentRequirement for register_url
33+ - compote registry sync keep same folder structure as the registry
34+ - Fix caching during uploading of components
35+ - default storage url without fetching from registry
36+ - only show debug hints when version solver failed
37+ - unify 1.x 2.x generated parital sync metatdata file
38+ - accept registry_url from api
39+ - Use utf-8 encoding for all text file operations
40+ - recreate lock file when missing env var
41+ - drop current solution if requirement source is different
42+ - ignore local storage urls when generating partial mirror
43+
44+ ### Refactor
45+
46+ - rewrite partial mirror sync
47+ - use logging module instead of warnings
48+
1049## v2.0.4 (2024-10-01)
1150
1251### Fix
0 commit comments