Skip to content

Releases: periphery-pro/cli-releases

1.0.0.beta.3

1.0.0.beta.3 Pre-release
Pre-release

Choose a tag to compare

@ileitch ileitch released this 12 Aug 09:14
6e05295
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Authentication flow fixes.

1.0.0.beta.2

1.0.0.beta.2 Pre-release
Pre-release

Choose a tag to compare

@ileitch ileitch released this 30 Jul 10:47
6e05295
Breaking
  • None.
Enhancements
  • Added the agent-prompt output format for AI-assisted result removal.
  • Added the name option to the // periphery:override comment command.
  • Scheme validation is now skipped by default, avoiding a slow call to xcodebuild. Use --no-skip-schemes-validation to enable validation of the given scheme names.
Bug Fixes
  • The --write-results file 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

1.0.0.beta.1 Pre-release
Pre-release

Choose a tag to compare

@ileitch ileitch released this 22 Jul 10:22
6e05295
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-visibility options have been removed.
Enhancements
  • Significant performance improvements.
  • Added the --retain-equatable-properties and --retain-hashable-properties options to retain all properties on Equatable and Hashable types.
Bug Fixes
  • The --write-results file is now also written when a scan produces no results.