Skip to content

Commit 2d968fe

Browse files
trelalanking
authored andcommitted
[#3] v2.1.0 and update changelog
1 parent 8c6064e commit 2d968fe

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
Changelog
22
=========
33

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+
437
v2.0.1 (2024-04-30)
538
-------------------
639
- [#543] Fix issue with parallel downloads to a directory [Raoul Schram]

irods/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = '2.0.1'
3+
__version__ = '2.1.0'
44

55
def version_as_string():
66
return os.environ.get('PYTHON_IRODSCLIENT_VERSION', __version__.strip())

0 commit comments

Comments
 (0)