Version 1.3.11
[metaproxy-moved-to-github.git] / NEWS
1 --- 1.3.11 2011/09/09
2
3 Fix bug in filter session_shared where sessions would not expire
4 properly (session ttl). This in turn could make the target close the
5 connection before expected and session_shared would return diagnostic
6 2: system temporarily available.
7
8 --- 1.3.10 2011/09/09
9
10 zoom: new target profile setting: sortmap_field. If sortmap_field is given
11 the field is mapped to the value for the sortmap. Values not matching
12 sortmap_field are passed verbatim.
13   
14 zoom: new target profile setting: sortStrategy. One of: "z3950", "type7",
15 "cql", "sru11" or "embed". The "embed" chooses type-7 or CQL sortby
16 depending on whether RPN or CQL is actually sent to the target.
17
18 --- 1.3.9 2011/08/25
19
20 zoom: urlRecipe result is stored in <pz:metadata type="generated-url">.
21
22 zoom: For content proxy authentication is stored in param name
23 "auth", instead of "authentication".
24
25 --- 1.3.8 2011/08/22
26
27 zoom: relay schema in SRU mode. Previously recordSchema was not affected
28 by elementSet.
29
30 --- 1.3.6 2011/08/22
31
32 zoom: new target profile element literalTransform that holds XSLT
33 (encoded as string) for target. Only if present and non-zero length it is
34 considered present. This takes precedence over transform.
35
36 Don't rely on trang anymore for Git checkout builds. Configuration in etc
37 will only be properly validated if trang is available. From now on only
38 relax NC files are bundled with the source dist.
39
40 Updates to check for Boost unit test (autoconf stuff). On MacOSX this
41 component was not detected when it should be.
42
43 --- 1.3.5 2011/08/12
44
45 z3950_client: mark non-surrogate diagnostics from backend.
46
47 zoom: a proxy may be specified for HTTP fetch of target profiles.
48
49 --- 1.3.4 2011/08/01
50
51 Honor piggyback. Makes some SRU targets behave that insist on
52 maximumRecords > 0, but also increases performance.
53
54 --- 1.3.3 2011/08/01
55
56 Fix dlpath in installed metaproxy.xml for RPM/Deb package. The
57 file was not update for libdir/metaproxy4 in version 1.3.2.
58
59 --- 1.3.2 2011/08/01
60
61 Change location of Metaproxy modules from libdir/metaproxy to
62 libdir/metaproxy4. Directory libdir/metaproxy is also owned by 
63 libmetaproxy3 and, thus, should not be used by libmetaproxy4.
64
65 New facility to dump APDUs from zoom filter. Enabled by 
66 <log apdu="true"/> in the zoom filter configuation.
67
68 zoom filter bug fix: SRU diagnostics received from backend was
69 not properly converted to Bib-1 diagnostics.
70
71 Package metaproxy depends on libmetaproxy4, same version.
72
73 --- 1.3.1 2011/07/28
74
75 zoom: fix a bug WRT passing authentication parameters to backends.
76
77 --- 1.3.0 2011/07/27
78
79 Fixes for windows Makefile.
80
81 --- 1.2.10 2011/07/25 
82
83 Change major version of metaproxy library from 3 to 4. This in turn
84 makes new package names for Debian and RPM.
85
86 --- 1.2.9 2011/06/27
87
88 zoom: enable marc-8 encoding by default for usmarc and opac (in pz2
89 transforn mode).
90
91 zoom: configurable element sets for record transforms.
92     
93 zoom: the target profile based transform is specified by element_transform
94 in element torus of of the ZOOM filter configuration ; default value
95 is "pz2". Target profile based retrieval is specified by element_raw
96 in configuration. It will perform same steps, but omit the XSL transform.
97 Default value is "raw".
98
99 zoom: element set is omitted if not set in profile. But only if pz2
100 transform is in effect. Previously the default element set was to "F".
101
102 zoom: For non-CF targets database arguments are parsed. User may supply
103 db,user=myuser&password=mypass for non-CF targets. These values override
104 what's given the authentication from the target profile.
105
106 session_shared: fix reference to freed memory. Would occur if a search
107 response had non-surrogate diagnostics.
108
109 --- 1.2.8 2011/06/22
110
111 Route may be given for each port in frontend_net.
112
113 --- 1.2.7 2011/06/22
114
115 Documentation for zoom filter. Local target profiles may be specified.
116
117 Fixes for zoom filter.
118
119 --- 1.2.6 2011/06/15
120
121 First version with zoom filter.
122
123 --- 1.2.5 2011/05/06
124
125 Filter z3950_client may be configured to always send a close APDU
126 to backend target when connection/session is closed. This will only
127 happen if close APDU is not already sent. Enabled by configuration
128 for z3950_client (force_close).
129
130 Filter virt_db and multi: relay close APDU.
131
132 Filter virt_db and multi: relay init size parameters 
133 preferredMessageSize and maximumRecordSize.
134
135 Filter sru_z3950: increase init sz parameters from 1MB to 10 MB.
136
137 --- 1.2.4 2011/01/27
138
139 RPM package for Metaproxy works for both SLES11 and Centos 5.5.
140
141 metaproxy-config: exec_prefix, libdir, includedir. Use these variables
142 as determined by configure.
143
144 RPM: Release includes 'indexdata' name. Use indexdata in release name so
145 this package can be distinguished from other vendors.
146
147 --- 1.2.3 2010/10/04
148
149 Fix filter multi: relay idAuthentication parameters.
150
151 --- 1.2.2 2010/09/15
152
153 Add metaproxy-config for returning compiler flags, libraries.
154
155 --- 1.2.1 2010/08/18
156
157 Fix --with-boost=PREFIX .
158
159 --- 1.2.0 2010/07/09
160
161 session_shared: fix use of maintenance thread.
162
163 Introduce 'start' method for filters and routers. It gets called after
164 configure and after fork, but before processing. This changes API -
165 from libmetaproxy2 to libmetaproxy3.
166
167 --- 1.1.7 2010/06/30
168
169 session_shared: ensure backend session is closed if init rejected
170 is received.
171
172 z3950_client: fix NULL ptr reference that could occur if two clients
173 connected concurrently and if max-sockets was in effect.
174
175 --- 1.1.6 2010/06/21
176
177 Fix bug 3497 - Metaproxy unstable while stopping.
178
179 Fix bug 3495 - SEGV in SRU filter.
180
181 --- 1.1.5 2010/06/15
182
183 Filter multi throws diagnostic 'Present Out of Range' when
184 appropriate - rather than returning 0 records.
185
186 Filter virt_db: fix bad result reuse. Could happen if a result
187 was overriden and a backend did not supported named result sets.
188
189 --- 1.1.4 2010/05/11
190
191 Filter log: category access logs diagnostics even if searchStatus
192 or presentStatus is 'success'.
193
194 --- 1.1.3 2010/04/21
195
196 The SRU to Z39.50 filter does repeated Z39.50 present requests
197 to fetch all records. Needed when a Z39.50 server returns partial
198 results (due to message size limits).
199
200 --- 1.1.2 2010/03/18
201
202 Metaproxy now kills all child processes that are spawned by
203 modules (in case of fork, exec).
204
205 --- 1.1.1 2010/01/28
206
207 Debian package now installs /etc/metaproxy/metaproxy.xml which
208 includes all XML files /etc/metaproxy/filters-enabled .
209 The include facility uses YAZ' yaz_xml_include_simple (YAZ 4.0.1).
210
211 --- 1.1.0 2010/01/20
212
213 Package based on YAZ version 4 and YAZ++ 1.2.0. It now includes a
214 development package to facilitate 3rd party Metaproxy modules.
215
216 --- 1.0.23 2010/01/04
217
218 Filter virt_db: Close backend filter session when Init rejected is received
219 from it (in which case it's not really closed yet). This will ensure we don't
220 run out of resources such as FDs in this case.
221
222 sru_z3950 filter: Accept any database (including those not listed).
223
224 --- 1.0.22 2009/12/03
225
226 Prepare for 64-bit YAZ. yazproxy will still work with YAZ++ 1.1.4 or
227 later which means YAZ 3.0.47 or later.
228
229 --- 1.0.20 2009/11/19
230
231 For filter virt_db, the database is a glob pattern and the virtual
232 database sections are consulted in the order given.
233
234 --- 1.0.19 2009/07/08
235
236 For filter multi, the target (for routing) may be given as a glob-pattern.
237
238 More documentation for filters virt_db and multi.
239
240 Update schema to allow for no database in sru_z3950 filter.
241
242 --- 1.0.18 2009/06/30
243
244 Added limit filter to put sleep (penalty) for heavy use.
245
246 Filter frontend_net may be configured to limit the number of new connections
247 from same IP to some value (connect-max).
248
249 Fixed the load_balance filter.
250
251 --- 1.0.17 2009/06/16
252
253 Fix path for metaproxy executable for Debian init.d script.
254
255 --- 1.0.16 2009/06/10
256
257 SRU to Z39.50 filter honors x-username and x-password. If only
258 x-username is given that translates to open authentication (Z39.50v2). If
259 both x-username and x-password is present that translates to idPass
260 authentication (Z39.50v3).
261
262 New facility to change current working directory (-w).
263
264 Update to upstream skeleton of init.d script. Should fix bug #2619.
265
266 Filter session_shared now caches records (used to only cache connections
267 and result sets).
268
269 Filter session_shared now invalidates a Z39.50 session if a server
270 returns -1 hits. This facility was also part of yazproxy and gets around
271 a bug in Voyager-based Z39.50 servers.
272
273 --- 1.0.15 2008/11/18
274
275 Fixed reference counting bug in Z39.50 client module (could cause SEGV).
276
277 --- 1.0.14 2008/06/09
278
279 Fixed the value of SRU record schema in searchRetrieve response. It was set
280 to a fixed value of "dc" before.
281
282 Serialize identical SRU requests. This is useful if HTTP client software
283 fires identical requests against metaproxy.
284
285 Allow Z39.50 target to be specified for SRU requests by using SRU extra
286 parameter x-target. Allows SRU to contact arbitrary Z39.50 targets and
287 avoid static configuration. This facility is handled by the sru_z3950 module
288 and the z3950_client module.
289
290 Allow maximum number of sockets to be used for a Z39.50 client by the
291 use of SRU extra parameter x-max-sockets. This facility is handled by the
292 sru_z3950 module and the z3950_client module.
293
294 --- 1.0.13.1 2008/02/29
295
296 Simplified check for Boost libraries.
297
298 --- 1.0.13 2008/02/29
299
300 First Debian package.
301
302 The sru_z9350 filter now recognizes SRU parameter z-target as being
303 a ZURL of the form host/database . 
304
305 Mergetype may be specified for filter 'multi'.
306
307 --- 1.0.12 2007/09/19
308
309 Fixed problem in Makefile WRT library specifictions. This could produce
310 linker errors (when they should not happen).
311
312 Fixed bug #1341: MetaProxy returning different results. Problem was that
313 fix-up of record database did not normalize the database name.
314
315 Documentation updates for Windows compilation.
316
317 --- 1.0.11 2007/06/14
318
319 Fixed problem with logfile being truncated.
320
321 --- 1.0.10 2007/05/23
322
323 Fixed bug #1136: Access rights not enforced.
324
325 Extension for log module. The log category 'access' logs more details.
326 New category 'user-access' added which is simlar to 'access' but adds
327 the Z39.50 user as for all entries in a session.
328
329 Switched to GPL v2.
330
331 Added support for configurable default/force target/vhost for module Z39.50
332 client module.
333
334 --- 1.0.8 2007/01/25
335
336 Implemented filter, session_shared, which optimizes usage of Z39.50
337 sessions and result sets.
338
339 New filter, record_transform, which converts MARC/XML records.
340
341 New filter, sru_z3950, which converts SRU to Z39.50 packages.
342
343 New filter, load_balance, in development.
344
345 New filter, zeerex_xplain.
346
347 XML framework for config files started.
348
349 Master RelaxNG Compact schema's are found in xml/schema/*.rnc,
350 RelaxNG XML schemas and XML Schema's are generated from RNC syntax.
351 XML config files are checked against RNG and XML Schema's.
352
353 XSLT transformation framework added in xml/xslt/*.xsl, consisting mainly of 
354 LOC Marc21 stylesheets found at http://www.loc.gov/marcxml/xslt.
355 Added stylesheet explain2cqlpqftxt.xsl which transforms a standard SRU ZeeReX 
356 explain record to YAZ CQL-to-PQF text config file. 
357
358 --- 1.0.7 2006/11/07
359
360 Added 'timeout' setting for filter frontend_net which specifies the number
361 of seconds a session is idle before it is closed. Default timeout is
362 300 (5 minutes).
363
364 --- 1.0.6 2006/07/07
365
366 Database name in records returned set for virt_db/multi filters.
367
368 Filter session_shared now functional.
369
370 Log filter can be configured to write to a given file using 'filename'
371 element. Also information category can be specified with 'category'. If
372 filename is omitted, the log filter writes to stdout. See etc/config5.xml
373 for example.
374
375 --- 1.0.5 2006/05/16
376
377 Fixed compilation on Windows.
378
379 --- 1.0.4 2006/05/16
380
381 Added documentation for the hidenavailable option for the multi filter.
382
383 --- 1.0.3 2006/05/16
384
385 Fixed bug #573: Hide errors for individual servers. If the element
386 'hideunavailable' is given in the configuration, individual servers
387 being unavailable are hidden (unless all are unavailable). 
388
389 Fixed bug #574: Database names are recognised case-sensitively.
390
391 Fixed bug #567: Fix up database name in Name-Plus-Record.
392
393 Fixed bug #568: Update win/makefile for VS 2005.
394
395 Fixed bug #569: Some options throws unknown exception.
396
397 --- 1.0.2 2006/04/28
398
399 More information about virtual hosts. The 'etc' directory is part of the
400 distribution tar.
401
402 --- 1.0.1 2006/04/27
403
404 Build instructions for Windows. NMake makefile part of distribution tar.
405
406 --- 1.0.0 2006/04/24
407
408 More documentation.
409
410 Filters functional: auth_simple, backend_test, frontend_net, http_file,
411  log, multi, query_rewrite, template, virt_db, z3950_client.
412
413 Filters in development: session_shared.
414
415 Pseudo-filters: template, dl
416
417 --- 0.9 2006/03/27