unch v0.3.10
Pre-release
Pre-release
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
NCtxto avoid context overflow errors - added filtering for null bytes (
\x00) and invalid UTF-8 sequences before the CGO boundary to fixsignal arrived during cgo executioncrashes - bumped
golangci-lint-actionfrom 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