Releases: scip-code/scip-go
Releases · scip-code/scip-go
scip-go v0.2.7
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: Quit panicking on named types over error by @prathshenoy in #258
- Test docker image by @jupblb in #259
- Fix nil-pointer panic when
pkg.Fset.Filereturnsnilby @jupblb in #260 - Fix panic on bare
PkgNameidentifier references by @jupblb in #261 - Drop
goimportsexception by @jupblb in #262 - Bump version to 0.2.7 by @jupblb in #263
Full Changelog: v0.2.6...v0.2.7
scip-go v0.2.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix panic on directories with only
_test.gofiles by @jupblb in #256 - Bump version to 0.2.6 by @jupblb in #257
Full Changelog: v0.2.5...v0.2.6
scip-go v0.2.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- Report max RSS and CPU usage in
indexsummary by @jupblb in #241 - Add more projects to
indexjob matrix by @jupblb in #242 - Validate renovate config in
nix flake checkby @jupblb in #243 - Update docker/login-action action to v4 by @renovate[bot] in #249
- Update GitHub Artifact Actions (major) by @renovate[bot] in #247
- Auto-update
flake.nixvendorHashon Renovate PRs by @jupblb in #250 - Use GitHub App token for vendorHash auto-fix workflow by @jupblb in #251
- Update actions/create-github-app-token action to v3 by @renovate[bot] in #252
- Update module github.com/alecthomas/kong to v1.15.0 by @renovate[bot] in #245
- Update module golang.org/x/mod to v0.36.0 by @renovate[bot] in #246
- Update module golang.org/x/tools to v0.45.0 by @renovate[bot] in #248
- Fix ca-certs setup in Docker image by @jupblb in #253
- Prepare for a new release by @jupblb in #254
Full Changelog: v0.2.4...v0.2.5
scip-go v0.2.4
Immutable
release. Only release title and notes can be modified.
What's Changed
- Remove unused
pkgLookupfromfileVisitorby @jupblb in #238 - Pass
--project-rootto scip stats to suppress warning by @jupblb in #239 - perf: Compose dependency symbols on demand by @prathshenoy in #222
- Prepare for a new release by @jupblb in #240
New Contributors
- @prathshenoy made their first contribution in #222
Full Changelog: v0.2.3...v0.2.4
scip-go v0.2.3
Immutable
release. Only release title and notes can be modified.
scip-go v0.2.2
Immutable
release. Only release title and notes can be modified.
scip-go v0.2.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: avoid panic on new stdlib packages by @jupblb in #173
- Support enclosing ranges for function definitions by @podtserkovskiy in #172
- Support resolving versions for sibling submodules in a monorepo by @jupblb in #180
- Fix module resolution for go.work workspaces by @jupblb in #182
- Nixify project setup by @jupblb in #184
- Make the release process into a GitHub action by @jupblb in #185
- Update dependencies and drop irrelevant ones by @jupblb in #186
- Add a formatting check by @jupblb in #187
- Avoid duplicate runs by limiting push trigger to main by @jupblb in #188
- chore(deps): update azure/docker-login action to v2 by @renovate[bot] in #102
- Add nix flake check step to build workflow by @jupblb in #190
- Use nixpkgs 25.11 by @jupblb in #189
- Publish multi-arch Docker image (
linux/amd64+linux/arm64) by @jupblb in #191 - fix: return only one tag when
git tagreturns multiple by @imax9000 in #171 - Migrate to kong by @jupblb in #194
- Simplify log verbosity by @jupblb in #195
- chore(deps): update determinatesystems/nix-installer-action action to v22 by @renovate[bot] in #193
- Replace panics with error returns and add live progress reporting by @jupblb in #196
- Use FormatSnapshots instead of FormatSnapshot by @jupblb in #200
- Emit definition for all
packagestatements, not just one by @jupblb in #199 - Fix anonymous struct symbol naming by @jupblb in #202
- Use backtick syntax for struct tags in hover docs by @jupblb in #203
- Resolve import aliases as global references instead of local definitions by @jupblb in #201
- Upgrade scip bindings to
v0.7.1by @jupblb in #205 - Show full type declaration in hover docs by @jupblb in #204
- Emit implementation relationships for remote type -> local interface by @jupblb in #198
- Extend support for doc comments by @jupblb in #206
- Preserve external package qualifiers in hover docs by @jupblb in #207
- Simplify
findImplementationsby @jupblb in #208 - Fix 'No symbol for' false positives for local type declarations by @jupblb in #209
- Clean up the codebase a bit more by @jupblb in #210
- Add support for generic type aliases by @jupblb in #211
- Populate
display_namefield onSymbolInformationby @jupblb in #212 - Populate
SymbolInformation.Kindby @jupblb in #213 - Add scip-examples workflow by @jupblb in #215
- Add snapshot test for
GOPACKAGESDRIVERsupport by @jupblb in #216 - Add a workflow example that sets
GOPACKAGESDRIVERby @jupblb in #217 - Remove
OverrideDocumentationfor type info on references by @jupblb in #218 - Make CI faster by reusing
nix buildoutput by @jupblb in #219 - Emit deprecated diagnostics for symbols by @jupblb in #220
- Defer
hasSameRepoRootcall by @jupblb in #221 - Attach
scip-goarguments to the generated index by @jupblb in #224 - Add
using-scip-goagent skill by @jupblb in #223 - Update repository links from sourcegraph to scip-code by @eseliger in #225
- Rename module to
github.com/scip-code/scip-goby @jupblb in #226 - Fix minor issues around indexing Kubernetes by @jupblb in #227
- Migrate Docker images from Docker Hub to GitHub Container Registry by @jupblb in #228
- Prepare for
0.2.0release by @jupblb in #229 - Prepare for a new release by @jupblb in #230
New Contributors
Full Changelog: v0.1.26...v0.2.1