Releases: periphery-pro/cli-releases
Releases · periphery-pro/cli-releases
Release list
1.0.0.beta.3
Breaking
- None.
Enhancements
- None.
Bug Fixes
- Authentication flow fixes.
1.0.0.beta.2
Breaking
- None.
Enhancements
- Added the
agent-promptoutput format for AI-assisted result removal. - Added the
nameoption to the// periphery:overridecomment command. - Scheme validation is now skipped by default, avoiding a slow call to
xcodebuild. Use--no-skip-schemes-validationto enable validation of the given scheme names.
Bug Fixes
- The
--write-resultsfile is now written when the output format produces no output for a scan with no results, e.g.--format github-actions. - Resolved scan performance regression introduced by duplicate declaration detection.
1.0.0.beta.1
Breaking
- Conflicting declarations now throw an error.
- Bazel integration has moved to the rules_periphery module, which drives Periphery from Bazel rather than the other way around. The
--bazel,--bazel-filter,--bazel-query,--bazel-index-store, and--bazel-check-visibilityoptions have been removed.
Enhancements
- Significant performance improvements.
- Added the
--retain-equatable-propertiesand--retain-hashable-propertiesoptions to retain all properties onEquatableandHashabletypes.
Bug Fixes
- The
--write-resultsfile is now also written when a scan produces no results.