From db5a8d17610eb14e32f99b37c13ccc0baa37a0cb Mon Sep 17 00:00:00 2001 From: mhuggins Date: Wed, 20 Apr 2016 13:53:32 -0600 Subject: [PATCH] Updated changelog with recent changes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425fcc2..2a70e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Circuitry 3.x.x (TBD) + +* Fixed issue with `circuitry help` missing dependency. *Matt Huggins* +* Fixed issue with `circuitry:setup` rake task when no topics are defined. *Matt Huggins* +* Fixed issues with `circuitry:setup` rake task in vanilla Ruby projects. *Matt Huggins* +* Removed subscriber flush middleware in favor of an inline flush. *Matt Huggins* +* Added SNS internal failure as a retriable error. *Matt Huggins* + ## Circuitry 3.1.3 (Mar 23, 2016) * Added retries for message publishing if there's an SNS connection failure. *Matt Huggins*