Skip to content

chore(deps): bump github.com/openclaw/crawlkit from 0.11.0 to 0.12.0#13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/openclaw/crawlkit-0.12.0
Closed

chore(deps): bump github.com/openclaw/crawlkit from 0.11.0 to 0.12.0#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/openclaw/crawlkit-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/openclaw/crawlkit from 0.11.0 to 0.12.0.

Release notes

Sourced from github.com/openclaw/crawlkit's releases.

crawlkit v0.12.0

Changelog

  • Add shared vector.Search backends, including the existing exact cosine scorer and an optional Python turbovec bridge for downstream semantic search over dimensions divisible by 8 up to 8,192. Thanks @​vincentkoc.
  • Add a remote.Client.UploadSQLite helper, SQLite object metadata in remote status payloads, and contract metadata for publisher-side raw SQLite archive uploads.
  • Add gzip-compressed SQLite bundle manifests, chunk builders, and upload helpers for R2-backed remote archive bootstrap/fallback data.

Verification

  • Current main at acb97d9e8937aa3d88582a5a1a97920db2603299 was clean and green before tagging.
  • GitHub Actions on current main passed: Security Gate, CI, and CodeQL.
  • Local release gate passed: GOWORK=off go mod tidy, git diff --exit-code -- go.mod go.sum, GOWORK=off go vet ./..., deadcode, and GOWORK=off go test -count=1 ./....
  • Vector race proof passed: GOWORK=off go test -race -count=1 ./vector.
  • Real TurboVec proof passed in an isolated temp venv with turbovec==0.7.0 and numpy.
  • Downstream gitcrawl compatibility passed in a temp copy with a local crawlkit replace: GOWORK=off go test ./..., --help, --version, metadata --json, and status --json.

Release State Note

Existing signed git tags v0.8.0 through v0.11.0 are authoritative history. GitHub Release pages currently exist only through v0.7.0; this release does not rewrite or backfill older tags.

Changelog

Sourced from github.com/openclaw/crawlkit's changelog.

v0.12.0 - 2026-06-10

  • Add shared vector.Search backends, including the existing exact cosine scorer and an optional Python turbovec bridge for downstream semantic search over dimensions divisible by 8 up to 8,192. Thanks @​vincentkoc.
  • Add a remote.Client.UploadSQLite helper, SQLite object metadata in remote status payloads, and contract metadata for publisher-side raw SQLite archive uploads.
  • Add gzip-compressed SQLite bundle manifests, chunk builders, and upload helpers for R2-backed remote archive bootstrap/fallback data.

v0.9.0 - 2026-05-28

  • Add explicit remote protocol contract metadata and a public Client.Contract helper so Worker-fronted archive services can prove their supported routes, auth roles, query names, and ingest tables without coupling Cloudflare deployment state to the Go module.

v0.8.0 - 2026-05-27

  • Add provider-neutral remote client/config/status contracts for Worker-fronted cloud archives, including authenticated query, batch-read, ingest, archive listing, and GitHub login helper calls.
  • Add remote archive fields to control.Status and database inventories so downstream apps can report D1/Worker storage without pretending it is a local SQLite path.

v0.7.0 - 2026-05-22

  • Add crawlctl, a cross-platform controller for discovering crawl apps, running configured refresh jobs, recording JSONL run history, tailing logs, and installing OS-native schedules through launchd, systemd, Windows Task Scheduler, or cron output.
  • Add the scheduler package for crawl app discovery, legacy app adapters, job expansion, single-process run locking, native schedule rendering, and run-history helpers.

v0.6.0 - 2026-05-17

  • Add releasecheck helpers for cached GitHub release checks and safe stderr update notices in downstream crawl app CLIs.

v0.5.3 - 2026-05-17

  • Add OpenAI-compatible embedding dimensions, raw API-key injection, user-agent forwarding, response headers on HTTP errors, and float64 vectors for downstream stores that need exact JSON embedding values.

v0.5.2 - 2026-05-11

  • Add opt-in platform-native config/runtime paths to config.App, with XDG/macOS defaults and migration-safe legacy path fallback.

v0.5.1 - 2026-05-08

... (truncated)

Commits
  • acb97d9 release: v0.12.0
  • c2f19e2 feat(vector): add turbovec search backend
  • d5cbaf0 ci: add deadcode check (#19)
  • 286cd48 build(deps): bump trufflesecurity/trufflehog from 3.95.3 to 3.95.5 (#17)
  • 815f060 build(deps): bump modernc.org/sqlite from 1.50.1 to 1.51.0 (#16)
  • e617cf9 docs: position README banner
  • f24ef39 docs: add README banner
  • c54a349 feat(remote): add compressed sqlite bundles (#15)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrades github.com/openclaw/crawlkit to v0.12.0. Brings shared vector search backends (incl. optional turbovec) and remote SQLite upload/compressed bundle support for archive workflows.

  • Dependencies
    • github.com/openclaw/crawlkit: 0.11.0 → 0.12.0
    • Indirect: modernc.org/sqlite: 1.50.1 → 1.51.0

Written for commit a9882f4. Summary will update on new commits.

Review in cubic

Bumps [github.com/openclaw/crawlkit](https://github.com/openclaw/crawlkit) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/openclaw/crawlkit/releases)
- [Changelog](https://github.com/openclaw/crawlkit/blob/main/CHANGELOG.md)
- [Commits](openclaw/crawlkit@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/openclaw/crawlkit
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #16.

@dependabot dependabot Bot closed this Jun 20, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/openclaw/crawlkit-0.12.0 branch June 20, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants