diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index e8dbabfeb..162346d62 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,57 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 5.9 Patch 3 + +## v5.9.1590 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.9.1590) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.9.1590) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.9.1590) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-kustomize/releases/tag/v5.9.1590) + +### Fix + +#### Code Intelligence + +- Fix wrong offset in policy iteration [#1559](https://github.com/sourcegraph/sourcegraph/pull/1559) + +#### Cody + +- fix broken homepage redirect for cody only plans [#1626](https://github.com/sourcegraph/sourcegraph/pull/1626) + - When using an instance with a Cody-only license, accessing the home page now correctly redirects you to /cody/dashboard, instead of a non-existent /cody page. + Backport a4cb5a0723bad18e1c215d81231db457d1abfbdb from #1621 + +#### Search + +- (new web ui) Disable persistence for history/explore panel [#1614](https://github.com/sourcegraph/sourcegraph/pull/1614) + +### Chore + +#### Release + +- remove extra v identifier for version in artifact exporter [#1594](https://github.com/sourcegraph/sourcegraph/pull/1594) + - OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c) + Backport c4b838103ce2f71e7591ade720e8bdf17f9a5b39 from #1490 + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 5.9.x] azure: Add support for repositoryPathPattern [#1629](https://github.com/sourcegraph/sourcegraph/pull/1629) + - Added support for the `repositoryPathPattern` property to Azure DevOps code host connections. + - Fixed an issue where Azure DevOps repo names included a port number - aligning with other code host connection implementations Backport 762bd89a12825ff05de98d9c2d8adfcf1ef5bf4a from #1543 + +{/* RSS={"version":"v5.9.1590", "releasedAt": "2024-11-13"} */} + + # 5.9 Patch 2 ## v5.9.347