Skip to content

Release 0.75.1 - #3659

Merged
odlbot merged 9 commits into
releasefrom
release-candidate
Jul 22, 2026
Merged

Release 0.75.1#3659
odlbot merged 9 commits into
releasefrom
release-candidate

Conversation

@odlbot

@odlbot odlbot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Carey P Gumaer

Matt Bertrand

Danielle Frappier

Anastasia Beglova

Sar

Chris Chudzicki

Ahtesham Quraish

ahtesham-quraish and others added 9 commits July 21, 2026 14:11
…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
@github-actions

Copy link
Copy Markdown

OpenAPI Changes

No changes detected

View full changelog

Unexpected changes? Ensure your branch is up-to-date with main (consider rebasing).

@odlbot
odlbot merged commit 31acd85 into release Jul 22, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants