Skip to content

Releases: indexdata/yaz

v5.26.1

10 Oct 08:46

Choose a tag to compare

  • Fix segv with element-set=null and split YAZ-913 . This is only pertains to the retrieval facililty of YAZ.

v5.26.0

09 Jul 13:25

Choose a tag to compare

Allow suffix split for retrieval element-set names YAZ-912

cql2ccl: case sensitive comparisons for ops etc YAZ-911

v5.25.0

04 May 18:34

Choose a tag to compare

ZOOM C: return extended services diagnostics separately YAZ-908
The diagnostic code and additional info is saved in options
esError and esAddinfo respectively - as part of the ZOOM package.

v5.24.0

25 Apr 08:19

Choose a tag to compare

New option for ZOOM C' record update: recordIdString (the string
variant of recordId). Until now only recordIdNumber and recordIdOpaque
was possible. YAZ-907

Update for Visual Studio 2017. Bundle runtime from that compiler. YAZ-905

yaz FTCBFS: uses the build architecture pkg-config YAZ-897

v5.23.1

04 Sep 10:21

Choose a tag to compare

  • Fix Omitted Content-Length not handled anymore YAZ-894
    This issue was introduced by work in YAZ-878 YAZ Version 5.20.1.

v5.23.0

04 Aug 13:35

Choose a tag to compare

  • Allow for more Solr URL schemas YAZ-893
    If the Solr URL contains ? it will be treated as a URL that
    includes request handler rather than hard-coded /select. For example
    /solr/search? . You can also pass own arguments. For example
    /solr/search?foo=bar .

v5.22.0

30 May 10:34

Choose a tag to compare

  • rdf-lookup: Add timeout configuration option YAZ-891
  • Add yaz_url_set_timeout
  • rdf-lookup: report error if X-Path cannot be compiled YAZ-890

v5.21.1

08 May 12:54

Choose a tag to compare

  • Fix a number of minor issues #24, #25, #26, #27
  • Package for Debian Stretch. Stop support for CentOS 5.
  • yaz_prox_unit_name returns const char

v5.21.0

31 Mar 18:49

Choose a tag to compare

  • cql2pqf: relation modifiers with name and value are converted
    to proximity with unit=element. Left operand is the the primary
    index and term. Right operand is attribute index-name mapping of name
    and value being the relation modifier value. For example,
    dc.title =/dc.language=dk kirke
    could be mapped to
    @prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk

  • rdf-lookup: avoid double dash in generated XML comments

  • Add ProximityUnit map to/from string utility
    New functions z_ProxUnit_to_str and z_str_to_ProxUnit.

  • Add wrbuf_puts_replace_str

v5.20.3

27 Mar 09:13

Choose a tag to compare

  • rdf-lookup: fix misleading log on rdf-failures YAZ-884
    The HTTP response is only logged if - after removing leading
    whitespace - it is non-empty. rdf-lookup failures are always
    logged via yaz_log at level YLOG_LOG. As before XML comments
    are controlled by the debug property.