• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / stash / 20688120377
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-6
DEFAULT BRANCH: master
Ran 04 Jan 2026 05:18AM UTC
Jobs 1
Files 32
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jan 2026 05:16AM UTC coverage: 83.553%. Remained the same
20688120377

Pull #59

github

umputun
feat(sdk): add SSE subscription support to Python, TypeScript, and Java clients

Add real-time key change subscriptions via Server-Sent Events to all SDK
clients, matching the Go SDK implementation:

Python SDK:
- Add sseclient-py dependency for SSE parsing
- Subscription class with iterator protocol and context manager
- Auto-reconnection with exponential backoff (1s-30s)

TypeScript SDK:
- Native fetch + ReadableStream implementation (no dependencies)
- Async iterator with Symbol.asyncIterator
- AbortController for cancellation

Java SDK:
- HttpClient streaming with background thread
- Subscription interface extending AutoCloseable + Iterable
- BlockingQueue for thread-safe event delivery

All implementations support:
- subscribe(key), subscribePrefix(prefix), subscribeAll()
- Authorization header for authenticated connections
- Automatic reconnection with exponential backoff
Pull Request #59: feat(sdk): add SSE subscription support to Python, TypeScript, and Java clients

4054 of 4852 relevant lines covered (83.55%)

76.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20688120377.1 04 Jan 2026 05:18AM UTC 32
83.55
GitHub Action Run
Source Files on build 20688120377
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #59
  • PR Base - master (#20687729226)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc