X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=NEWS;h=1b501e7e968aa6bf414e6065eac79ef72b8070a9;hb=1194d7a8ddc44a1087197f20b2c6038bcb243c64;hp=087aabd2b5a8f706f25dd498b4c9348ab9ffc2c7;hpb=4b0bdb5d236d599acc03ebbaa41155c5a5163427;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 087aabd..1b501e7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +--- 1.3.20 2011/12/21 + +zoom: return diagnostic if CQL sortby conv fails. Diagnostic Bib-1 214 +"Illegal sort relation" is returned. Gets translated to SRU diagnostic +90: "Unsupported direction value". + +zoom: honor database argument nocproxy. This disables creating a content +connector session (for non-CF targets, usually) and also relays nocproxy +as database argument to a CF target. + +--- 1.3.19 2011/12/16 + +zoom: Multiple proxy hosts may be given for proxy rich database +parameter. List is comma separated. + +http_file: decodes URI paths properly. Does not return 404: not found +if no prefix are matches. Instead packages are passed on. + +--- 1.3.18 2011/12/08 + +zoom: content-{user,password,proxy} are passed on to content proxy +system and takes precedence over user,password,proxy . + +sru_z3950: SRU extra argument x-log-enable=1 enables a search response +with a log element including log material from children filters. At +this point, only the zoom filter uses this log facility. It will +eventually be used by other filters as well. In particular it might be +useful for this feature to track all filters in used during a search. + +zoom: for x-log-enable=1, APDUs sent by ZOOM C, records as received +and queries as they are manipulated are logged. + +zoom: extend addinfo with native diagnostics. Diagnostics as received +by ZOOM C are put into addinfo - including ZOOM, HTTP, SRU and Bib-1 +diagnostics. This indicates both a backend diagnostic and the original +form. + +zoom: default urlRecipe value is ${md-electronic-url} + +zoom: target profile setting sruVersion is recognized. + --- 1.3.17 2011/11/17 zoom: log target profile record fetched (AKA Torus).