Skip to content

Releases: sourcebot-dev/sourcebot

v5.0.1

04 Jun 04:06

Choose a tag to compare

What's Changed

  • fix(web): Prompt anonymous users to login if they want to use connectors in Ask by @jsourcebot in #1274

Full Changelog: v5.0.0...v5.0.1

v5.0.0

04 Jun 01:14

Choose a tag to compare

Checkout the migration guide for details on upgrading your instance to v5.

Changed

  • [Breaking Change] Changed the default role assignment to Owner for organizations on the free tier. See the v4 to v5 guide. #1106
  • [Breaking Change] Relicensed Ask Sourcebot and MCP under ee. See the v4 to v5 guide. #1106
  • [Breaking Change] Removed the embedded Postgres and Redis from the Docker image. External Postgres and Redis are now required: set DATABASE_URL and REDIS_URL, or deploy with the provided docker-compose.yml. See the v4 to v5 guide. #1106
  • [Breaking Change] Sourcebot no longer auto-generates AUTH_SECRET and SOURCEBOT_ENCRYPTION_KEY, nor reads them from the plaintext files it previously wrote to the data volume; both must now be set explicitly as environment variables. See the v4 to v5 guide. #1106
  • Redesigned the app layout with a new collapsible sidebar navigation, replacing the previous top navigation bar. #1106
  • Expired offline license keys no longer crash the process. An expired key now degrades to the unlicensed state. #1106
  • Improved the setup-sourcebot wizard: prompts for a setup directory, clarifies that secrets are stored locally in .env, switches multi-select to Tab, hides "No results" until a real search runs, and detects/cleans up conflicting Docker deployments and volumes before starting. #1106

Added

  • Added ask connectors: connect 3rd party MCP servers to your ask agent. #1106
  • Added progress bar when navigating between pages. #1106
  • Added a integrated changelog into the sidebar. #1106
  • Added scroll position restoration when viewing files in the code browser, so returning to a previously viewed file restores your scroll position. #1106

Fixed

  • Fixed git "dubious ownership" errors when the container runs as a non-root user by setting safe.directory at the system level instead of the global (root-only) level. #1106

Full Changelog: v4.17.4...v5.0.0

v4.17.4

30 May 05:56

Choose a tag to compare

What's Changed

Full Changelog: v4.17.3...v4.17.4

v4.17.3

22 May 22:04

Choose a tag to compare

What's Changed

  • fix(worker): Fix issue with stale permissions by @brendan-kellam in #1215
  • fix(worker): extend permission-sync fail-closed to HTTP 410 by @msukkari in #1216
  • fix(worker): replace Bitbucket Cloud user-repos endpoint removed by CHANGE-2770 by @msukkari in #1217
  • fix(web): propagate session invalidation to /api/auth/session by @msukkari in #1219
  • fix(web): reject OAuth account-linking without a signed-in session by @msukkari in #1221

Full Changelog: v4.17.2...v4.17.3

v4.17.2

16 May 01:08

Choose a tag to compare

What's Changed

Full Changelog: v4.17.1...v4.17.2

v4.17.1

04 May 18:38

Choose a tag to compare

What's Changed

Full Changelog: v4.17.0...v4.17.1

v4.17.0

30 Apr 04:59

Choose a tag to compare

What's Changed

Full Changelog: v4.16.15...v4.17.0

v4.16.15

23 Apr 19:57

Choose a tag to compare

What's Changed

Full Changelog: v4.16.14...v4.16.15

v4.16.14

21 Apr 18:11

Choose a tag to compare

What's Changed

Full Changelog: v4.16.13...v4.16.14

v4.16.13

21 Apr 17:49

Choose a tag to compare

What's Changed

  • chore: sync vendor/zoekt with upstream sourcegraph/zoekt by @msukkari in #1140
  • chore: bump vendor/zoekt with CodeQL security fixes by @msukkari in #1141
  • feat(web): expose get_diff on MCP server by @msukkari in #1142

Full Changelog: v4.16.12...v4.16.13