v1.0.0
What's Changed
- Fix ASGI routing compatibility and docs by @butkoden in #1
- Fix ASGI static responses to send proper HTTP start/body by @butkoden in #2
- Task 13: ASGI runtime logging, stability and docs by @butkoden in #3
- Task 13: ASGI runtime/logging/docs + GitHub config by @butkoden in #4
- Task 13.2: ASGI critical coverage expansion by @butkoden in #5
- Task 13.3: merge muscular-asgi entrypoint into muscles-asgi by @butkoden in #6
- Fix #7: Swagger UI primaryName from API metadata by @butkoden in #8
- Add ASGI production deploy notes by @butkoden in #12
- Release from develop: production docs sync by @butkoden in #13
- muscles-asgi#9,#10: logger for print_tree + configurable OpenAPI version by @butkoden in #14
- Release: ASGI logger/OpenAPI configurability + v1 major by @butkoden in #15
- feat: add default /docs and /openapi.json endpoints by @butkoden in #20
- release: develop -> master by @butkoden in #21
- release: develop -> master by @butkoden in #22
- test: add isolated DI hot-path profile smoke for ASGI (#23) by @butkoden in #24
- feat: stateless ASGI context execution and persistent server lifecycle (#25 #26) by @butkoden in #27
- feat: support core response contract in ASGI runtime by @butkoden in #28
- feat(asgi): explicit asgi context over legacy fallback by @butkoden in #29
- [codex] optimize ASGI handle_request hot path by @butkoden in #30
- asgi: add stateful flag for cached controller instances by @butkoden in #31
- Refactor ASGI router matching to core Itinerary by @butkoden in #32
- Develop by @butkoden in #33
- feat: ASGI canonical route aliases contract by @butkoden in #35
- Optimize ASGI route cache with selected route payload by @butkoden in #36
- Fix duplicated swagger/schema prefix handling in RestApi by @butkoden in #37
- Handle method-mismatch routes as empty JSON 404 by @butkoden in #38
- docs: document RestApi swagger defaults and overrides by @butkoden in #39
- Add ASGI framework pipeline helpers by @butkoden in #40
- Align ASGI runtime with framework example parity by @butkoden in #41
- Use core backend pipeline in ASGI runtime by @butkoden in #42
- Fix ASGI correctness and typing baseline by @butkoden in #44
- Add optional ASGI action bridge by @butkoden in #46
- docs: add ecosystem links to ASGI package by @butkoden in #47
- refactor: remove duplicated schema package by @butkoden in #48
- Project ASGI routes into application registry by @butkoden in #49
- Clarify ASGI route projection docs by @butkoden in #50
- Mount ASGI APIs and trace dispatch by @butkoden in #51
Full Changelog: v0.0.1...v1.0.0