Releases: Isilon/isilon_sdk
Releases · Isilon/isilon_sdk
v0.2.5
Added support for using the resume
token through the NamespaceApi.query_directory
method.
v0.2.4
v0.2.3
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
Introduces isi_sdk_8_1_1
for OneFS 8.1.1 support.
v0.2.1
This release resolves a number of PAPI schemas and updates the documentation.
v0.2.0
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
andpattern
to the Swagger config - Handling on invalid PAPI describe schemas
- Linting with
pylint
andpep8
v0.1.11
Introduces isi_sdk_8_1_0
for OneFS 8.1.0 support.