Skip to content

3.8.0

Latest

Choose a tag to compare

@ileitch ileitch released this 25 Jul 08:22
a2db299
Breaking
  • None.
Enhancements
  • Added the --retain-equatable-properties and --retain-hashable-properties options to retain all properties on Equatable and Hashable types.
  • Expose a stable @periphery//bazel:generated package group so Bazel projects can grant visibility to Periphery's generated scan target and use --bazel-check-visibility safely.
  • Added a --bazel-query option to override the default Bazel top-level target query.
Bug Fixes
  • Follow embedded bundle and plugin edges transitively in the generated Bazel scan rule so custom Bazel queries can avoid building incorrectly transitioned targets while still analyzing extension- and plugin-reachable code.
  • The --write-results file is now written even when a scan produces no results, instead of being left absent from a prior run.