Changelog¶
sxcu-v4.1.0¶
New Features¶
Allow uploading a file directly from
io.BytesIO, seefileobjparameter insxcu.SXCU.upload_file()Allow passing
io.StringIOfile as config file inSXCU
Other changes¶
Deprecate
file_sxcuinSXCU, usesxcu_configinstead.Deprecate
fileparameter insxcu.SXCU.upload_file(), usenameinstead.
sxcu-v4.0.0¶
This contains support for sxcu.net API v2.
Breaking changes¶
Removed support for sxcu.net API v1 which is deprecated and would be removed soon.
Remove
edit_collectionmethod. I was informed it was to be removed soon from the API.A default logging handler which print debug info is removed. Please set up your own handler. Details at Using Logging.
Deprecate
upload_image. Useupload_fileinstead.Deprecate
collection_details. Usecollection_metainstead.Deprecate
image_details. Usefile_metainstead.Deprecate
domain_list. Uselist_subdomaininstead.
New Features¶
Added support for
site_nameinOGPropertiesAdded support for
self_destructinupload_file.
Bug fixes¶
Fix
sxcu.__version__printing displaying wrong version.
Other changes¶
Miscellaneous typo fixes.
Slightly improve language in request handler.
Changed the default user agent to contain a URL to this project.
sxcu-v3.2.0¶
Update for new API changes
sxcu-v3.1.0¶
Added
OGProperties.from_json()method.Fix broken Error Handler. It raises
SXCUErrorwhen there is an error from server now.Update API details. (slightly)
sxcu-v3.0.0¶
Rename
og_propertiestoOGProperties.Add support for
discord_hide_url.
sxcu-v2.0.0¶
Introduced a logger class so that users can know what really happened. User’s can just set a logging handle and it will automatically write logs as in any other library.
Improved Interface with Requests. Instead of Directly calling it now logs them and goes through
__client__.Moved version to
__version__and added other meta data to it.Now it handle’s server response codes. Previously it was rising JSON decode Error which was unexpected and could cause problems.
sxcu-v1.0.1¶
Fixed an issue in reading
.sxcufile. (PR-10)Fixed
__version__and removed a dependency.
sxcu-v1.0.0¶
New Features¶
Create a new logo.
Added a missing API method
image_details().Fix a bug due to subdomain parsing while using
.sxcufiles.Add a missing endpoint of
edit_collection().Fixed a bug in
create_link()
For developers¶
Added docs at https://sxcu.syrusdark.website.
Added a few Tests.
Enforce formatting with pre-commit.
Added test Coverage
Linting For Pull Requests Added.
sxcu-v0.1.0-alpha.0¶
Initial release with basic structure.