Releases: sourcebot-dev/sourcebot
Releases · sourcebot-dev/sourcebot
v4.16.7
What's Changed
- fix(worker): Fix type error by @brendan-kellam in #1093
Full Changelog: v4.16.6...v4.16.7
v4.16.6
What's Changed
- chore(deps): bump underscore from 1.13.7 to 1.13.8 by @dependabot[bot] in #1082
- chore(deps): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #1083
- chore(deps): bump socket.io-parser from 4.2.4 to 4.2.6 by @dependabot[bot] in #1084
- chore(deps): bump tar from 7.5.9 to 7.5.13 by @dependabot[bot] in #1085
- chore(deps): bump lodash from 4.17.21 to 4.18.1 by @dependabot[bot] in #1086
- chore(deps): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #1087
- chore(deps): bump express-rate-limit from 8.2.1 to 8.3.2 by @dependabot[bot] in #1088
- chore(deps): bump hono from 4.12.3 to 4.12.10 by @dependabot[bot] in #1089
- chore(deps): bump @hono/node-server from 1.19.9 to 1.19.12 by @dependabot[bot] in #1090
- chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 by @dependabot[bot] in #1091
- chore(deps): bump vulnerable transitive dependencies by @brendan-kellam in #1092
Full Changelog: v4.16.5...v4.16.6
v4.16.5
What's Changed
- docs(api): improve public API reference documentation by @brendan-kellam in #1068
- chore: remove all Stripe billing code and database schema by @brendan-kellam in #1069
- chore(web): remove unused code and dead exports by @brendan-kellam in #1070
- refactor(web): migrate all auth to withAuthV2/withOptionalAuthV2 by @brendan-kellam in #1071
- feat(web): replace placeholder avatars with minidenticon-based UserAvatar by @brendan-kellam in #1072
- refactor(web): rename withAuthV2 to withAuth by @brendan-kellam in #1073
- refactor(web): remove domain param from getBrowsePath, use SINGLE_TENANT_ORG_DOMAIN internally by @brendan-kellam in #1074
- refactor: remove SOURCEBOT_TENANCY_MODE and multi-tenancy code paths by @brendan-kellam in #1075
- feat: add GET /api/commit endpoint and improve git API response formats by @brendan-kellam in #1077
- chore(deps): bump simple-git from 3.27.0 to 3.33.0 by @dependabot[bot] in #1078
Full Changelog: v4.16.4...v4.16.5
v4.16.4
What's Changed
- feat(api): document public API authentication by @KonradStanski in #1038
- feat(web): add GET /api/diff endpoint by @brendan-kellam in #1063
- fix(web): return 405 for GET /api/mcp instead of hanging connection by @brendan-kellam in #1064
- chore(web): Remove general settings by @brendan-kellam in #1065
- docs: Improve API docs by @brendan-kellam in #1066
- fix(shared): trim tokens in getTokenFromConfig to prevent broken git clone URLs by @msukkari in #1067
Full Changelog: v4.16.3...v4.16.4
v4.16.3
What's Changed
- fix(web): center chat box on Ask GitHub landing page by @msukkari in #1046
- feat(web): support .gitattributes linguist-language overrides in file viewer by @brendan-kellam in #1048
- fix(worker): skip non-directory paths in file-based git connection config by @brendan-kellam in #1049
- fix(web): treat parens and | as word chars when regex mode is enabled by @brendan-kellam in #1050
- docs: add GCP IAP to external identity providers documentation by @msukkari in #1051
- feat(web): add Basic language support in file viewer by @brendan-kellam in #1054
Full Changelog: v4.16.2...v4.16.3
v4.16.2
What's Changed
- fix(web): fix line numbers selectable in Safari by @brendan-kellam in #1037
- fix(backend): abort GitLab sync on non-404 API errors to prevent repo deletion by @brendan-kellam in #1039
- debug: Add react-scan by @brendan-kellam in #1040
- fix(web): fix hydration mismatch in KeyboardShortcutHint by @brendan-kellam in #1041
- fix(web): reduce unnecessary re-renders in chat reference panel by @brendan-kellam in #1042
Full Changelog: v4.16.1...v4.16.2
v4.16.1
What's Changed
- fix(web): fix scroll position for references further down in a file by @brendan-kellam in #1036
Full Changelog: v4.16.0...v4.16.1
v4.16.0
What's Changed
- chore: add macOS universal-ctags v6.1.0 install script by @brendan-kellam in #1023
- fix(web): Handle ambiguous languages by @brendan-kellam in #1026
- feat(web): improve agent performance, MCP tools, and much more by @brendan-kellam in #1014
- feat: Add support for
topicsto Search Contexts by @fatmcgav in #1028 - feat(web): replace manual auto-scroll with useStickToBottom in chat thread by @brendan-kellam in #1031
- fix(web): don't include sources in grep tool when groupByRepo=true by @brendan-kellam in #1032
- refactor(web): move chat storage keys to constants and clear search scope on thread creation by @brendan-kellam in #1033
- fix(web): fix inaccurate scroll position when selecting chat references by @brendan-kellam in #1035
Full Changelog: v4.15.11...v4.16.0
v4.15.11
v4.15.10
What's Changed
- chore: increase SOURCEBOT_CHAT_MAX_STEP_COUNT default to 100 by @brendan-kellam in #1017
- fix(sso/jumpcloud): Ensure that
stateparam is passed by @fatmcgav in #1020 - feat: make OSS license audit runnable locally by @msukkari in #1021
New Contributors
Full Changelog: v4.15.9...v4.15.10