-
Notifications
You must be signed in to change notification settings - Fork 179
Comparing changes
Open a pull request
base repository: SwanHubX/SwanLab
base: v0.6.11
head repository: SwanHubX/SwanLab
compare: v0.6.12
- 8 commits
- 47 files changed
- 5 contributors
Commits on Oct 9, 2025
-
chore: update and add GitHub issue templates (#1293)
* Update and add GitHub issue templates Refactored bug and network report templates for clarity and improved user guidance. Added a new web report template for browser-related issues. Renamed feature request template to maintain sequential naming. * Update web report issue template labels Changed the default label from 🐛 bug to 💥 web in the web report issue template to better categorize web-related problems. * Update network-related issue guidance in bug report template Revised the wording for network-related issues in the bug report template to direct users to 'Report a network-related problem' for clarity.
Configuration menu - View commit details
-
Copy full SHA for 460bb1a - Browse repository at this point
Copy the full SHA 460bb1aView commit details -
chore: update web report issue template wording (#1294)
Renamed 'Web report' to 'Website report' and updated related labels and instructions for clarity. This improves consistency and better reflects the scope of issues being reported.
Configuration menu - View commit details
-
Copy full SHA for c54bf79 - Browse repository at this point
Copy the full SHA c54bf79View commit details
Commits on Oct 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 27997e6 - Browse repository at this point
Copy the full SHA 27997e6View commit details
Commits on Oct 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0cf4ec4 - Browse repository at this point
Copy the full SHA 0cf4ec4View commit details -
fix: use timezone-aware UTC datetimes in client modules (#1298)
* Use timezone-aware UTC datetimes in client modules Replaced usage of datetime.utcnow() with datetime.now(UTC) in both Client and CosClient classes to ensure timezone-aware UTC datetime objects. This addresses previous issues with naive datetime objects and improves reliability in time comparisons. * Refactor UTC time handling and add utc_time utility Introduced a new utc_time() utility in swanlab/env.py to standardize UTC datetime retrieval. Updated Client and CosClient to use utc_time() instead of direct datetime usage. Added unit tests for utc_time to ensure correct behavior. * Fix timezone handling for sid and COS expiration checks Updated sid expiration and COS expiration logic to correctly handle timezone-aware datetime objects. Removed redundant sid_expired_at property and ensured UTC timezone is set for sid expiration comparison.
Configuration menu - View commit details
-
Copy full SHA for b581376 - Browse repository at this point
Copy the full SHA b581376View commit details
Commits on Oct 12, 2025
-
feat: add bark notification callback (#1301)
Co-authored-by: Zhiyuan Zhao <[email protected]> Co-authored-by: Kang Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f652f2 - Browse repository at this point
Copy the full SHA 0f652f2View commit details
Commits on Oct 16, 2025
-
Localize issue templates to Chinese (#1306)
Translated all GitHub issue templates and config descriptions from English to Chinese, including bug, network, website, and feature request forms. Also updated label formatting for clarity and consistency.
Configuration menu - View commit details
-
Copy full SHA for 1122d72 - Browse repository at this point
Copy the full SHA 1122d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 269ffbb - Browse repository at this point
Copy the full SHA 269ffbbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.11...v0.6.12