Skip to content

v2.3.0

Choose a tag to compare

@kumekay kumekay released this 08 Oct 13:01
· 62 commits to main since this release

v2.3.0 (2025-08-13)

https://pypi.org/project/idf-component-manager/2.3.0/

Feat

  • add service profile as global option to idf.py
  • add --registry-url and --storage-url params to idf.py
  • add IDF_COMPONENT_LOCAL_STORAGE_URL env variable
  • add function to validate url or file in cli
  • add --local-storage-url param to idf.py
  • use pydantic types for validation
  • read env variables in ProfileItem
  • create mermaid workflow diagrams
  • Add optional path to ChecksumsManager dump method

Fix

  • cache message about skipped dependency
  • better error message when manifest validation failed
  • Allow to delete a yanked version
  • Cassette when yanking
  • Minor documentation fix
  • ignore if clauses with kconfig options with unsupported idf version
  • catch all MissingKconfigError exception
  • fix checking max name length

Refactor

  • reformat all rst files using docstrfmt