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
chore(release): prep 6.55.0 - a live window is sized by what the session can hold
AE#443 is the headline: a DVR window deeper than the producer's resident cap
filled to the cap before the playlist had slid once, parked the pump for the
rest of the session, and then killed the origin behind it because a parked pump
stops draining its socket. AE#441 gets both halves of its retest (the resume
clamp now triggers on the bound it lands on, and eviction stops at the
consumer's next fetch instead of unlinking a segment mid-serve), AE#446 serves a
stalled window as the finite asset it is, AE#445 pools the seam every custom
reader comes through, and AE#440's live-join cushion becomes the default after
the device A/B.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WbciAqCSxpaiUpTumrCuA9
Dependency Rule: Up to Next Major Version, starting from `6.54.0`. Add the `AetherEngine` library product to your app target.
21
+
Dependency Rule: Up to Next Major Version, starting from `6.55.0`. Add the `AetherEngine` library product to your app target.
22
22
23
23
3.**Drop the file in.** Replace the Xcode template's default `App.swift` (or whatever the generated `@main` file is called) with the contents of [`MinimalPlayerApp.swift`](MinimalPlayer/MinimalPlayerApp.swift). The file is self-contained: it defines both the `@main App` struct and the `ContentView`.
@@ -528,10 +528,10 @@ Browse all of this as a searchable site at **[aetherengine.superuser404.de](http
528
528
AetherEngine uses [Semantic Versioning](https://semver.org). The public API surface, every `public` declaration in `Sources/AetherEngine/`, is the stability contract. **Major** removes / renames public symbols or breaks adopters; **Minor** adds public API or codec / format support; **Patch** fixes bugs with no public API change. `internal` types are not part of the contract.
0 commit comments