Skip to content

Releases: kythe/kythe

v0.0.7

16 Jul 18:25
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Notable changes:

  • Dependencies: updated minimum LLVM revision. Run tools/modules/update.sh.
  • C++ indexer: index definitions and references to member variables.
  • kwazthis: replace --ignore_local_repo behavior with --local_repo=NONE

Notable additions:

  • kwazthis: if found, automatically send local file as --dirty_buffer
  • kwazthis: return /kythe/edge/typed target ticket for each node

v0.0.6

09 Jul 22:17
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Notable additions:

  • kwazthis: allow --line and --column info in place of a byte --offset
  • kwazthis: the --api flag can now handle a local path to a serving table

Notable fixes:

  • Java indexer: don't generate anchors for implicit constructors

v0.0.5

01 Jul 18:35
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Notable additions:

  • Bazel extra_action extractors for C++ and Java
  • Implementation of DecorationsRequest.dirty_buffer in xrefs serving table

v0.0.4

24 Jun 19:54
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Notable changes:

  • kythe tool: merge --serving_table flag into --api flag

Notable fixes:

  • Allow empty requests in http_server's /corpusRoots handler
  • Java extractor: correctly handle symlinks in KYTHE_ROOT_DIRECTORY

v0.0.3

16 Jun 20:48
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Notable changes:

  • Go binaries no longer require shared libraries for libsnappy or libleveldb
  • kythe tool: --log_requests global flag
  • Java indexer: --print_statistics flag

v0.0.2

05 Jun 18:19
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Notable changes:

  • optimized binaries
  • more useful CLI --help messages
  • remove sqlite3 GraphStore support
  • kwazthis: list known definition locations for each node
  • Java indexer: emit actual nodes for JDK classes

v0.0.1

20 May 22:28
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release