Skip to content

Commit c669336

Browse files
committed
[#3] v1.1.0 and update changelog
1 parent aa9cf72 commit c669336

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.rst

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

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+
430
v1.0.0 (2021-06-03)
531
-------------------
632
- [#274] calculate common vault dir for unicode query tests [Daniel Moore]

irods/version.py

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

0 commit comments

Comments
 (0)