|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +v1.1.0 (2022-01-20) |
| 5 | +------------------- |
| 6 | +- [#334] add SECURE_XML to parser selection [Daniel Moore] |
| 7 | +- [#279] allow long tokens via PamAuthRequest [Daniel Moore] |
| 8 | +- [#190] session_cleanup is optional after rule execution. [Daniel Moore] |
| 9 | +- [#288] Rule execute method can target an instance by name [Daniel Moore] |
| 10 | +- [#314] allow null parameter on INPUT line of a rule file [Daniel Moore] |
| 11 | +- [#318] correction for unicode name queries in Python 2 [Daniel Moore] |
| 12 | +- [#170] fixes for Python2 / ElementTree compatibility [Daniel Moore] |
| 13 | +- [#170] Fix exception handling QuasiXML parser [Sietse Snel] |
| 14 | +- [#170] Parse current iRODS XML protocol [Chris Smeele] |
| 15 | +- [#306] test setting/resetting inheritance [Daniel Moore] |
| 16 | +- [#297] deal with CHECK_VERIFICATION_RESULTS for checksums [Daniel Moore] |
| 17 | +- [irods/irods#5933] PRC ticket API now working with ADMIN_KW [Daniel Moore] |
| 18 | +- [#292] Correct tickets section in README [Daniel Moore] |
| 19 | +- [#290] allow skipping of password file in anonymous user case [Daniel Moore] |
| 20 | +- [irods/irods#5954] interpret timestamps as UTC instead of local time [Daniel Moore] |
| 21 | +- [#294] allow data object get() to work with tickets enabled [Daniel Moore] |
| 22 | +- [#303] Expose additional iRODS collection information in the Collection object. [Ruben Garcia] |
| 23 | +- [#143] Use unittest-xml-reporting package, move to extra [Michael R. Crusoe] |
| 24 | +- [#299] Added GenQuery support for tickets. [Kory Draughn] |
| 25 | +- [#285] adds tests for irods/irods#5548 and irods/irods#5848 [Daniel Moore] |
| 26 | +- [#281] honor the irods_ssl_verify_server setting. [Daniel Moore] |
| 27 | +- [#287] allow passing RError stack through CHKSUM library call [Daniel Moore] |
| 28 | +- [#282] add NO_COMPUTE keyword [Daniel Moore] |
| 29 | + |
4 | 30 | v1.0.0 (2021-06-03) |
5 | 31 | ------------------- |
6 | 32 | - [#274] calculate common vault dir for unicode query tests [Daniel Moore] |
|
0 commit comments