This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🚀 Release v0.3.0 - Major API Enhancements and Breaking Changes
📋 Overview
This pull request introduces significant improvements to the PyOutlineAPI client, including new API methods, enhanced error handling, improved type safety, and architectural refinements. This release contains breaking changes that require attention during migration.
🆕 New Features
📡 Extended API Coverage
create_access_key_with_id()- Create access keys with custom IDs for better organizationget_experimental_metrics()- Access detailed server analytics and performance metricsset_global_data_limit()/remove_global_data_limit()- Manage server-wide data transfer limits🔄 Robust Retry Mechanism
🏗️ Architectural Improvements
exceptions.py) for better error hierarchyMIN_PORT,MAX_PORT, retry configurations🔧 API Behavior Changes
json_format=True(JSON dict)json_format=False(Pydantic models)inttypestrtypeget_transfer_metrics(period=...)get_transfer_metrics()📝 Migration Examples
Click to expand migration guide
🔧 Improvements
🛡️ Enhanced Error Handling
📊 Better Type Safety
by_alias=True⚡ Performance Optimizations
🧪 New API Methods Examples
🧹 Removed/Deprecated
MetricsPeriodenum (API doesn't support period filtering)🔍 Testing & Quality
📚 Documentation Updates
🚨 Action Required
For maintainers:
For users:
inttostr📈 Metrics
Version: 0.3.0
Backward compatibility: ❌ Contains breaking changes
Migration complexity: 🟡 Medium (clear migration path provided)
Recommended action: Staged rollout with thorough testing