Releases: IGS/osdf-python
Releases · IGS/osdf-python
v0.8.2
18 Feb 20:36
Compare
Sorry, something went wrong.
No results found
Fixed error in byteify code.
v0.8.1
18 Feb 19:56
Compare
Sorry, something went wrong.
No results found
Added configuration files for editorconfig and pylint.
More information provided when calling the "info" option.
Cleaned up numerous issues identified via pylint.
v0.8
14 Jun 20:18
Compare
Sorry, something went wrong.
No results found
Fixed issue with editing of nodes with osdf utility.
v0.7
18 Jan 21:29
Compare
Sorry, something went wrong.
No results found
Fixed issue with retrieval of nodes by ID.
Improvement to osdf CLI utility to allow retrieval of nodes
by version number.
v0.6.1
18 Jan 21:23
Compare
Sorry, something went wrong.
No results found
Better error message when an invocation is attempted without
having run 'init' first.
v0.6
18 Jan 21:22
Compare
Sorry, something went wrong.
No results found
Added method to retrieve all auxiliary schemas.
New utility script for easier CLI usage of OSDF servers.
v0.5
18 Jan 21:21
Compare
Sorry, something went wrong.
No results found
Added methods for retrieving the nodes connecting to
and from a node identified by a particular node ID.
v0.4
07 Mar 22:08
Compare
Sorry, something went wrong.
No results found
Supports SSL encrypted connections to secured OSDF instances.
Added method for complete schema retrieval for a namespace.
Able to retrieve previous version of node documents.
Improved README documentation.
More tests.
v0.3.0
06 Aug 19:05
Compare
Sorry, something went wrong.
No results found
Added methods to perform OSDF Query Language (OQL) queries:
oql_query() and oql_query_all_pages()
Added test directory with unittest script