mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
558 B
558 B
0.2.0
Breaking Changes
- The
edgespredicate contained inPathGraphnow contains two additional columns for propagating model provenance information. This is primarily an internal change without any impact on any APIs, except for specialised queries making use ofMergePathGraphin conjunction with customPathGraphimplementations. Such queries will need to be updated to reference the two new columns. This is expected to be very rare, asMergePathGraphis an advanced feature, but it is a breaking change for any such affected queries.