-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
83 lines (61 loc) · 2.18 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Revision history for Catmandu-OAI
{{$NEXT}}
0.21 2024-08-23 07:51:38 CEST
- Maintenance release
- Removing old dependencies checks
0.20 2023-10-04 14:56:53 CEST
- Adding sleep option
0.19 2019-05-20 15:06:05 CEST
- Adding a strict option for the importer
0.18 2017-10-17 13:50:01 CEST
- Adding a Catmandu::Store implementation of OAI-PMH
- Retry options should ignore OAI errors
0.17 2017-04-20 13:36:59 CEST
- Removing the required realm when authenticating #23
0.16 2017-04-06 10:36:52 CEST
- Adding support for Identify
- Fixing POD errors
0.15 2017-04-05 15:50:08 CEST
- Adding support for GetRecord and ListMetadataFormats
- Updated POD
0.14 2017-03-27 10:28:10 CEST
- Fixing memory leak issues
0.13 2017-03-21 13:32:20 CET
- Making retries using exponential cutoff algorithm
- Adding realm, username and password options
0.12 2016-12-15 15:19:57 CET
- Adding max-retries feature to reconnect to a database when the network fails
- More pod
0.11 2015-10-15 11:59:19 CEST
- Adding support for proxys
0.10 2015-09-23 10:28:29 CEST
- Adding support for MODS
- Adding support for MARC collections
0.09 2015-08-17 14:50:39 CEST
- Fixing repeated last page bug #10
0.08 2015-07-03 11:31:26 CEST
- Don't bundle the dist.ini in distribution
- Adding resumpionToken option
0.07 2015-05-20 16:15:02 CEST
- Adding XSLT preprocessing
0.06 2014-06-22 11:10:24 CEST
- Refactoring the handler code into Parsers, more in line with Catmandu::SRU
- Adding marcxml parser
0.05 2014-06-22 09:34:00 CEST
- Adding support for default XML::Struct parsing
- Adding support for passing handlers by name and by invocation
- Refactoring the RAW XML response into the Catmandu::Importer::OAI::RAW parser
0.04 2014-06-15 20:30:07 CEST
- switched to the new HTTP::OAI with callbacks
- adding a network test
0.03 2014-06-15 10:22:55 CEST
- new option: dry (as supported my Catmandu::Importer::getJSON)
- new option: listIdentifiers
- changed packaging to Dist::Milla
- adding more pod
0.02 2013-03-11
- pluggable record handlers
- support set, metadataPrefix, from, until
- more tolerant of bad xml
0.01 2012-05-04
- initial release