Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: kythe/kythe

v0.0.74

07 Nov 12:50
a182743

Choose a tag to compare

What's Changed

  • docs: update JDK installation notes for Apple Silicon by @rzhw in #6197
  • chore: Bump libffi and zlib to fix builds on macOS by @amorde in #6196
  • Add missing @CanIgnoreReturnValue annotations by @vvk-singh in #6199
  • chore: Bump rules_go to 0.43.0 by @rzhw in #6202
  • Revert "chore: Bump rules_go to 0.43.0" by @varunmahajan in #6204
  • Fix multiple corpora issue by defaulting to simple_vnames.json by @vvk-singh in #6207

Full Changelog: v0.0.73...v0.0.74

v0.0.73

22 Aug 08:21
8d95416

Choose a tag to compare

v0.0.73 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.72...v0.0.73

v0.0.72

09 Jun 16:50
fcba513

Choose a tag to compare

v0.0.72 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.71...v0.0.72

v0.0.71

21 May 15:07
03c4b6c

Choose a tag to compare

v0.0.71 Pre-release
Pre-release

What's Changed

  • [fix] Correct source_file inclusion in rust extractor by @wittrock in #6177

Full Changelog: v0.0.70...v0.0.71

v0.0.70

08 May 15:31
c691434

Choose a tag to compare

v0.0.70 Pre-release
Pre-release

What's Changed

  • Add rust extractor to release, cut a new release by @wittrock in #6174

Full Changelog: v0.0.69...v0.0.70

v0.0.69

08 May 04:30
d8c532d

Choose a tag to compare

v0.0.69 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.68...v0.0.69

v0.0.68

06 Jan 05:59
f712611

Choose a tag to compare

v0.0.68 Pre-release
Pre-release

Bug Fixes

  • go_indexer:
  • bazel:
    • remove cyclic dependency by removing usage of assign_external_projects_to_separate_corpora config_setting flag #6146 46275ee
  • java_indexer:
  • cxx_indexer:
    • use flat_hash_map, not unordered_map; fix rehashing #6083 cba4452
    • clarify the use of llvm::dyn_cast on ClaimTokens #6093 ae3434e
  • verifier_test: ensure tools use the same configuration as indexer #6113 d19f7f3
  • extraction: add proto rule to simple vnames config #6068 28c16cf

Features

  • go_indexer:
  • cxx_indexer:
  • typescript_indexer:
  • java_indexer:
  • protobuf: add types for protobuf service RPCs #6109 9cd1af5
  • tools: --render_marked_source added to kythe docs cli #6097 cc445fd
  • tooling: entrystream support for textproto output #6087 94e76f8
  • define a Language schema enum #6067 7206b16
  • build: regenerate checked-in source artifacts in pre-commit #6072 9db7d1c
  • testing: provide ability to save logs from indexers in verifier_test #6075 97d1980

Full Changelog: v0.0.67...v0.0.68

v0.0.67

14 Mar 14:09
a301676

Choose a tag to compare

v0.0.67 Pre-release
Pre-release

Bug Fixes

Features

v0.0.66

14 Feb 02:39
1fbba63

Choose a tag to compare

v0.0.66 Pre-release
Pre-release

Bug Fixes

Features

v0.0.65

12 Feb 18:45
32e41f7

Choose a tag to compare

v0.0.65 Pre-release
Pre-release

[v0.0.65] - 2024-02-09

Features

  • kzip: add option for providing input list via file (#5970) (052a0bb5)