Releases: IGS/osdf-python
Releases · IGS/osdf-python
v0.8.2
- Fixed error in byteify code.
v0.8.1
- Added configuration files for editorconfig and pylint.
- More information provided when calling the "info" option.
- Cleaned up numerous issues identified via pylint.
v0.8
- Fixed issue with editing of nodes with osdf utility.
v0.7
- Fixed issue with retrieval of nodes by ID.
- Improvement to osdf CLI utility to allow retrieval of nodes
by version number.
v0.6.1
- Better error message when an invocation is attempted without
having run 'init' first.
v0.6
- Added method to retrieve all auxiliary schemas.
- New utility script for easier CLI usage of OSDF servers.
v0.5
- Added methods for retrieving the nodes connecting to
and from a node identified by a particular node ID.
v0.4
- 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
- Added methods to perform OSDF Query Language (OQL) queries:
oql_query() and oql_query_all_pages()
- Added test directory with unittest script