Skip to content

Commit 5a63331

Browse files
authored
Merge branch 'main' into auto-edit-beta
2 parents 4877cca + b68098f commit 5a63331

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

docs/cloud/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For unsupported private connectivity methods, Sourcegraph offers connectivity vi
112112
### Health monitoring, support, and SLAs
113113

114114
- Instance performance and health [monitored](/admin/observability/) by our team's on-call engineers.
115-
- [Support and SLAs](../sla/index.mdx).
115+
- [Support and SLAs](../sla/).
116116

117117
### Backup and restore
118118

docs/code-search/types/structural.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p className="subtitle">Learn and understand about Sourcegraph's Structural Search and core functionality.</p>
44

5-
<Callout type="note"> Changed in version 5.3. Structural search is disabled by default. To enable it, ask your site administrator to set `experimentalFeatures.structuralSearch = "enabled" in site configuration. To make sure this functions properly, make sure you have "structuralSearch" : "enabled" nested within "experimentalFeatures".</Callout>
5+
<Callout type="note"> Changed in version 5.3. Structural search is disabled by default. To enable it, ask your site administrator to set experimentalFeatures.structuralSearch = "enabled" in site configuration. Structural search has performance limitations and is not actively developed. We recommend using regex search or a combination of [Search Jobs](./search-jobs.mdx) and custom scripts instead. Please reach out to [[email protected]](mailto:[email protected]) for guidance on alternative approaches.</Callout>
66

77
With structural search, you can match richer syntax patterns specifically in code and structured data formats like JSON. It can be awkward or difficult to match code blocks or nested expressions with regular expressions. To meet this challenge we've introduced a new and easier way to search code that operates more closely on a program's parse tree. We use [Comby syntax](https://comby.dev/docs/syntax-reference) for structural matching. Below you'll find examples and notes for this language-aware search functionality.
88

docs/technical-changelog.mdx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7+
# 6.1 Patch 5
8+
9+
## v6.1.5633
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.1.5633)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.1.5633)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.1.5633)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.1.5633)
18+
19+
### Features
20+
21+
#### Cody
22+
23+
- Allow non-aws bedrock endpoints with Bedrock provider `(PR #4196)`
24+
- Add AWS Bedrock client support for non-AWS Bedrock-compatible endpoints
25+
Backport 9054d7c14db0ecf96200c2985c5b550b6dd2ded0 from #4145
26+
27+
### Reverts
28+
29+
There were no reverts for this release
30+
31+
### Uncategorized
32+
33+
#### Others
34+
35+
- feat(cody gateway): Update default chat model to Claude 3.7 Sonnet wi… `(PR #4207)`
36+
- See [https://github.com/sourcegraph/sourcegraph/pull/4063](https://github.com/sourcegraph/sourcegraph/pull/4063)
37+
- [Backport 6.1.x] Add thinking/chain-of-thought support for Anthropic models via Vertex AI `(PR #4202)`
38+
- [Backport 6.1.x] bitbucket: Add support for subpath in cloneurl resolution `(PR #4195)`
39+
40+
{/* RSS={"version":"v6.1.5633", "releasedAt": "2025-03-21"} */}
41+
42+
743
# 6.1 Patch 4
844

945
## v6.1.4020

0 commit comments

Comments
 (0)