- The start of a more complete documemtation, including a new section on A Quick Start Guide. - Added support for the 'Dataset.add_dataframe()' and Resource.read_dataframe() operations, which allows the client to access or store a dataset with the Storage server.
0.3.5
============= - Added support for the search operation, which allows the client to search for datasets and other entities using the Solr facility. The search operation is available in the cursor objects. - An internal refactoring of the client removed redundant entity definitions.
0.3.4
============= - Added support for dataset spatial attribute, including validation. A new dependency was added to the project, 'geojson'.
0.3.3
============= - Changed the behabviour of a failed auto-sync operation; if the operation fails, the proxy will be reset. This avoids leaving proxies in a DIRTY state after a failed auto-sync operation.
0.3.2
============= - Added support for the client 'info' attribute, which returns information related to the server URLs and the client version.
0.3.1
=============
- Added mappings for all group member fields - Client now supports a minio client created at initialization (cli.s3) - Fixed various bugs