mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
Version 1.3.0
This commit is contained in:
parent
22b10006d7
commit
a771b25415
2 changed files with 29 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.2.6
|
export PROGRAM_VERSION = 1.3.0
|
||||||
|
|
||||||
GO = go
|
GO = go
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|
|
||||||
28
debian/changelog
vendored
28
debian/changelog
vendored
|
|
@ -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
|
eosio-api-healthcheck (1.2.6) unstable; urgency=medium
|
||||||
|
|
||||||
* Go Packages
|
* Go Packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue