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 <henrik@eossweden.org>  Thu, 24 Nov 2022 14:57:00 +0100

eosio-api-healthcheck (1.2.5) unstable; urgency=medium

  * Logging
   - Add runtime support via "--log-format" cli flag to change the logging format.
     Supported formats are: term, logfmt, json, json-pretty

 -- Henrik Hautakoski <henrik@eossweden.org>  Fri, 21 Oct 2022 13:42:23 +0200

eosio-api-healthcheck (1.2.4) unstable; urgency=medium

  * Go Version
   - Project now requires golang v1.16 or later to build.

  * Go Packages
   - Upgrade github.com/eosswedenorg-go/pid to v1.0.1
   - Upgrade github.com/mattn/go-colorable to v0.1.13
   - Upgrade github.com/eosswedenorg-go/eosapi to v0.1.1
   - Upgrade github.com/eosswedenorg-go/eos-contract-api-client to v0.0.0-20220221105418-dc591fcc0dc5
   - Upgrade github.com/eosswedenorg-go/tcp_server to v0.2.0

  * Testing
   - Improve unit tests to catch more bugs.

 -- Henrik Hautakoski <henrik@eossweden.org>  Thu, 13 Oct 2022 14:34:04 +0200

eosio-api-healthcheck (1.2.3) bionic; urgency=medium

  * Signal handling
   - Act on SIGINT (user input CTRL+C for example)
     and gracefully shutdown the program.
   - Act on SIGTERM (sent by systemd for example)
     and gracefully shutdown the program
  * Build system
   - Separate install and packaging from build script into it's own scripts.
   - Remove the debian package script and use "The debian standard"
     (and debhelper) to build packages.
     Files stored under the debian directory defines how the program is
     built and package The `dpkg-buildpackage` script (and other tools)
     uses these files to create a package.
  * Testing: Adding test cases and make github automatically runs test on push.
  * Go packages
   - Upgrade to v0.1.1 for github.com/eosswedenorg-go/tcp_server

 -- Henrik Hautakoski <henrik@eossweden.org>  Mon, 22 Aug 2022 13:31:39 +0200
