Skip to content

Commit 7846272

Browse files
authored
chore(changelog): remove leftover OPTIONAL; placeholders from changelog (#954)
Some changelog entries have `OPTIONAL; info at ...` which should actually be removed by an engineer when it gets merged but it is left over.
1 parent fa5b201 commit 7846272

File tree

1 file changed

+3
-31
lines changed

1 file changed

+3
-31
lines changed

docs/technical-changelog.mdx

+3-31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Technical Changelog
22

3-
This page documents all notable changes to Sourcegraph. For more detailed changelog posts, please [read here](https://sourcegraph.com/changelog/).
3+
This page documents all notable changes to Sourcegraph. For more detailed changelog posts, please [read here](https://sourcegraph.com/changelog/).
44

55
{/* CHANGELOG_START */}
66

@@ -195,7 +195,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
195195
- propagate bestScoringLine and use that to center chunks in the search UI `(PR #2683)`
196196
- For broad matches, we now center the best-scoring line in search results
197197
- add tools support to LLM API (aka. function calling) `(PR #2537)`
198-
- The `/.api/llm/chat/completions` endpoint now support function calling via the `tools` property. This feature works when using the LLM providers: OpenAI, Anthropic, Fireworks, AWS Bedrock, and Gemini.OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
198+
- The `/.api/llm/chat/completions` endpoint now support function calling via the `tools` property. This feature works when using the LLM providers: OpenAI, Anthropic, Fireworks, AWS Bedrock, and Gemini.
199199
- add ability to boost user-relevant repos for `patterntype:nls` `(PR #2489)`
200200

201201
### Fix
@@ -289,7 +289,6 @@ To preserve the previous behavior where sessions would be invalidated after they
289289
- fix post workspace delete redirection `(PR #2698)`
290290
- fix user management reduce seats case `(PR #2647)`
291291
- fixes update seats modal max count validation `(PR #2616)`
292-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
293292
- fixes general setting page re-submitting problem `(PR #2548)`
294293

295294
#### Multitenant
@@ -326,7 +325,6 @@ To preserve the previous behavior where sessions would be invalidated after they
326325
- accept escaped characters in `content` filters `(PR #2807)`
327326
- fix repo-rev (button-group) ui `(PR #2806)`
328327
- add response telemetry for streaming search `(PR #2784)`
329-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
330328
- VSCode Search extension - auth panel not loading when filesystem is case sensitive `(PR #2713)`
331329
- fixes `404 errors when trying to load "authSidebar.js"` when the Code Search VS Code extension is used with the VSCode Remote SSH extension
332330
- remove alert suggesting structural search `(PR #2615)`
@@ -527,7 +525,6 @@ To preserve the previous behavior where sessions would be invalidated after they
527525

528526
- Fix url/text for user menu workspace link `(PR #2843)`
529527
- Style fixes on Workspace Settings, General Settings and User settings `(PR #2798)`
530-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
531528
- refactor name-checking to helper `(PR #2726)`
532529
- add some improved API docstrings `(PR #2708)`
533530
- enable MSP rollouts `(PR #2619)`
@@ -539,7 +536,6 @@ To preserve the previous behavior where sessions would be invalidated after they
539536

540537
- Layout finetuning of Creating Workspaces and Tenant Onboarding (#3065) `(PR #3139)`
541538
- Polish buy seats modal `(PR #2917)`
542-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
543539
- Remove intent heuristic `(PR #2791)`
544540
- Delete unused DeleteOrg code `(PR #2585)`
545541
- Replace NewBuffer([]byte("str")) -> NewBufferString("str") `(PR #2466)`
@@ -568,11 +564,9 @@ To preserve the previous behavior where sessions would be invalidated after they
568564
#### Others
569565

570566
- [Backport 6.0.x] Update Cody Web v0.29.0 `(PR #3162)`
571-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)Backport 07c56ed from #3160
572567
- [backport] feat/web: Update cloning status to new designs (#2760) `(PR #3158)`
573568
- [Backport 6.0.x] onboarding: add input field to selected repo List `(PR #3154)`
574569
- Backport 3148 to 6.0.x `(PR #3151)`
575-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
576570
- [Backport 6.0.x] repoupdater: Don't grow backoff bigger than int32 `(PR #3135)`
577571
- [Backport 6.0.x] workspace settings: mention query in info message `(PR #3112)`
578572
- [Backport 6.0.x] fix(agents): use plural naming convention for API endpoints `(PR #3080)`
@@ -581,11 +575,8 @@ To preserve the previous behavior where sessions would be invalidated after they
581575
- [Backport 6.0.x] Changes naming "Open" to "Unused" seats `(PR #3029)`
582576
- Omnibox: route likely code generation commands to Chat `(PR #2969)`
583577
- Update Cody Web v0.27.0 `(PR #2968)`
584-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
585578
- Update Cody Web v0.26.0 `(PR #2966)`
586-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
587579
- Update Cody Web v0.25.0 `(PR #2959)`
588-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
589580
- auth: Fixup check for canSignOut `(PR #2958)`
590581
- omnibox: hard boost current repo and relevant repos `(PR #2943)`
591582
- allowlist `language` on `cody-autoedit` `(PR #2941)`
@@ -598,7 +589,6 @@ To preserve the previous behavior where sessions would be invalidated after they
598589
- Update Cody Web to 0.24.0 `(PR #2920)`
599590
- Update Cody to 0.24.0
600591
- bug: Adds a link to stripe portal on the Last Payment Failed warning `(PR #2919)`
601-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
602592
- sg: make `.tool-versions` parsing better and silence mise `(PR #2918)`
603593
- tenant: Set cody gateway rate limits `(PR #2915)`
604594
- Adds style to pending invited users `(PR #2898)`
@@ -637,7 +627,6 @@ To preserve the previous behavior where sessions would be invalidated after they
637627
- web: More alignment of nav dropdown with designs `(PR #2691)`
638628
- tenant: Small improvements to MT app `(PR #2680)`
639629
- Update Cody Web v0.22.0 `(PR #2678)`
640-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
641630
- NLS: support quoted phrases `(PR #2677)`
642631
- workspaces: Consolidate web config and add web URL `(PR #2670)`
643632
- auth: Fixup some auth redirections `(PR #2668)`
@@ -949,7 +938,6 @@ The following PRs were merged onto the previous release branch but could not be
949938
#### Cody-Gateway
950939

951940
- add Gemini 2.0 Flash experimental model [#2309](https://github.com/sourcegraph/sourcegraph/pull/2309)
952-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
953941

954942
#### Codygateway
955943

@@ -1085,7 +1073,6 @@ The following PRs were merged onto the previous release branch but could not be
10851073

10861074
- update cody web to 0.19.0 [#2376](https://github.com/sourcegraph/sourcegraph/pull/2376)
10871075
- add cody.notices to json schema [#2373](https://github.com/sourcegraph/sourcegraph/pull/2373)
1088-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
10891076
- fix prompt library UI layouts [#2288](https://github.com/sourcegraph/sourcegraph/pull/2288)
10901077
- fix prompt avatar for generated initials avatar [#2239](https://github.com/sourcegraph/sourcegraph/pull/2239)
10911078
- switch to Snowball stopwords [#2223](https://github.com/sourcegraph/sourcegraph/pull/2223)
@@ -1134,9 +1121,7 @@ The following PRs were merged onto the previous release branch but could not be
11341121
- add rote test for workspaceGitHubAppAccountResolver [#2257](https://github.com/sourcegraph/sourcegraph/pull/2257)
11351122
- N/A
11361123
- add test suite for (s *serviceImpl) listRepositoriesSearch [#2255](https://github.com/sourcegraph/sourcegraph/pull/2255)
1137-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
11381124
- add test suite for (r *workspaceGitHubAppResolver) ListUserGitHubRepositories [#2199](https://github.com/sourcegraph/sourcegraph/pull/2199)
1139-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
11401125

11411126
#### Multitenant
11421127

@@ -1368,7 +1353,6 @@ The following PRs were merged onto the previous release branch but could not be
13681353
- Hitesh/change direct route method [#2351](https://github.com/sourcegraph/sourcegraph/pull/2351)
13691354
- change deepseek model for autoedits [#2350](https://github.com/sourcegraph/sourcegraph/pull/2350)
13701355
- Reapply "feat(cody-gateway): add Gemini 2.0 Flash experimental model" [#2348](https://github.com/sourcegraph/sourcegraph/pull/2348)
1371-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)Cody Gateway: add support to Google's Gemini 2.0 Flash Experimental model.
13721356
- auth: Simplify middlewares [#2336](https://github.com/sourcegraph/sourcegraph/pull/2336)
13731357
- http: Refactor HTTP_TRACE to use Sourcegraph logger [#2335](https://github.com/sourcegraph/sourcegraph/pull/2335)
13741358
- http: Drop Blackhole middleware [#2334](https://github.com/sourcegraph/sourcegraph/pull/2334)
@@ -1488,7 +1472,6 @@ The following PRs were merged onto the previous release branch but could not be
14881472
#### Security
14891473

14901474
- introduce UntrustedExternalClient [#2433](https://github.com/sourcegraph/sourcegraph/pull/2433)
1491-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
14921475
Backport 3f079a57978179aa2ad3f310195346a8c574f9ce from #2349
14931476

14941477
### Fix
@@ -1849,7 +1832,6 @@ The following PRs were merged onto the previous release branch but could not be
18491832

18501833
- use models from model config for PLG chat `(PR #1870)`
18511834
- sync allowed models in dotcom user rate limits with models.json `(PR #1864)`
1852-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
18531835
- filter allowed models based on subscription tier `(PR #1636)`
18541836

18551837
#### Database
@@ -2060,7 +2042,6 @@ The following PRs were merged onto the previous release branch but could not be
20602042
#### Release
20612043

20622044
- remove check against latest full version in `--post-release-version` code path `(PR #1585)`
2063-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
20642045

20652046
#### Search
20662047

@@ -2150,18 +2131,15 @@ The following PRs were merged onto the previous release branch but could not be
21502131
- add timeout to gateway calls `(PR #1879)`
21512132
- workspaces: Align styling for join page `(PR #1860)`
21522133
- workspaces: Add tables for listing workspaces `(PR #1857)`
2153-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
21542134
- workspaces: Slightly tweak style `(PR #1851)`
21552135
- workspaces: Directly link to installation target `(PR #1848)`
21562136
- tenant: Suppress some irrelevant missing_context pprof traces `(PR #1847)`
21572137
- Workspaces: Fix workspace picker rendering in React `(PR #1841)`
2158-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
21592138
- fix permissions connection resolver ordering `(PR #1839)`
21602139
- workspaces: Add seat selector on plan page `(PR #1835)`
21612140
- workspaces/billing: create RPC for purchasing seats `(PR #1831)`
21622141
- workspaces/billing: extract subscription attribute computation into a `Plan` helper `(PR #1830)`
21632142
- workspaces: Add updated workspace pickers for tenant `(PR #1829)`
2164-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
21652143
- workspaces: Add field to pre-purchase extra seats `(PR #1826)`
21662144
- workspaces/billing: implement periodic workers for subscription renewal `(PR #1823)`
21672145
- auth: Fix background contexts in validate authz provider `(PR #1802)`
@@ -2195,20 +2173,17 @@ The following PRs were merged onto the previous release branch but could not be
21952173
- autoedit: add speculative decoding `(PR #1673)`
21962174
- autoedit: Add speculative decoding support from fireworks
21972175
- fix `marketingTracking` sending null `(PR #1669)`
2198-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
21992176
- Prompts: fix prompt name validation and prompts migration `(PR #1664)`
22002177
- Add GraphQL resolvers to read and set a list of repositories for a GH App installation ID `(PR #1657)`
22012178
- fixup: remove Git conflict marks in `sg.config.yaml` `(PR #1649)`
22022179
- Require prompt field before successful submission `(PR #1639)`
22032180
- Add builtin prompts field to prompts `(PR #1633)`
2204-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
22052181
- Zoekt: refactor memory dashboards `(PR #1618)`
22062182
- workspaces: add billing prototype for subscription creation `(PR #1611)`
22072183
- admin: Update report an issue link `(PR #1608)`
22082184
- change default autoedit model `(PR #1589)`
22092185
- feat(cloud) sg cloud eph deploy: support ms env `(PR #1581)`
22102186
- add Cody.promptLibrary telemetry `(PR #1568)`
2211-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
22122187
- worker: Group tasks by purpose `(PR #1566)`
22132188
- Improve policy iterator tests to not rely on SQL for insertion `(PR #1560)`
22142189
- repoupdater: Fix slow scheduling of cloned->uncloned repos `(PR #1552)`
@@ -2222,7 +2197,6 @@ The following PRs were merged onto the previous release branch but could not be
22222197
- sg: Fix local dev pguser setup `(PR #1506)`
22232198
- Context: ensure we propagate timeouts and missing repos `(PR #1505)`
22242199
- Make Visual Studio Experimental `(PR #1503)`
2225-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
22262200
- Context: always use more items for reranker `(PR #1476)`
22272201
- Remove insert prompt mode `(PR #1475)`
22282202
- Add missing Cody Web Alert CSS variable override `(PR #1474)`
@@ -2246,7 +2220,6 @@ The following PRs were merged onto the previous release branch but could not be
22462220
- Update Marketing URLs in the site footer links `(PR #1390)`
22472221
- Soft delete prompts `(PR #1386)`
22482222
- Widen blocked phrases, but only confine blocked phrases to expensive (aka flagged) models `(PR #1344)`
2249-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
22502223
- repoupdater: Drop support for gitUpdateInterval `(PR #1339)`
22512224
- The site config setting `gitUpdateInterval` has been deprecated and removed. We are removing it in favor of smarter heuristics like webhooks, user traffic, and repo staleness.
22522225
- repoupdater: Remove total from schedule and update queue state `(PR #1338)`
@@ -2302,7 +2275,6 @@ The following PRs were merged onto the previous release branch but could not be
23022275
#### Release
23032276

23042277
- remove extra v identifier for version in artifact exporter `(PR #1594)`
2305-
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
23062278
Backport c4b838103ce2f71e7591ade720e8bdf17f9a5b39 from #1490
23072279

23082280
### Reverts
@@ -4273,7 +4245,7 @@ The following PRs were merged onto the previous release branch but could not be
42734245
- search: remove smart search logic [#64215](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/64215)Smart search is no longer supported in the Sourcegraph backend. Old searches that specify 'smart search' mode will be run in the default 'precise' mode. If your query now doesn't behave as expected, you can update it to use the new `patterntype:keyword`.
42744246
- search: update Zoekt [#64238](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/64238)
42754247
- added support for all Apex language extensions
4276-
- shard merging for Zoekt is now enabled by default. This reduces MEM requirements for Zoekt webserver and improves performance for some queries. See our [documentation](https://sourcegraph.com/docs/admin/search#shard-merging) for more information.
4248+
- shard merging for Zoekt is now enabled by default. This reduces MEM requirements for Zoekt webserver and improves performance for some queries. See our [documentation](https://sourcegraph.com/docs/admin/search#shard-merging) for more information.
42774249
- search: Add support to all Apex language extensions [#64194](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/64194)
42784250
- search: Enable improved symbol parsing for large repos (when using Rockskip) [#63988](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/63988)
42794251

0 commit comments

Comments
 (0)