|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +v1.1.6 (2023-01-18) |
| 5 | +------------------- |
| 6 | +- [#420][#422] present appropriate iRODSAccess.codes, in sorted order [Daniel Moore] |
| 7 | +- [#420] store integer codes & strings for access levels [Daniel Moore] |
| 8 | +- [#418] raise error in test for IRODS_VERSION mismatch [Daniel Moore] |
| 9 | +- [#379] define RE_RUNTIME_ERROR exception [Daniel Moore] |
| 10 | +- [#400] more advanced iRODSException representation [Daniel Moore] |
| 11 | +- [#392] add iRODSResource properties: parent_name, parent_id, hierarchy_string [Daniel Moore] |
| 12 | +- [#243] enable RESC_HIER_STR_KW and RESC_NAME_KW in data open() [Daniel Moore] |
| 13 | +- [#395][#396] test of acls manager [Daniel Moore] |
| 14 | +- [#396] Introduce "acls" manager and deprecate "permissions" [Daniel Moore] |
| 15 | +- [#395] include user_type in permissions [Daniel Moore] |
| 16 | +- [#410] ensure a call to iRODSSession.cleanup() at interpreter exit [Daniel Moore] |
| 17 | +- [#406] correctly generate ssl context [Daniel Moore] |
| 18 | +- [#404] Fix password_obfuscation in Windows [J.P. Mc Farland] |
| 19 | +- [#374] Use alternate endpoint for groupadmin requests [Martin Jaime Flores Jr] |
| 20 | +- [#5] minor README fix: XML_Parser_Type code sample [Sietse Snel] |
| 21 | +- [#5] adds module loading to RErrorStack example [John Constable] |
| 22 | + |
4 | 23 | v1.1.5 (2022-09-21) |
5 | 24 | ------------------- |
6 | | -- [#383] correct logical path normalization |
7 | | -- [#369] remove dynamic generation of message classes |
8 | | -- [#386][#389] only load timestamps when requested |
9 | | -- [#386] initial change to add create and modify times for metadata |
| 25 | +- [#383] correct logical path normalization [Daniel Moore] |
| 26 | +- [#369] remove dynamic generation of message classes [Daniel Moore] |
| 27 | +- [#386][#389] only load timestamps when requested [Daniel Moore] |
| 28 | +- [#386] initial change to add create and modify times for metadata [Paul Borgermans] |
10 | 29 |
|
11 | 30 | v1.1.4 (2022-06-29) |
12 | 31 | ------------------- |
|
0 commit comments