This commit is contained in:
Connor Peet 2023-07-30 09:59:05 -07:00
Родитель a974833ddc
Коммит e74db2a81c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CF8FD2EA0DBC61BD
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,11 +1,11 @@
# Changelog
# 1.2.1 2023-07-30
# 1.1.2 2023-07-30
- **fix:** elections sometimes electing >1 leader (see [#176](https://github.com/microsoft/etcd3/issues/176))
- **fix:** a race condition in Host.resetAllServices (see [#182](https://github.com/microsoft/etcd3/issues/182))
## 1.2.0 2023-07-28
## 1.1.1 2023-07-28
- **fix:** leases revoked or released before grant completes leaking
- **chore:** update dependencies