@@ -2,6 +2,60 @@ Changelog
22=========
33
44
5+ v0.7.0 (2017-12-15)
6+ -------------------
7+ - Dynamic instance method definition for Python2/3. [Antoine de Torcy]
8+ - Filter by collection path. [Antoine de Torcy]
9+ - Add truncate flag. [Antoine de Torcy]
10+ - Add update replica keyword. [Antoine de Torcy]
11+ - Client-side support for ALL_KW on put. [Antoine de Torcy]
12+ - Add server version to session properties. [Antoine de Torcy]
13+ - Pass object IO options in unpacked format. [Antoine de Torcy]
14+ - Refactor tests and session config. [Antoine de Torcy]
15+ - First pass at SSL support. [Antoine de Torcy]
16+ - Use reentrant lock in connection pool. [Antoine de Torcy]
17+ - Allow for cases with CS_NEG_DONT_CARE. [Antoine de Torcy]
18+ - First pass at client-server negotiation. [Antoine de Torcy]
19+ - Simplify session/account initialization. [Antoine de Torcy]
20+ - Expect multiple DNs per user. [Antoine de Torcy]
21+ - Use default resource host/path strings. [Antoine de Torcy]
22+ - Honor default resource setting. [Antoine de Torcy]
23+ - Add placeholder for formatting arguments. [Antoine de Torcy]
24+ - Add function get_html_string in results.py. [KERVELLEC Joseph]
25+ - Fix assertions. [Antoine de Torcy]
26+ - Test registration with checksum. [Antoine de Torcy]
27+ - Add admin option to AccessManager.set() [Antoine de Torcy]
28+ - Add file/dir registration. [Antoine de Torcy]
29+ - Remove call to sys.exc_clear() [Antoine de Torcy]
30+ - Force flag support on get. [Antoine de Torcy]
31+ - Fix intermittent encoding error. [Antoine de Torcy]
32+ - Update iRODSSession.configure() [Antoine de Torcy]
33+ - Set default iRODS authentication scheme to native. [Lazlo Westerhof]
34+ - Use the same naming as iRODS environment variable
35+ irods_authentication_scheme. [Lazlo Westerhof]
36+ - Add connection timeout. [Antoine de Torcy]
37+ - Extend the query condition interface. [Antoine de Torcy]
38+ - Better handling of byte buffers. [Antoine de Torcy]
39+ - Python 3 fix. [Antoine de Torcy]
40+ - Set OPR_TYPE to 1 on put. [Antoine de Torcy]
41+ - Set default empty username in iRODSAccess. [Antoine de Torcy]
42+ - Add ability to set user passwords. [Antoine de Torcy]
43+ - First pass at iRODS ticket support - ticket generation - ticket based
44+ access. [Antoine de Torcy]
45+ - Add dependencies to setup.py. [Antoine de Torcy]
46+ - Add object put/get test. [Antoine de Torcy]
47+ - Unpack error messages. [Antoine de Torcy]
48+ - Add CAT_UNKNOWN_SPECIFIC_QUERY exception. [Antoine de Torcy]
49+ - Commits for the english language, which apparently I'm qualified in..
50+ [John Constable]
51+ - Document the use of the SpecificQuery class and irods_environment.jon
52+ reading functionality. [John Constable]
53+ - Adds exists() to data_object manager to mirror collection manager.
54+ [Alex Lemann]
55+ - Remove unused exceptions. [Antoine de Torcy]
56+ - Fix exception hierarchy. [Antoine de Torcy]
57+
58+
559v0.6.0 (2017-05-23)
660-------------------
761- Patch for GSI. [pdonorio]
0 commit comments