Skip to content

Releases: indexdata/metaproxy

v1.17.1

18 Mar 12:22
Compare
Choose a tag to compare

Fix SIGTERM may leave metaproxy behind MP-668

Fix SEGV in load_balance filter MP-667

v1.17.0

01 Oct 12:26
Compare
Choose a tag to compare

session_shared: new facility ignore-auth. This is a new configuration
for session_shared to make it ignore authentication info sent by clients
and, thus, increase session reuse.

v1.16.2

18 Sep 17:59
Compare
Choose a tag to compare

session_shared: log when sessions expire

virt_db: session reuse when overriding result-set

virt_db, session_shared: case-insensitive db compare

z3950_client: fix un-initialized variable max-sockets-timeout

v1.16.1

18 Sep 18:00
Compare
Choose a tag to compare

filter_http_rewrite: Fix missing https processing in skiplinks (MP-663)
Add a bit of documentation for http_rewrite

v1.16.0

18 Sep 18:00
Compare
Choose a tag to compare

filter_http_rewrite: Better handling of https requests (MP-660, MP-662)

  • Considers both http:// and https:// as absolute URLs in the request line
  • for relative requests, expands to http:// or https:// depending on how the
    request came in

v1.15.0

01 Jun 10:37
Compare
Choose a tag to compare

metaproxy: option -s sets resource limit for open files (ulimit -n)

v1.14.0

01 Jun 10:37
Compare
Choose a tag to compare

frontend_net: allow limit of connections from same IP MP-657
Achived by configuration element connect-total.

v1.13.1

20 May 11:19
Compare
Choose a tag to compare
  • Fix Unknown route exits Metaproxy at run time MP-656

v1.13.0

01 Sep 09:57
Compare
Choose a tag to compare
  • sru_z3950: avoid suffix slash after parsing x-target

  • session_shared: relay diagnostics better MP-654
    Until this commit init response failures would be converted to
    temporary system error: "session_shared: could not create backend".
    However, in the cases where init response from a target does contain
    diagnostics those will now be returned as is.

  • z3950_client: configurable max-sockets-timeout

v1.12.2

29 Aug 18:18
Compare
Choose a tag to compare
  • z3950_client: fix incorrect waiting for max-sockets condition MP-652
    The z3950_client could in some cases wait a very long time for a free
    Z39.50 socket. The proper behavior is to give up after 15 seconds.