Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CentML
/
centml-python-client
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[SDK] Consolidate deployment log reading into fetch_logs
- #152
#152
Merged
V2arK
merged 22 commits into
main
CentML/centml-python-client:main
from
honglin/iter-deployment-logs
CentML/centml-python-client:honglin/iter-deployment-logs
Copy head branch name to clipboard
Sep 17, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
[SDK] Consolidate deployment log reading into fetch_logs
#152
V2arK
merged 22 commits into
main
CentML/centml-python-client:main
from
honglin/iter-deployment-logs
CentML/centml-python-client:honglin/iter-deployment-logs
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
Add iter_deployment_logs lazy streaming generator
Show description for 59ff8db
V2arK
committed
59ff8db
View commit details
Copy full SHA for 59ff8db
Browse repository at this point
Document iter_deployment_logs in README and logs example
Show description for 929ed95
V2arK
committed
929ed95
View commit details
Copy full SHA for 929ed95
Browse repository at this point
Document migrating deployment log reads from 0.5.x
Show description for 3c74db6
V2arK
committed
3c74db6
View commit details
Copy full SHA for 3c74db6
Browse repository at this point
Bound merge memory, pace polling, and split merge delay from dedup
Show description for 3c49222
V2arK
committed
3c49222
View commit details
Copy full SHA for 3c49222
Browse repository at this point
Qualify the whole-millisecond page guarantee
Show description for e2ab29a
V2arK
committed
e2ab29a
View commit details
Copy full SHA for e2ab29a
Browse repository at this point
State the follow ordering bound as the merge delay
Show description for cdd590b
V2arK
committed
cdd590b
View commit details
Copy full SHA for cdd590b
Browse repository at this point
Commits on Sep 16, 2026
Consolidate deployment log fetching into a single fetch_logs
Show description for 75655e3
V2arK
committed
75655e3
View commit details
Copy full SHA for 75655e3
Browse repository at this point
Document fetch_logs directions and the bounded caller tail loop
Show description for a18513c
V2arK
committed
a18513c
View commit details
Copy full SHA for a18513c
Browse repository at this point
Mark the deprecated log readers with the PEP 702 decorator
Show description for 69ccb1a
V2arK
committed
69ccb1a
View commit details
Copy full SHA for 69ccb1a
Browse repository at this point
Drop pylint disables for the globally disabled protected-access
Show description for 42b3f8b
V2arK
committed
42b3f8b
View commit details
Copy full SHA for 42b3f8b
Browse repository at this point
Rework fetch_logs into a single-pod open-ended generator
Show description for 9ccc81a
V2arK
committed
9ccc81a
View commit details
Copy full SHA for 9ccc81a
Browse repository at this point
Trim log docs to one window read and one tail example
Show description for 7588562
V2arK
committed
7588562
View commit details
Copy full SHA for 7588562
Browse repository at this point
Make chunk_size the server page size in fetch_logs
Show description for 4510b25
V2arK
committed
4510b25
View commit details
Copy full SHA for 4510b25
Browse repository at this point
Document resuming fetch_logs after a failed page
Show description for 0ae1fa3
V2arK
committed
0ae1fa3
View commit details
Copy full SHA for 0ae1fa3
Browse repository at this point
Correct the fetch_logs contract and restore the example guard
Show description for 523a7c1
V2arK
committed
523a7c1
View commit details
Copy full SHA for 523a7c1
Browse repository at this point
Say what a fully filtered log page yields
Show description for 30f4fab
V2arK
committed
30f4fab
View commit details
Copy full SHA for 30f4fab
Browse repository at this point
Stop suppressing warnings around the session constructor
Show description for f6cbc3d
V2arK
committed
f6cbc3d
View commit details
Copy full SHA for f6cbc3d
Browse repository at this point
Retry fetch_logs pages the store answers as busy
Show description for 0fc124d
V2arK
committed
0fc124d
View commit details
Copy full SHA for 0fc124d
Browse repository at this point
Drop the unreachable arms of the busy-page backoff
Show description for d4bd070
V2arK
committed
d4bd070
View commit details
Copy full SHA for d4bd070
Browse repository at this point
Re-derive the chunk_size default and clear the merge-era leftovers
Show description for 5befb25
V2arK
committed
5befb25
View commit details
Copy full SHA for 5befb25
Browse repository at this point
Pin that the busy-page backoff grows geometrically
Show description for 93ea7a2
V2arK
committed
93ea7a2
View commit details
Copy full SHA for 93ea7a2
Browse repository at this point
Name the pods the example did not pick, and the shape it does not show
Show description for 1fc73ac
V2arK
committed
1fc73ac
View commit details
Copy full SHA for 1fc73ac
Browse repository at this point
You can’t perform that action at this time.