1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00
antelope-api-healthcheck/debian/changelog
2022-10-21 13:43:09 +02:00

44 lines
1.7 KiB
Text

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