You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,42 @@ All notable changes to Sourcegraph are documented in this file.
25
25
26
26
### Fixed
27
27
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
+
-
30
29
31
30
### Removed
32
31
33
32
-
34
33
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)
0 commit comments