From 53f9475582ddb55f7c9722f29ec67d0fee75005f Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Tue, 28 Jul 2020 22:45:22 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cccf3f..be34cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- `Inspector` type was added to monitor and mutate state of queues and tasks. +- `HealthCheckFunc` and `HealthCheckInterval` fields were added to `Config` to allow user to specify a callback + function to check for broker connection. + ## [0.10.0] - 2020-07-06 ### Changed