Skip to content

Releases: sourcebot-dev/sourcebot

v4.9.1

07 Nov 18:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.9.0...v4.9.1

v4.9.0

05 Nov 05:33

Choose a tag to compare

What's Changed

  • fix(ask): Extract reasoning tokens for openai compatible models by @brendan-kellam in #582
  • fix(github app): Generate installation tokens each time by @msukkari in #583
  • fix(web): Fix "The account is already associated with another user" errors when signing in with GitLab by @brendan-kellam in #584
  • feat(ee): GitLab permission syncing by @brendan-kellam in #585
  • fix(web): Fix /settings/connections throwing a error when there is a git connection present by @brendan-kellam in #588
  • chore(tech-debt): Remove built-in secret manager by @msukkari in #592
  • fix(worker): add p-limit to GitHub API calls to avoid overwhelming the node process (or the API rate limits) by @brianphillips in #591
  • fix(backend): Limit concurrent git operations to prevent resource exhaustion by @derek-miller in #593
  • feat(worker,web): Support google secrets as a token type by @brendan-kellam in #594
  • feat(ee): Add ability to link external accounts by @msukkari in #595
  • chore(worker): Refactor permission syncing join table to be between Account <> Repo by @brendan-kellam in #600
  • feat(web,worker): Environment overrides by @brendan-kellam in #597

New Contributors

Full Changelog: v4.8.1...v4.9.0

v4.8.1

29 Oct 21:10

Choose a tag to compare

What's Changed

Full Changelog: v4.8.0...v4.8.1

v4.8.0

29 Oct 05:41

Choose a tag to compare

Added

  • Implement dynamic tab titles for files and folders in browse tab. #560
  • Added support for passing db connection url as seperate DATABASE_HOST, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME, and DATABASE_ARGS env vars. #545
  • Added support for GitHub Apps for service auth. #570
  • Added prometheus metrics for repo index manager. #571
  • Added experimental environment variable to disable API key creation for non-admin users. #577
  • [Experimental][Sourcebot EE] Added REST API to get users and delete a user. #578

Fixed

  • Fixed "dubious ownership" errors when cloning / fetching repos. #553
  • Fixed issue with Ask Sourcebot tutorial re-appearing after restarting the browser. #563
  • Fixed repoIndexTimeoutMs not being used for index job timeouts. #567

Changed

  • Improved search performance for unbounded search queries. #555
  • Improved homepage performance by removing client side polling. #563
  • Changed navbar indexing indicator to only report progress for first time indexing jobs. #563
  • Improved repo indexing job stability and robustness. #563
  • Improved repositories table. #572
  • Improved connections table. #579

Removed

  • Removed spam "login page loaded" log. #552
  • Removed connections management page. #563

New Contributors

Full Changelog: v4.7.3...v4.8.0

v4.7.3

29 Sep 18:32

Choose a tag to compare

What's Changed

  • fix(ado): Manually pass token through http header for ado server by @msukkari in #543

Full Changelog: v4.7.2...v4.7.3

v4.7.2

22 Sep 23:06

Choose a tag to compare

What's Changed

Full Changelog: v4.7.1...v4.7.2

v4.7.1

19 Sep 17:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.7.0...v4.7.1

v4.7.0

18 Sep 05:39

Choose a tag to compare

What's Changed

  • fix(web) Fix "At least one project, user, or group must be specified" for GitLab configs in web configurator by @brendan-kellam in #512
  • feat(ask_sb): Fallback on fromNodeProviderChain if access key or sessionToken are not provided by @brendan-kellam in #513
  • Quote branches argument in zoekt.ts to fix Pipe by @xPartyBear in #506
  • chore(web): Remove deprecated connection creation/edit UI by @msukkari in #515
  • feat(connections): Add Azure Devops Support by @msukkari in #514

New Contributors

Full Changelog: v4.6.8...v4.7.0

v4.6.8

16 Sep 06:21

Choose a tag to compare

What's Changed

  • fix(bitbucket): Bitbucket Cloud pagination not working beyond first page by @bardock in #502
  • fix(search bar) multi-line wrap by @drew-u410 in #501
  • fix(web): Fix carousel perf issue + improvements to withAuth middleware by @brendan-kellam in #507

New Contributors

Full Changelog: v4.6.7...v4.6.8

v4.6.7

09 Sep 02:43

Choose a tag to compare

What's Changed

  • feat(ask_sb): Add support for queryParams to OpenAI compatible language model providers by @brendan-kellam in #490
  • chore(web): Disable page scroll when using arrow keys on search suggestions box by @brendan-kellam in #493
  • fix(backend): Explicitly set refspec on fetch by @brendan-kellam in #497
  • feat(gitlab): Add exclude.userOwnedProjects config setting by @brendan-kellam in #498

Full Changelog: v4.6.6...v4.6.7