- Pinned to specific version of uplinkc - v1.2.2
- Resolved satellite address issue in test cases.
- Pinned to specific version of uplinkc - v1.2.0
- Resolved access grant issue in test cases.
- Added functions based on uplinkc - v1.1.0
- Made namespace changes based on latest master branch.
- Binding not pinned to any specific uplink-c tag, uses master branch.
- Pinned to specific version of uplinkc - v1.0.5
- Changed overall structure of uplink-python.
- Added error classes for error handling.
- Added instruction to run unit test on local in Readme.
- Changed documentation.
- Update module to latest storj/uplink-c v1.0.5
- Added unittest
- Changed documentation
- import statements changed
- Migrated package on pip (pypi) from storj-python to uplink-python
- Linting done using pylint
- Changed file names according to snake_case python rule.
- Splitted LibUplinkPy class into two parts and two files: uplink and exchange.
- Migrated package on pip (pypi) from storjPython to storj-python
- Building libuplinkc.so is now handled by pip install.
- Changes made according to latest storj/uplink-c RC v1.0.1
- Changes made according to latest libuplinkc v0.31.6
- Added support for MacOS.
- Changes made according to latest libuplinkc v0.28.4
- Added get_file_size example function in helloStorj.py to check object size on storj to download.
- Added restrict_scope function.
- Added example for using scope key to access object on Storj in helloStorj.py
- Changes made according to latest libuplinkc v0.27.1
- Changed get_encryption_access return type from ctype pointer to string.
- Changed open_bucket parameters to take serializedEncryptionAccess as string instead of ctype pointer.
- Added functions related to access_scope.
- Added example for functions new_scope, parse_scope, etc in helloStorj.py