Releases: filswan/python-mcs-sdk
Releases · filswan/python-mcs-sdk
Change to backup URL
Full Changelog: v0.3.2...v0.3.2.urlChange
V0.3.2
V0.3.1
- We changed the Package Name from mcs to swan_mcs to avoid package reference conflicts.
- Added support for IPFS folder uploads and download
- Will automatically help users to create the corresponding folder according to the object name
- Added support for uploading Replace files with the same name
- list_buckets function now returns a list of Bucket objects or None if an error occurs. (Was False before)
- list files function now returns a list of File objects or None if an error occurs. (Was False before)
- upload_file function now returns a File object or None if an error occurs. (Was False before)
- upload_folder function now returns a list of File objects or None if an error occurs. (Was an empty list before)
- delete_file function now returns True if successful or False if an error occurs. (Was None before)
- create_folder function now returns True if successful or False if an error occurs. (Was None before)
v0.2.12
-
Support subdomain download
-
Faster retrieval of data
v0.2.1
- We have refactored the Bucket module to encapsulate the return information as an object and return it to the user.
- Added more explicit error messages, which will make it easier for users to use.
v0.2.0
python-mcs-sdk v0.2.0
- Updated bucket
- API Key login
- Optimized SDK structure
What's Changed
- Updated version of bucket APIs.
- Now users can only log in and view information through APIKey.
- Now users can initialize the SDK with just one line of code.
v0.1.7
python-mcs-sdk v0.1.7
- Support bucket
- Bugfix for bucket upload
What's Changed
- Updated error handler for better clearance when using python MCS SDK.
- Updated the upload function to fix a previous corrupted files error on IPFS server.
v0.1.5
python-mcs-sdk v0.1.5
- Major release adding simple upload solution
What's Changed
- Adding upload module to the package for simple upload.
- Update readme demo for using simple upload to upload to MCS.
v0.1.4
python-mcs-sdk v0.1.4
- Major release for bug fixing
What's Changed
- Fixed major bug in previous release cause python MCS SDK unable to login.
- Changed mint contract from ERC271 to ERC1155
v0.1.3
python-mcs-sdk v0.1.3
- Minor release for multichain.storage SDK
What's New
- MCS now uses a new ERC-1155 contract