From 8e3c2d175eff3196c190cfaae6a8ced79735c54f Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 1 May 2024 13:37:33 -0700 Subject: [PATCH] INFO changes --- Changes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes.md b/Changes.md index cec9b2c..a58ca1c 100644 --- a/Changes.md +++ b/Changes.md @@ -4,6 +4,9 @@ Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory ## 1.9.0 +- The `INFO` response has changed slightly, all elements now have well-defined types [#474] + Deprecate `client.Info` Go API, add new `client.CurrentState` Go API which + is almost identical to `client.Info` but has a strongly-typed response. - Implement native TLS support [#469] Put `public.cert.pem` and `private.key.pem` in your config directory and Faktory will automatically enable TLS on port 7419 and 7420.