2024-03-19
Release Notes for Version 0.1.14
New Features
Bucket Name in SM API: The SM API has been updated to include
bucket_name
as part of its functionality, allowing for more granular control and identification of storage resources.User Tracking: A new User Tracking feature has been implemented, which can be utilized through the User API. This feature is designed to enhance user management and activity monitoring.
Finter Import Optimization: Clarified instructions on optimizing finter imports to improve performance and efficiency in code execution.
Bug Fixes
Gallery Component: Addressed an issue where the gallery component would not load images under certain conditions. This fix ensures a smoother user experience when browsing image galleries.
Known Issues
No known issues have been reported for this release.
Documentation Updates
Added
UserApi.md
to the documentation to provide guidance on the new User Tracking feature.Updated
SmApi.md
to reflect the changes made to the SM API, including the addition ofbucket_name
.
Tests
Introduced
test_user_api.py
to ensure the User API functions as expected and to validate the new user tracking feature.
Last updated