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

Version 1.3.0

This commit is contained in:
Henrik Hautakoski 2022-11-25 12:41:31 +01:00
parent 22b10006d7
commit a771b25415
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 29 additions and 1 deletions

28
debian/changelog vendored
View file

@ -1,3 +1,31 @@
antelope-api-healthcheck (1.3.0) unstable; urgency=medium
Project and binary renamed from eosio-api-healthcheck to antelope-api-healthcheck
[ BREAKING Change: Config files ]
* Debian /etc/sysconfig/eosio-api-healthcheck
- File renamed to /etc/sysconfig/antelope-api-healthcheck
- EOSIO_API_HEALTCHECK_OPTS changed to ANTELOPE_API_HEALTCHECK_OPTS
* FreeBSD /etc/rc.conf
- eosio_api_healthcheck_args changed to antelope_api_healthcheck_args
- eosio_api_healthcheck_logfile changed to antelope_api_healthcheck_logfile
[ BREAKING Change: API ]
* Requests using "contract" as api is invalid from
this release and should use "atomic" instead.
For example: "contract|https://api.domain.com" should be changed to "atomic|https://api.domain.com"
[ Misc ]
* Go Packages
- Upgrade github.com/eosswedenorg-go/eosapi to github.com/eosswedenorg-go/leapapi v0.2.0
-- Henrik Hautakoski <henrik@eossweden.org> Fri, 25 Nov 2022 12:40:02 +0100
eosio-api-healthcheck (1.2.6) unstable; urgency=medium
* Go Packages