Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit d0b6c9f

Browse files
[Backport 5.0] add items to 5.0.1 changelog (#50408)
Adding 5.0.1 patch items to changelog. ## Test plan N/A &lt;!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --&gt; <br> Backport 01f87ca from #50390 --------- Co-authored-by: coury-clark <[email protected]>
1 parent d9a2129 commit d0b6c9f

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,42 @@ All notable changes to Sourcegraph are documented in this file.
2525

2626
### Fixed
2727

28-
- Fixed an issue where search based references were not displayed in the references panel. [#50157](https://github.com/sourcegraph/sourcegraph/pull/50157)
29-
- Fixed an issue where Slack code monitoring notifications failed when the message was too long. [#50083](https://github.com/sourcegraph/sourcegraph/pull/50083)
28+
-
3029

3130
### Removed
3231

3332
-
3433

34+
## 5.0.1
35+
36+
### Added
37+
38+
- The ability to exclude certain file path patterns from embeddings.
39+
- Added a modal to show warnings and errors when exporting search results. [#50348](https://github.com/sourcegraph/sourcegraph/pull/50348)
40+
41+
### Changed
42+
43+
### Fixed
44+
45+
- Fixed CVE-2023-0464 in container images
46+
- Fixed CVE-2023-24532 in container images
47+
- Fixed an issue where Slack code monitoring notifications failed when the message was too long. [#50083](https://github.com/sourcegraph/sourcegraph/pull/50083)
48+
- Fixed an edge case issue with usage statistics calculations that cross over month and year boundaries.
49+
- Fixed the "Last incremental sync" value in user/repo permissions from displaying a wrong date if no sync had been completed yet.
50+
- Fixed an issue that caused search context creation to fail with error "you must provide a first or last value to properly paginate" when defining the repositories and revisions with a JSON configuration.
51+
- Fixed an issue where the incorrect actor was provided when searching an embeddings index.
52+
- Fixed multiple requests downloading the embeddings index concurrently on an empty cache leading to an out-of-memory error.
53+
- Fixed the encoding of embeddings indexes which caused out-of-memory errors for large indexes when uploading them from the worker service.
54+
- Fixed git blame decorations styles
55+
- CODEOWNERS rules with consecutive slashes (`//`) will no longer fail ownership searches
56+
- Granting pending permissions to users when experimentalFeatures.unifiedPermissions is turned ON [#50059](https://github.com/sourcegraph/sourcegraph/pull/50059)
57+
- The unified permissions out of band migration reported as unfinished if there were users with no permissions [#50147](https://github.com/sourcegraph/sourcegraph/pull/50147)
58+
- Filenames with special characters are correctly handled in Cody's embedding service [#50023](https://github.com/sourcegraph/sourcegraph/pull/50023)
59+
- Structural search correctly cleans up when done preventing a goroutine leak [#50034](https://github.com/sourcegraph/sourcegraph/pull/50034)
60+
- Fetch search based definitions in the reference panel if no precise definitions were found [#50179](https://github.com/sourcegraph/sourcegraph/pull/50179)
61+
62+
### Removed
63+
3564
## 5.0.0
3665

3766
### Added

0 commit comments

Comments
 (0)