You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.