Conversation
…bsocket-server # Conflicts: # smallserver/app.py # smallserver/server.py # tests/test_server.py # tests/test_server_runtime.py
ci: release successful main builds
feat: configure SmallServer-owned SmallOS runtimes
feat: route server networking through the SmallOS kernel
# Conflicts: # README.md # pyproject.toml # smallserver/__init__.py # smallserver/app.py # smallserver/server.py # tests/test_server.py
…socket-server # Conflicts: # pyproject.toml # smallserver/__init__.py # smallserver/app.py # smallserver/server.py # tests/test_server.py # tests/test_server_runtime.py
This reverts commit e292b38.
feat: add timeout-bounded regex routing
feat: add bounded WebSocket server support
feat: add bounded cleartext HTTP/2 support
# Conflicts: # README.md # guide/api-reference.md # guide/configuration.md # guide/development.md # guide/errors-observability.md # guide/getting-started.md # guide/index.md # guide/protocol-roadmap.md # guide/requests-and-responses.md # guide/routing.md # guide/runtime-lifecycle.md # tests/test_documentation.py
docs: add comprehensive WebSocket server guide
feat: expose SmallOS adapters through SmallServer
chore: pin SmallOS v1.2.0 release
Owner
Author
|
Release gate note: the fresh Python 3.10 run exposed a test-only WebSocket TCP coalescing race. PR #15 fixes the fixture by preserving frames received with the HTTP 101 response; its Python 3.10, Python 3.12, and package checks all pass. Merge #15 into develop before merging this release PR so this PR refreshes on the corrected commit. |
…scing test: preserve coalesced WebSocket deadline frames
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.
Overview
This promotes the current
developbranch tomainfor the first SmallServer release.Features
app.listen()lifecycle, with optional caller-owned runtimes and managed runtime configurationmainv1.2.0releaseCurrent boundaries
TLS/ALPN, HTTP/1.1 keep-alive and pipelining, h2c upgrade/autodetection, WebSocket compression, RFC 8441, and automatic path-template decoding remain deferred.
Validation
The latest
developcommit passed the Python 3.10 and 3.12 test matrix and package build. Merging this PR will run the finalmainCI gate before the release workflow createsv0.1.0and its GitHub artifacts.