Skip to content

Commit aa9cf72

Browse files
committed
[#3] prepare for release
1 parent 4f686b9 commit aa9cf72

2 files changed

Lines changed: 38 additions & 36 deletions

File tree

CHANGELOG.rst

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,54 +3,54 @@ Changelog
33

44
v1.0.0 (2021-06-03)
55
-------------------
6-
[#274] calculate common vault dir for unicode query tests [Daniel Moore]
7-
[#269] better session cleanup [Daniel Moore]
6+
- [#274] calculate common vault dir for unicode query tests [Daniel Moore]
7+
- [#269] better session cleanup [Daniel Moore]
88

99
v0.9.0 (2021-05-14)
1010
-------------------
11-
[#269] cleanup() is now automatic with session destruct [Daniel Moore]
12-
[#235] multithreaded parallel transfer for PUT and GET [Daniel Moore]
13-
[#232] do not arbitrarily pick first replica for DEST RESC [Daniel Moore]
14-
[#233] add null handler for irods package root [Daniel Moore]
15-
[#246] implementation of checksum for data object manager [Daniel Moore]
16-
[#270] speed up tests [Daniel Moore]
17-
[#260] [irods/irods#5520] XML protocol will use BinBytesBuf in 4.2.9 [Daniel Moore]
18-
[#221] prepare test suite for CI [Daniel Moore]
19-
[#267] add RuleExec model for genquery [Daniel Moore]
20-
[#263] update documentation for connection_timeout [Terrell Russell]
21-
[#261] add temporary password support [Paul van Schayck]
22-
[#257] better SSL examples [Terrell Russell]
23-
[#255] make results of atomic metadata operations visible [Daniel Moore]
24-
[#250] add exception for SYS_INVALID_INPUT_PARAM [Daniel Moore]
11+
- [#269] cleanup() is now automatic with session destruct [Daniel Moore]
12+
- [#235] multithreaded parallel transfer for PUT and GET [Daniel Moore]
13+
- [#232] do not arbitrarily pick first replica for DEST RESC [Daniel Moore]
14+
- [#233] add null handler for irods package root [Daniel Moore]
15+
- [#246] implementation of checksum for data object manager [Daniel Moore]
16+
- [#270] speed up tests [Daniel Moore]
17+
- [#260] [irods/irods#5520] XML protocol will use BinBytesBuf in 4.2.9 [Daniel Moore]
18+
- [#221] prepare test suite for CI [Daniel Moore]
19+
- [#267] add RuleExec model for genquery [Daniel Moore]
20+
- [#263] update documentation for connection_timeout [Terrell Russell]
21+
- [#261] add temporary password support [Paul van Schayck]
22+
- [#257] better SSL examples [Terrell Russell]
23+
- [#255] make results of atomic metadata operations visible [Daniel Moore]
24+
- [#250] add exception for SYS_INVALID_INPUT_PARAM [Daniel Moore]
2525

2626
v0.8.6 (2021-01-22)
2727
-------------------
28-
[#244] added capability to add/remove atomic metadata [Daniel Moore]
29-
[#226] Document creation of users [Ruben Garcia]
30-
[#230] Add force option to data_object_manager create [Ruben Garcia]
31-
[#239] to keep the tests passing [Daniel Moore]
32-
[#239] add iRODSUser.info attribute [Pierre Gay]
33-
[#239] add iRODSUser.comment attribute [Pierre Gay]
34-
[#241] [irods/irods_capability_automated_ingest#136] fix redundant disconnect [Daniel Moore]
35-
[#227] [#228] enable ICAT entries for zones and foreign-zone users [Daniel Moore]
28+
- [#244] added capability to add/remove atomic metadata [Daniel Moore]
29+
- [#226] Document creation of users [Ruben Garcia]
30+
- [#230] Add force option to data_object_manager create [Ruben Garcia]
31+
- [#239] to keep the tests passing [Daniel Moore]
32+
- [#239] add iRODSUser.info attribute [Pierre Gay]
33+
- [#239] add iRODSUser.comment attribute [Pierre Gay]
34+
- [#241] [irods/irods_capability_automated_ingest#136] fix redundant disconnect [Daniel Moore]
35+
- [#227] [#228] enable ICAT entries for zones and foreign-zone users [Daniel Moore]
3636

3737
v0.8.5 (2020-11-10)
3838
-------------------
39-
[#220] Use connection create time to determine stale connections [Kaivan Kamali]
39+
- [#220] Use connection create time to determine stale connections [Kaivan Kamali]
4040

4141
v0.8.4 (2020-10-19)
4242
-------------------
43-
[#221] fix tests which were failing in Py3.4 and 3.7 [Daniel Moore]
44-
[#220] Replace stale connections pulled from idle pools [Kaivan Kamali]
45-
[#3] tests failing on Python3 unicode defaults [Daniel Moore]
46-
[#214] store/load rules as utf-8 in files [Daniel Moore]
47-
[#211] set and report application name to server [Daniel Moore]
48-
[#156] skip ssh/pam login tests if user doesn't exist [Daniel Moore]
49-
[#209] pam/ssl/env auth tests imported from test harness [Daniel Moore]
50-
[#209] store hashed PAM pw [Daniel Moore]
51-
[#205] Disallow PAM plaintext passwords as strong default [Daniel Moore]
52-
[#156] fix the PAM authentication with env json file. [Patrice Linel]
53-
[#207] add raw-acl permissions getter [Daniel Moore]
43+
- [#221] fix tests which were failing in Py3.4 and 3.7 [Daniel Moore]
44+
- [#220] Replace stale connections pulled from idle pools [Kaivan Kamali]
45+
- [#3] tests failing on Python3 unicode defaults [Daniel Moore]
46+
- [#214] store/load rules as utf-8 in files [Daniel Moore]
47+
- [#211] set and report application name to server [Daniel Moore]
48+
- [#156] skip ssh/pam login tests if user doesn't exist [Daniel Moore]
49+
- [#209] pam/ssl/env auth tests imported from test harness [Daniel Moore]
50+
- [#209] store hashed PAM pw [Daniel Moore]
51+
- [#205] Disallow PAM plaintext passwords as strong default [Daniel Moore]
52+
- [#156] fix the PAM authentication with env json file. [Patrice Linel]
53+
- [#207] add raw-acl permissions getter [Daniel Moore]
5454

5555
v0.8.3 (2020-06-05)
5656
-------------------

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ the backtick to be read back as an apostrophe, which could create problems manip
460460

461461
As of PRC v1.1.0, we can mitigate both problems by switching in the QUASI_XML parser for the default one:
462462
::
463+
463464
from irods.message import (XML_Parser_Type, ET)
464465
ET( XML_Parser.QUASI_XML, session.server_version )
465466

@@ -469,6 +470,7 @@ setting of global defaults during start-up.
469470
For example, we can set the default parser to QUASI_XML, optimized for use with version 4.2.8 of the iRODS server,
470471
in the following manner:
471472
::
473+
472474
Bash-Shell> export PYTHON_IRODSCLIENT_DEFAULT_XML=QUASI_XML PYTHON_IRODSCLIENT_QUASI_XML_SERVER_VERSION=4,2,8
473475

474476
Other alternatives for PYTHON_IRODSCLIENT_DEFAULT_XML are "STANDARD_XML" and "SECURE_XML". These two latter options

0 commit comments

Comments
 (0)