This release includes 3 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+6 more
ReleasePort's take
Light signalReleasePort Layer 1 v0.7.1 updates the Channel API with lifecycle version 2, adding RPCAbortedError and eliminating abortPending.
Why it matters: The refactor changes how channel operations are aborted; code using abortPending must be updated before upgrading to v0.7.1.
Summary
AI summaryChannel lifecycle v2 introduces RPCAbortedError and removes the abortPending method.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Removes abortPending method from Channel lifecycle implementation. Removes abortPending method from Channel lifecycle implementation. Source: llm_adapter@2026-07-13 Confidence: low |
— |
| Bugfix | Low |
Applies 0.7.0 review fixes. Applies 0.7.0 review fixes. Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Refactor | Low |
Introduces Channel lifecycle v2 with RPCAbortedError and core-owned outbound queue. Introduces Channel lifecycle v2 with RPCAbortedError and core-owned outbound queue. Source: llm_adapter@2026-07-13 Confidence: high |
— |
Full changelog
Published to npm: https://www.npmjs.com/package/@dotex/saferpc/v/0.7.1
What's Changed
- Channel lifecycle v2: RPCAbortedError, core-owned outbound queue, no abortPending by @Cyace84 in https://github.com/dotexorg/saferpc/pull/3
- 0.7.0 review fixes by @Cyace84 in https://github.com/dotexorg/saferpc/pull/2
Full Changelog: https://github.com/dotexorg/saferpc/compare/v0.6.1...v0.7.1
Breaking Changes
- Removed `abortPending` method from channel API.
- Introduced `RPCAbortedError` for aborted RPCs.
- Outbound queue is now core‑owned.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ERPC
All releases →Related context
Related tools
Earlier breaking changes
- v0.8.0 Certificate and multifactor auth helpers removed.
- v0.8.0 Node version floor raised to >=20.19.0; earlier versions unsupported.
- v0.8.0 Default sendTimeout reduced from 10s to 3s.
- v0.8.0 Deferred session reset only on RPCAbortedError("TIMEOUT").
- v0.8.0 Auto-retry removed; timeouts now raise RPCAbortedError.
Beta — feedback welcome: [email protected]