Release 0.75.1 - #3659
Merged
Merged
Conversation
…ing and Extract a shared audio engine from the two podcast players (#3628) * refactor: Extract a PodcastPageShell for shared player/breadcrumb wiring and Extract a shared audio engine from the two podcast players --------- Co-authored-by: Ahtesham Quraish <ahtesham.quraish@192.168.1.139>
* fix: emit OpenTelemetry HTTP server spans under ASGI
Add opentelemetry-instrumentation-asgi. learn-webapp runs under Granian's
ASGI interface, so every request is an ASGIRequest. DjangoInstrumentor's
middleware only creates a span for an ASGI request when the ASGI support
package is importable; it is not a dependency of
opentelemetry-instrumentation-django, so _is_asgi_supported was False and the
middleware silently no-opped on every request -- learn-webapp produced zero
inbound HTTP spans. No code change is needed: the already-active Django
instrumentor picks up ASGI support once the package is installed.
Adds main/otel_asgi_test.py, which asserts the middleware emits a SERVER span
for an ASGIRequest. Because the OTel instrumentation packages are versioned in
lockstep, adding this member moved the family 0.61b0->0.65b0 in uv.lock.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* test: drop obsolete warning suppression in otel asgi test
The suppressed pkg_resources DeprecationWarning came from the old OTel
stack; 0.65b0 no longer references pkg_resources, so the blanket
simplefilter("ignore") is dead code that could mask a real regression
warning from the middleware calls. Remove it (and the now-unused
warnings import); the test still passes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This bot has been generating a disproportionate share of load against expensive, uncached SSR routes in production, contributing to the backend webapp repeatedly hitting its HPA replica ceiling. robots.txt is advisory only, so this doesn't guarantee compliance -- if request volume from this user agent doesn't drop, blocking it at the gateway/WAF layer is the follow-up. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
…3656) * display programs without display_mode set on the program dashboard * fix test * pluralization * remove recursion for now
OpenAPI ChangesNo changes detected Unexpected changes? Ensure your branch is up-to-date with |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Carey P Gumaer
Matt Bertrand
Danielle Frappier
Anastasia Beglova
Sar
Chris Chudzicki
Ahtesham Quraish