Skip to content

Releases: Isilon/isilon_sdk

v0.2.5

24 Aug 20:36
22761d9
Compare
Choose a tag to compare

Added support for using the resume token through the NamespaceApi.query_directory method.

v0.2.4

17 Aug 19:56
efe80aa
Compare
Choose a tag to compare

Updated language bindings for the latest OneFS maintenance releases and resolved issue #68.

v0.2.3

30 May 21:19
17b9438
Compare
Choose a tag to compare

This release resolves issue #39 by providing language bindings for the RAN (i.e. RESTful Access to Namespace) interface. Examples have been provided for usage of the new NamespaceApi class, which is available for access points, files, and directories.

v0.2.2

15 May 17:05
4d1f923
Compare
Choose a tag to compare

Introduces isi_sdk_8_1_1 for OneFS 8.1.1 support.

v0.2.1

14 Apr 00:13
5029490
Compare
Choose a tag to compare

This release resolves a number of PAPI schemas and updates the documentation.

v0.2.0

26 Mar 23:21
1ddc580
Compare
Choose a tag to compare

This release improves the SDK on a number of fronts:

  • Support for Swagger Codegen v2.3.1
  • Replaces basic auth with session auth, which includes support for CSRF tokens
  • Resolves issues #8, #9, #10, #11, #12, #13, #14, #15, #22, and #26.
  • Introduces configurable logging instead of print statements
  • Adds properties maxLength, minLength and pattern to the Swagger config
  • Handling on invalid PAPI describe schemas
  • Linting with pylint and pep8

v0.1.11

20 Feb 22:57
6a175ce
Compare
Choose a tag to compare

Introduces isi_sdk_8_1_0 for OneFS 8.1.0 support.

v0.1.10

02 Dec 01:00
52033d8
Compare
Choose a tag to compare

Includes a fix for #32: Proper handling of Python 2 type longs.

v0.1.9

02 Dec 00:27
40ae52d
Compare
Choose a tag to compare

isi_sdk_8_0_1 is built against the newest MR 8.0.1.2 which included some fixes to PAPI schemas (fixes #23)

v0.1.8

05 Oct 20:46
Compare
Choose a tag to compare
Merge pull request #31 from danforrest/br_on_cluster

Streamline the authentication flow