- Implements tests for FastAPI StaticFiles and anyio thread patch
(
a30f53e)
-
runtime-sdk: Percent-decode
scope["path"]per the ASGI spec (#169,2138e44) -
runtime-sdk: Percent-decode scope["path"] per the ASGI spec (#169,
2138e44)
-
runtime-sdk: Deliver client WebSocket close events to the ASGI app (#158,
6f53155) -
runtime-sdk: Register the WebSocket close handler on onclose (#158,
6f53155) -
runtime-sdk: Surface client closes as websocket.disconnect (#158,
6f53155)
-
Ensure self.env and top-level env uses a same class (#136,
e627c11) -
Update FetchResponse.headers to return HTTPMessage (#136,
e627c11)
-
Apply bindings wrapper to Images, RateLimit, and Analytics Engine (#130,
79eeaf9) -
Wrap AI, Images, Analytics Engine, Vectorize and RateLimit Bindings to accept native Python objects (#130,
79eeaf9)
-
Auto-convert Python objects that are passed to/from Queue (#123,
906a10a) -
Auto-convert Python objects that are passed to/from Queue Binding (#123,
906a10a)
-
runtime-sdk: Revise type conversion for Durable Object binding (#112,
b12650e) -
runtime-sdk: Revise type conversion to support bindings more natively (#112,
b12650e) -
runtime-sdk: Update js object conversion logic to support cloudflare bindings more natively. (#112,
b12650e)
- Implements cf accessor on Request
(
5777f80)
-
Wrap DurableObject.abort() so that python cleanup can be done before abort (#106,
bf6acf2) -
runtime-sdk: Wrap DO.abort() to cleanup stale tasks before abortion (#106,
bf6acf2)
- Initial Release