mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
Version 1.3.1
This commit is contained in:
parent
4f77e23797
commit
142465ac16
2 changed files with 10 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
PROGRAM_NAME = antelope-api-healthcheck
|
||||
export PROGRAM_VERSION = 1.3.0
|
||||
export PROGRAM_VERSION = 1.3.1
|
||||
|
||||
GO = go
|
||||
PREFIX = /usr/local
|
||||
|
|
|
|||
9
debian/changelog
vendored
9
debian/changelog
vendored
|
|
@ -1,3 +1,12 @@
|
|||
antelope-api-healthcheck (1.3.1) unstable; urgency=medium
|
||||
|
||||
* Upgraded to github.com/eosswedenorg-go/leapapi@v0.2.1
|
||||
That contains a bugfix for HTTP Host Header being sent without port.
|
||||
This caused some antelope api's with `http-validate-host` enabled
|
||||
to respond with `400 Bad Request` as the header and url did not match.
|
||||
|
||||
-- Henrik Hautakoski <henrik@eossweden.org> Mon, 12 Dec 2022 16:19:26 +0100
|
||||
|
||||
antelope-api-healthcheck (1.3.0) unstable; urgency=medium
|
||||
|
||||
Project and binary renamed from eosio-api-healthcheck to antelope-api-healthcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue