From d95acac718dcc401f7d5bf026ac56dc468f703d2 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:32:11 -0700 Subject: [PATCH] Adding changes for 2.5.0.0.6 --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950a83107..3893bc40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to the versioning scheme outlined in the [README.md](README.md). +## [Unreleased] + +## [2.5.0.0.6] + +### Changed + +- If there is a getchunk/putchunk that fails due to a stale (or future) version NACK, the StackerDB sync state machine should immediately retry sync (#5066) ## [2.5.0.0.5] -### Added -- Added configuration option `connections.antientropy_retry` (#4932) -### Changed -- Set default antientropy_retry to run once per hour (#4935) +### Added + +- Added configuration option `connections.antientropy_retry` (#4932) + +### Changed + +- Set default antientropy_retry to run once per hour (#4935) ## [2.5.0.0.4]