1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

Version 1.4.0

This commit is contained in:
Henrik Hautakoski 2023-02-07 12:36:45 +01:00
parent 9b28e45295
commit 9814f07612
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 26 additions and 1 deletions

View file

@ -1,6 +1,6 @@
PROGRAM_NAME = antelope-api-healthcheck
export PROGRAM_VERSION = 1.4.0
export PROGRAM_VERSION = 1.4.1
GO = go
PREFIX = /usr/local

25
debian/changelog vendored
View file

@ -1,3 +1,28 @@
antelope-api-healthcheck (1.4.1) unstable; urgency=medium
[ Bugfixes ]
* Fixing a bug where TCP connections were not closed after response was written.
[ Improvements ]
* API Check
- timeouts can now be configurable.
- "duration" and "duration_us" fields added to log row, these
values represents the api check duration.
* CLI
- new parameter `-t`, `--timeout` that specify the maximum duration of api checks.
[ Misc ]
* Go Packages
- Update github.com/panjf2000/gnet/v2 to v2.2.4
- Update github.com/eosswedenorg-go/leapapi to v0.2.3
- Update github.com/eosswedenorg-go/atomicassets to v0.1.1-0.20230206134606-4577244fa67a
-- Henrik Hautakoski <henrik@eossweden.org> Tue, 07 Feb 2023 09:29:40 +0100
antelope-api-healthcheck (1.4.0) unstable; urgency=medium
* Using github.com/panjf2000/gnet as tcp server library instead of github.com/eosswedenorg-go/tcp_server