1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

Version 1.2.6

This commit is contained in:
Henrik Hautakoski 2022-11-24 15:04:10 +01:00
parent c89da02738
commit 0f5fdedd91
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 15 additions and 1 deletions

View file

@ -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

14
debian/changelog vendored
View file

@ -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 <henrik@eossweden.org> Thu, 24 Nov 2022 14:57:00 +0100
eosio-api-healthcheck (1.2.5) unstable; urgency=medium
* Logging