|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +v2.1.0 (2024-08-13) |
| 5 | +------------------- |
| 6 | +- [#3] v2.1.0 and update changelog [Terrell Russell] |
| 7 | +- [#3] allow genquery2_test to work under all Python2/3 versions [Daniel Moore] |
| 8 | +- [#3] call assertRaisesRegex[p] with/without final 'p' (depends on Python 2 or 3) [Daniel Moore] |
| 9 | +- [#534] implement replica truncate [Daniel Moore] |
| 10 | +- [#584] load settings from environment even without use of config file [Daniel Moore] |
| 11 | +- [#600] Comment out test_files_query_case_sensitive BETWEEN tests [Alan King] |
| 12 | +- [#597] genquery2_test: Replace Postgres-specific assertions [Alan King] |
| 13 | +- [#566] Rename login_auth_test.py to prevent running with full suite [Alan King] |
| 14 | +- [#533][#556] implement library features [Daniel Moore] |
| 15 | +- [#537] add --help option to the script setupssl.py [Daniel Moore] |
| 16 | +- [#574] rename progress_bar to updatables, allow for genericity [Daniel Moore] |
| 17 | +- [#574] Allow for tqdm progress bars to be used [Raoul Schram] |
| 18 | +- [#586] implement xml_mode() in a new irods.helpers module [Daniel Moore] |
| 19 | +- [#558] iRODSAccess: Handle non-str types in constructor [Alan King] |
| 20 | +- [#558] Add tests for iRODSAccess constructor type checking [Alan King] |
| 21 | +- [#567] return logging to normal after a run of the pool_test [Daniel Moore] |
| 22 | +- [#3][#562] skip issue 562 (leaking connections) test for Python2 [Daniel Moore] |
| 23 | +- [#565] Descend Bad_AVU_Value from ValueError [Daniel Moore] |
| 24 | +- [#587] unique_name now hashes the call tuple for a random seed. [Daniel Moore] |
| 25 | +- [#3][#525] allow touch API tests to run on Python 2 [Daniel Moore] |
| 26 | +- [#532,#564,#569] fix stored connections to match desired connection timeout. [Daniel Moore] |
| 27 | +- [#562] release old connection when redirecting [Daniel Moore] |
| 28 | +- [#576] test admin mode in metadata.apply_atomic_operations [Daniel Moore] |
| 29 | +- [#576] Add missing admin_mode in JSON message for metadata.apply_atomic_operations [Paul Borgermans] |
| 30 | +- [#571] exclude collection "/" from subcollections [Daniel Moore] |
| 31 | +- [#557] de-duplicate acl lists in case of multiple replicas. [Daniel Moore] |
| 32 | +- [#525] Add support for touch API operation. [Kory Draughn] |
| 33 | +- [#535] Implement basic support for GenQuery2 [Sietse Snel] |
| 34 | +- [#547] unify AVU field exceptions interface for metadata add and set [Daniel Moore] |
| 35 | +- [#550] Add support for client hints [Sietse Snel] |
| 36 | + |
4 | 37 | v2.0.1 (2024-04-30) |
5 | 38 | ------------------- |
6 | 39 | - [#543] Fix issue with parallel downloads to a directory [Raoul Schram] |
|
0 commit comments