forked from wtsi-npg/baton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
120 lines (70 loc) · 2.77 KB
/
ChangeLog
File metadata and controls
120 lines (70 loc) · 2.77 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[1.1.0]
Added --single-server CLI option to allow the user to prevent direct access to resource servers when uploading files
[1.0.1]
restore the --save CLI option of baton-get
[1.0.0]
This release includes C API changes that are not backwards compatible.
Added the baton-put command-line program.
Added baton-do command-line program.
Added new move and checksum operations.
Deprecated baton-metasuper program.
Use FindBin in baton wrapper script.
[0.17.1]
relink with iRODS 4.1.10
use disposable-irods 1.2
[0.17.0]
Bug fix: Check for errors when closing data objects.
Added --version CLI argument to baton Perl script.
Allow baton to report the location of files in compound resources.
[0.16.4]
Bugfix: an incorrect error code could be returned in JSON
responses.
Bugfix: the root collection '/' was incorrectly identified as
a relative path.
[0.16.3]
Added support for user#zone syntax in permissions.
Added baton-specificquery program (contributed by Joshua
C. Randall <jcrandall@alum.mit.edu>).
Added new autoconf macro ax_with_irods.
Test on iRODS 4.1.8.
[0.16.2]
Bugfix: handle replicates that have no checksum.
[0.16.1]
Bugfix: search operators "n>=", "n<=" were not being accepted by
user input validation.
[0.16.0]
Bugfix: baton-metamod was missing its --unsafe CLI option.
Now reports data object resource and location for replicates when
the --replicate option is used.
Improved error messages.
[0.15.0]
Added a --checksum option to the CLI of baton-list and
baton-metaquery which allows data object checksums to be reported.
Added reporting of a user's or group's zone to results obtained
when querying permissions.
Support for iRODS 4.0.x discontinued.
[0.14.0]
Bugfix: fixed queries on ACLs across zones returning no results.
Added support for iRODS 4.1.x. Support for 4.0.x is temporarily
suspended until after the release of iRODS 4.1.0.
Added a safe mode requiring the use of absolute iRODS paths. This
is the default and may be disabled by using the --unsafe command
line argument.
Added a convenience Perl script 'baton' to generate baton-format
JSON for input to the C programs (as an alternative to using
'jq').
Added libtool version information to the shared library.
[0.13.0]
Queries for timestamps and no longer limited to replicate '0'' and
timestamps for all replicates are reported, rather than just the
most recent.
[0.12.0]
Added support for the 'NOT LIKE' and 'IN' query
operators. Contribution from Joshua Randall.
Added --with-irods=/path/to/irods option to the configure script.
[0.11.1]
Added a --buffer-size option to baton-get. This enables the data
transfer buffer size to be set by the user.
[0.11.0]
Added baton-get program to allow data to be downloaded as files
or inline JSON.