Skip to content

v0.7.0

Compare
Choose a tag to compare
@trel trel released this 27 Sep 03:34
  • Dynamic instance method definition for Python2/3. [Antoine de Torcy]
  • Filter by collection path. [Antoine de Torcy]
  • Add truncate flag. [Antoine de Torcy]
  • Add update replica keyword. [Antoine de Torcy]
  • Client-side support for ALL_KW on put. [Antoine de Torcy]
  • Add server version to session properties. [Antoine de Torcy]
  • Pass object IO options in unpacked format. [Antoine de Torcy]
  • Refactor tests and session config. [Antoine de Torcy]
  • First pass at SSL support. [Antoine de Torcy]
  • Use reentrant lock in connection pool. [Antoine de Torcy]
  • Allow for cases with CS_NEG_DONT_CARE. [Antoine de Torcy]
  • First pass at client-server negotiation. [Antoine de Torcy]
  • Simplify session/account initialization. [Antoine de Torcy]
  • Expect multiple DNs per user. [Antoine de Torcy]
  • Use default resource host/path strings. [Antoine de Torcy]
  • Honor default resource setting. [Antoine de Torcy]
  • Add placeholder for formatting arguments. [Antoine de Torcy]
  • Add function get_html_string in results.py. [KERVELLEC Joseph]
  • Fix assertions. [Antoine de Torcy]
  • Test registration with checksum. [Antoine de Torcy]
  • Add admin option to AccessManager.set() [Antoine de Torcy]
  • Add file/dir registration. [Antoine de Torcy]
  • Remove call to sys.exc_clear() [Antoine de Torcy]
  • Force flag support on get. [Antoine de Torcy]
  • Fix intermittent encoding error. [Antoine de Torcy]
  • Update iRODSSession.configure() [Antoine de Torcy]
  • Set default iRODS authentication scheme to native. [Lazlo Westerhof]
  • Use the same naming as iRODS environment variable irods_authentication_scheme. [Lazlo Westerhof]
  • Add connection timeout. [Antoine de Torcy]
  • Extend the query condition interface. [Antoine de Torcy]
  • Better handling of byte buffers. [Antoine de Torcy]
  • Python 3 fix. [Antoine de Torcy]
  • Set OPR_TYPE to 1 on put. [Antoine de Torcy]
  • Set default empty username in iRODSAccess. [Antoine de Torcy]
  • Add ability to set user passwords. [Antoine de Torcy]
  • First pass at iRODS ticket support - ticket generation - ticket based access. [Antoine de Torcy]
  • Add dependencies to setup.py. [Antoine de Torcy]
  • Add object put/get test. [Antoine de Torcy]
  • Unpack error messages. [Antoine de Torcy]
  • Add CAT_UNKNOWN_SPECIFIC_QUERY exception. [Antoine de Torcy]
  • Document the use of the SpecificQuery class and irods_environment.json reading functionality. [John Constable]
  • Adds exists() to data_object manager to mirror collection manager. [Alex Lemann]
  • Remove unused exceptions. [Antoine de Torcy]
  • Fix exception hierarchy. [Antoine de Torcy]