-
Notifications
You must be signed in to change notification settings - Fork 85
Releases: Ataraxy-Labs/sem
Releases · Ataraxy-Labs/sem
v0.10.1
Bump version to 0.10.1 Ships sem update (self-update to the latest release) and the once-daily new-version notice.
Assets 8
1 person reacted
v0.10.0
@github-actions
github-actions
1b8d48b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.10.0: cloud-backed CLI, webhook auto-sync, telemetry (#354) Bumps the workspace to 0.10.0. This release rolls up the cloud work already on main (cloud-backed impact/context/entities/log with size-based routing, anonymous usage telemetry with opt-out) plus one fix: - Repos registered while still indexing reported entityCount 0, which the routing gate cached as 'small repo, stay local' permanently. Counts are now only trusted from ready repos, and pending entries re-fetch until status converges. - sem whoami now explains how registration happens when a repo isn't registered.
Assets 8
1 person reacted
v0.9.0
Merge branch 'universal-test-detection'
Assets 8
1 person reacted
v0.8.0
Bump version to 0.8.0
Assets 8
2 people reacted
v0.7.0
trigger release workflow for v0.7.0
Assets 8
1 person reacted
v0.6.2
chore: bump version to 0.7.0 (minor: new enum variant)
Assets 8
1 person reacted
v0.6.1
chore: bump version to 0.6.1
Assets 8
1 person reacted
v0.6.0
Fix 8 issues: entity IDs, stale cache, scope filtering, CLI UX, verif...
Assets 8
1 person reacted
v0.5.5
Performance
- Merge 8 sequential O(E) lookup passes into 2, reducing serial overhead
- Wrap symbol_table in Arc to avoid deep-cloning 621K-entry HashMap
- Walk AST once per file instead of once per entity in scope resolver
- Skip non-code file types (JSON, YAML, etc.) in bag-of-words resolution
Benchmarks (10-core M-series Mac)
| Repo | Before | After | Improvement |
|---|---|---|---|
| cli/cli (10K entities) | 2.1s | 1.5s | -29% |
| terraform (37K entities) | 9.3s | 6.4s | -31% |
| grafana (596K entities) | 382s CPU | 337s CPU | -12% |
Assets 8
1 person reacted
v0.5.4
Bump version to 0.5.4
Assets 8
1 person reacted