From 0f5fdedd91f5cd52a53c1df57bfbd53f66841ca2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 24 Nov 2022 15:04:10 +0100 Subject: [PATCH] Version 1.2.6 --- Makefile | 2 +- debian/changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff7d052..f388b56 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = eosio-api-healthcheck -export PROGRAM_VERSION = 1.2.5 +export PROGRAM_VERSION = 1.2.6 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index 73c262b..c448c31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +eosio-api-healthcheck (1.2.6) unstable; urgency=medium + + * Go Packages + - Upgrade github.com/stretchr/testify to v1.8.1 + - Upgrade github.com/eosswedenorg-go/eosapi to v0.1.3 + - Upgrade github.com/inconshreveable/log15 to v0.0.0-20221122034931-555555054819 + - Upgrade github.com/eosswedenorg-go/tcp_server to v0.2.1 + + * Eosio v1/v2 API's + - HTTP Errors are now handled by `eosapi` + This changes the log message abit and will report "Fail" instead of "Down" to haproxy. + + -- Henrik Hautakoski Thu, 24 Nov 2022 14:57:00 +0100 + eosio-api-healthcheck (1.2.5) unstable; urgency=medium * Logging