Release - 1.0.0
Breaking Changes
- Drop support of the old position of
--output
option by @MarshalX in #148 - Drop support of
--version
option by @MarshalX in #147
The new --output
position is right after "cycode". Example: cycode -o table
.
Instead of cycode --version
use cycode version
.
What's Changed
- Disable Cimon fail-on-error flag by @MarshalX in #126
- Sign and notarize the macOS CLI executable by @MarshalX in #124
- Add dependency paths column on SCA table output by @morsa4406 in #127
- Improve README by @anna-aleksandrowicz in #125
- Fix dependency paths to add continuation dependencies sign for the list greater than 2 by @morsa4406 in #131
- Support scan in batches with progress bar by @MarshalX in #129
- Integrate Black code formatter by @MarshalX in #133
- Integrate Ruff linter by @MarshalX in #134
- CLI pre-commit hook can't be installed properly by @MarshalX in #135
- Improve type annotations by @MarshalX in #137
- Hide sensitive API responses from debug logs by @MarshalX in #138
- Update package description by @MarshalX in #139
- Add short alias for the output option by @MarshalX in #140
- Optimize the local files collection and improve the progress bar stage by @MarshalX in #141
- Add version command that supports TEXT and JSON output formats by @MarshalX in #142
- Fix list modification while in a for loop by @MarshalX in #143
- Improve version managing of pre-commit hook by @MarshalX in #144
- Add Poetry installation cache by @MarshalX in #145
- Migrate SCA tables to the new table management system by @MarshalX in #146
- Improve text messages by @MarshalX in #149
- Fix relative paths; fix validations of paths by @MarshalX in #150
- Implement proper handling of errors in printers by @MarshalX in #151
- Lock urllib3 v1 by @MarshalX in #152
New Contributors
- @anna-aleksandrowicz made their first contribution in #125
Full Changelog: v0.2.5...v1.0.0