Httpcaller 1.0
We have released a new version of the AMQPHttp application. This release introduces improvements related to the signing of headers, connection sharing, and various bug fixes.
Headers
You can now specify a list of headers that are included in signatures using the
sign.headers
property on the input JSON. Previously, all headers would be
included in this signature, but by setting this value you can select only the
relevant headers. This can also be set globally using the headers
option in
the configuration file.
Connection sharing
Httpcaller can now be scaled up easier. If you have multiple instances of the application consuming from the same queue, they will automatically adjust their limits accordingly, so the total connection limit is not exceeded.
Various improvements
The /domains
page now shows more information related to IPs to which the
application is connected, and ongoing DNS queries. Also, the application can now
more accurately report issues with the configuration file. It will print any
errors in it to the application log.