add a few changes for v5.2.6 release (#59495)

This commit is contained in:
Warren Gifford 2024-01-10 13:45:16 -08:00 committed by GitHub
parent 88c6c59257
commit f77f6cc50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,11 @@ All notable changes to Sourcegraph are documented in this file.
### Added
- Implement adding automatic retry support for idempotent gRPC methods [#59404](https://github.com/sourcegraph/sourcegraph/pull/59404)
### Fixed
- Fix executors auth header `installSrc` [#59391](https://github.com/sourcegraph/sourcegraph/pull/59391)
- Avoid constantly rerunning failed embeddings jobs. [#58980](https://github.com/sourcegraph/sourcegraph/pull/58980)
### Changed