Skip to content

unch v0.3.10

Pre-release
Pre-release

Choose a tag to compare

@uchebnick uchebnick released this 09 Apr 19:36
· 23 commits to main since this release
c442e47

unch v0.3.10

v0.3.10 is a small release that changes the project license to Apache 2.0 and fixes crashes during code indexing.

Highlights

  • changed the project license to Apache 2.0
  • restricted tokenization size to the configured NCtx to avoid context overflow errors
  • added filtering for null bytes (\x00) and invalid UTF-8 sequences before the CGO boundary to fix signal arrived during cgo execution crashes
  • bumped golangci-lint-action from 8 to 9
  • updated the demo GIF in the documentation

Upgrade notes

  • no index rebuild is required when upgrading from v0.3.9
  • if you install from source, use go install github.com/uchebnick/unch/cmd/unch@v0.3.10