Skip to content

v0.0.62

Pre-release
Pre-release
Compare
Choose a tag to compare
@salguarnieri salguarnieri released this 07 Jun 20:29
61bc651

Features

Bug Fixes

  • removal license export (#5634) (cc8f9c37)
  • fix reversed op (#5599) (d838ac67)
  • api: explicitly mark source_text optional ∵ File.text is optional (#5666) (c1a4536b)
  • cxx_common:
    • fix and test minor issue with fileset id 0 (#5655) (b65dfcf1)
    • select artifacts from failed targets (#5644) (2bae2d54)
    • attempt to reduce memory usage of bazel artifact selector (#5638) (3d737714)
  • cxx_extractor:
  • cxx_indexer:
  • cxx_verifier: ensure primitive members are always initialized (#5640) (1625b495)
  • go:
    • use %s to format protos in kzip validation error messages (#5674) (7ed207bf)
    • avoid formatting protos via "%v" for non-debug uses (#5673) (76110120)
  • go_indexer:
  • java: explicitly define toolchains for the Java versions we support (#5615) (05fe9086)
  • presubmit: omit manual targets from both input and output sets (#5574) (d12a0ba3)
  • proto_indexer: use extends relation for proto field extensions (#5521) (d9213d32)
  • serving:
  • tools: use vfs.Stat instead of os.Stat in kzip tool (#5566) (e27ce6b2)
  • typescript: emit code blocks for interface properties and fix TODO (#5513) (8efd1273)
  • typescript_indexer:
  • verifier:
  • xrefs_filter: properly merge page lists that represent allPages (#5624) (6fe9ba39)

Breaking Changes