Skip to content

Commit 202144c

Browse files
committed
[#3] v1.1.6 and update changelog
1 parent ff7714a commit 202144c

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,31 @@
11
Changelog
22
=========
33

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+
423
v1.1.5 (2022-09-21)
524
-------------------
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]
1029

1130
v1.1.4 (2022-06-29)
1231
-------------------

irods/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.5'
1+
__version__ = '1.1.6'

0 commit comments

Comments
 (0)