Idf-component-manager

Latest version: v2.1.2

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

1.4.1

Fixed

- Fix typo in gitlab CI user agent
- Fix issue with creating a profile in `idf_component_manager.yml` if it does not exist, when executing `compote registry login` command with `--service-profile` specified
- Remove warnings of the unknown root keys in the manifest files
- Fix schema validation of `idf_component_manager.yml`, for an empty profile name value
- Fix manifest schema validation message for an empty field value
- Fix processing of `rules` and `matches` for components from the registry
- Fix processing handling of `require` field for components from the registry

1.4.0

Added

- Add CI environment information to the component manager requests user agent
- if-clause supported boolean operator `&&`, `||`, with nested parentheses
- support set `version` besides if-clause, to override the default dependency version
- support `matches` for declaring optional dependencies. The first if-clause that matches the condition will be used
- Support `license` field in the manifest files
- Allow unknown fields in the idf_component_manager.yml config file
- More descriptive manifest validation error messages
- Add `default_namespace`, `registry_url` parameters to `compote registry login` command
- Create a profile in `idf_component_manager.yml` if it does not exist when executing `compote registry login` command
- Option to check for new versions of components each time CMake is triggered (IDF_COMPONENT_CHECK_NEW_VERSION env variable)
- Support multiple storage urls in IDF_COMPONENT_STORAGE_URL environment variable (“;” separated) or from configuration file.

Fixed

- Don't require token for `--dry-run` of `compote component upload` command
- Fix incorrect message suggestion to check upload status if non-default profile is used
- Add support for non-default registries to `compote project create-from-example` command through the `--service-profile` option
- Fix issue with dependencies on local components without a version set
- Skip solving solved component requirements. Speed up version solving
- Support revision in git tags by replacing `~` with `.` in the version, i.e. `1.0.0.1`
- Components under `components/` will be treated with higher priority while solving dependencies
- Add component property `REQUIRED_IDF_TARGET` if the component supports specific targets
- Fixed issue where `compote component upload` command ignored `default_namespace` parameter from the profile
- The component manager no longer accesses the API to get the storage URL for the default registry URL

1.3.2

Fixed

- Keep original if statement in the `IfClause` object
- Git source dependencies with `version` field work again

1.3.1

Fixed

- Fetch the same version as the lock file does while checking solved dependencies

1.3.0

Changed

- Extend the behavior of `compote manifest create` and `compote manifest add-dependency` to create a manifest file based on the context of the current working directory (context of a project or a component)
- Disable API cache by default
- Updated error message if override_path is not a folder

Added

- Add documentation for compote CLI
- Add a check for the existence of a dependency in the registry when using the `compote manifest add-dependency` command
- Add `-W | --warnings-as-errors` flag to `compote` to treat warnings as errors
- Add `-p | --path` flag to `compote manifest create` and `compote manifest add-dependency` to specify the path to the manifest file
- Add `compote manifest schema` to generate the json schema file of the `idf_component.yml`
- Add `compote cache clear` to drop system-wide cache of components and API cache
- Make file cache path configurable via `IDF_COMPONENT_CACHE_PATH` environment variable
- Add `compote cache path` command to print the path to the cache directory
- Add `compote cache size` command to print the size of the cached data
- Add `compote version` command to print the version of the component manager
- Add `IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS` environment variable to allow overwrite files in the managed_component directory, even if they have been modified by the user
- Add documentation project for the component manager and Espressif component registry
- Treat local source dependency priority higher
- Add `--install` flag to `compote autocomplete` to create the completion files and append the sourcing code into the rc files. By default, print the completion functions to the console.
- Add `--dry-run` flag to `compote autocomplete --install` to simulate the install script.
- Add `--dry-run` flag to `compote component upload` to simulate the upload process
- Print message with the reason why the component manager desided to solve dependencies again
- Add `update-dependencies` command to `idf.py` for updating dependencies of the project
- Add manifest format reference to the documentation
- Add `compote component yank` CLI command to yank version of the component from the registry
- Show warnings from the component registry during uploading components
- Add config for ReadTheDocs
- Add `dest-dir` option to `compote component pack` command to specify the destination directory for the archive
- Add `compote registry login` CLI command to login to the component registry and store the token in the config file

Fixed

- Fix deprecation warnings not showing up in the terminal
- Fix regular expression for repository URL validation
- Stop injecting shell config files by default in `compote autocomplete`
- Prevent possible DNS spoof when `dependencies.lock` file exists and no need to be updated.
- Always add `idf` as a dependency to `dependencies.lock` file even without explict declaration.
- Fix git submodule update error when using submodule exists in the `path` field specified in the corresponding git dependency
- Fixed a bug where dependencies of the component weren't updating when local component changed
- Fix mixed slashes in paths on Windows
- Make different error messages for non-existing Version and Component
- Fixed a bug where it was required to set IDF version and target for non-IDF dependent actions
- Fix checks for targets in manifest validator, to make sure newer targets don't cause errors on older ESP-IDF versions

1.2.3

Fixed

- Pin urllib version to \<2 to avoid incompatibility with older python versions
- Components with optional dependencies could be uploaded normally
- Relative path in `override_path` now based on the directory of its `idf_component.yml`
- Correct spelling of error message for unsatisfied dependency
- Fix manifest hash calculation for dependencies from git repositories
- Keep local components non-hashable

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.