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.1

This commit is contained in:
Henrik Hautakoski 2022-12-12 16:24:48 +01:00
parent 4f77e23797
commit 142465ac16
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 10 additions and 1 deletions

View file

@ -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
View file

@ -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