mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
Version 1.4.0
This commit is contained in:
parent
9b28e45295
commit
9814f07612
2 changed files with 26 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
PROGRAM_NAME = antelope-api-healthcheck
|
PROGRAM_NAME = antelope-api-healthcheck
|
||||||
export PROGRAM_VERSION = 1.4.0
|
export PROGRAM_VERSION = 1.4.1
|
||||||
|
|
||||||
GO = go
|
GO = go
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|
|
||||||
25
debian/changelog
vendored
25
debian/changelog
vendored
|
|
@ -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
|
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
|
* Using github.com/panjf2000/gnet as tcp server library instead of github.com/eosswedenorg-go/tcp_server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue