|
1 | 1 | # ChangeLog |
2 | 2 |
|
| 3 | +## v0.7.0 |
| 4 | + |
| 5 | +General: |
| 6 | + |
| 7 | +- BREAKING CHANGE: The project has moved from `sourcegraph/scip` to `scip-code/scip`. |
| 8 | + All import paths and references have been updated accordingly. |
| 9 | + (https://github.com/scip-code/scip/pull/377) |
| 10 | +- All bindings (Go, Rust, TypeScript, Haskell) now follow the same |
| 11 | + version number as the repository. |
| 12 | +- Adopted Nix for building and CI. |
| 13 | + (https://github.com/scip-code/scip/pull/356) |
| 14 | +- Removed all LSIF references now that LSIF is fully deprecated. |
| 15 | + (https://github.com/scip-code/scip/pull/369) |
| 16 | + |
| 17 | +Go bindings: |
| 18 | + |
| 19 | +- BREAKING CHANGE: Go bindings have been split into a separate module |
| 20 | + at `github.com/scip-code/scip/bindings/go/scip` to reduce |
| 21 | + the dependency footprint for consumers. |
| 22 | + (https://github.com/scip-code/scip/pull/364, |
| 23 | + https://github.com/scip-code/scip/pull/371) |
| 24 | +- Removed old V1 symbol parser, speedtest, and sample indexes. |
| 25 | + (https://github.com/scip-code/scip/pull/365) |
| 26 | +- Updated protoc-gen-go from v1.31.0 to v1.36.6. |
| 27 | + (https://github.com/scip-code/scip/pull/358) |
| 28 | + |
| 29 | +Rust bindings: |
| 30 | + |
| 31 | +- Fixed symbol formatting to use character count instead of byte length, |
| 32 | + fixing issues with multibyte identifiers. |
| 33 | + (https://github.com/scip-code/scip/pull/346) |
| 34 | +- Fixed symbol backtick escaping to match the Go implementation. |
| 35 | + (https://github.com/scip-code/scip/pull/368) |
| 36 | + |
| 37 | +TypeScript bindings: |
| 38 | + |
| 39 | +- BREAKING CHANGE: Migrated protobuf bindings from protoc-gen-ts to protobuf-es. |
| 40 | + (https://github.com/scip-code/scip/pull/361) |
| 41 | + |
3 | 42 | ## v0.6.1 |
4 | 43 |
|
5 | 44 | Go bindings: |
|
0 commit comments