]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2018-11-23  Tom ChristieDisable deprecation warnings (triggered by third party...
2018-11-23  Tom ChristieVersion 0.8.7 0.8.7
2018-11-23  Tom ChristieAsyncio cleanups (#236)
2018-11-23  Shen Liadd tests for chunked requests (#235)
2018-11-22  Tom ChristieVersion 0.8.6 0.8.6
2018-11-22  Tom ChristieUse path=/ for session cookies (#232)
2018-11-21  Alexander Botelloremove unused imports (#228)
2018-11-21  Alexander Botellodelete print statement (#227)
2018-11-18  TaoufikUpdate broken link (#224)
2018-11-16  Romanfix typo (#219)
2018-11-16  Tom ChristieVersion 0.8.5 0.8.5
2018-11-16  Tom ChristieTweak test case
2018-11-16  Tom ChristieMerge branch 'master' of https://github.com/encode...
2018-11-16  supriyo-biswasFix incorrect decoding of application/x-www-form-urlenc...
2018-11-16  Tom ChristieURL convertors (#221)
2018-11-14  赖信涛Suooprt HTTP 304 for static files. (#212)
2018-11-14  David LarletDocumentation typo (#218)
2018-11-12  Tom ChristieMerge branch 'master' of https://github.com/encode...
2018-11-11  Jesse BrahamInclude Jinja2 in the [full] optional package (#213)
2018-11-10  Jordan EremieffMove arg (#210)
2018-11-09  Tom ChristieVersion 0.8.4 0.8.4
2018-11-09  Tom ChristieDefault to empty body on responses (#208)
2018-11-09  Tom ChristieVersion 0.8.3 0.8.3
2018-11-09  Tom ChristieMerge branch 'master' of https://github.com/encode...
2018-11-09  Tom ChristieURL reconstruction fix (#204)
2018-11-09  Tom ChristieAdd name to app routes (#205)
2018-11-08  Tom ChristieVersion 0.8.2 0.8.2
2018-11-08  赖信涛Do not read file for HEAD method on StaticFiles (#176)
2018-11-08  Tom ChristieAdd Jinja2 link
2018-11-08  Tom ChristieJinja2 (#198) 0.8.1
2018-11-08  Tom ChristieMerge branch 'master' of https://github.com/encode...
2018-11-08  Tom ChristieLink to example repo
2018-11-08  Tom ChristieRemove redundant test cases
2018-11-08  Tom ChristieVersion 0.8.0 0.8.0
2018-11-08  Tom ChristieAdd SessionMiddleware's max_age to docs
2018-11-08  Jesse BrahamImplement session expiry with configurable maximum...
2018-11-08  Tom ChristieRejig ExceptionMiddleware and ServerErrorMiddleware...
2018-11-08  Witekkqfixed issue 188,trailing spaces not allowed in header...
2018-11-08  Alexander BotelloStaticFiles will check if directory exists upon instant...
2018-11-07  Tom ChristieVersion 0.7.4 0.7.4
2018-11-07  Tom ChristieAdd `async run_in_threadpool(func, *args, **kwargs...
2018-11-06  Tom ChristieAdd template snippet
2018-11-06  Tom ChristieVersion 0.7.3 0.7.3
2018-11-06  Tom ChristieAdd support for name to mount points. (#184)
2018-11-06  Tom ChristieAdd docs for third party middleware classes
2018-11-06  Tom ChristieVersion 0.7.2 0.7.2
2018-11-06  Tom ChristieAdd `@app.middleware(...)` decorator (#183)
2018-11-05  Tom ChristieAdd 'endpoint' info to scope when routing
2018-11-05  Tom ChristieMutate scope, rather than copying it.
2018-11-05  Tom ChristieDrop redundant 'router' in scope
2018-11-05  Tom ChristieVersion 0.7.1 0.7.1
2018-11-05  UrchinUpdate README.md (#174)
2018-11-05  Marcos Schrohfeat(DebugMiddleware): Output improved. (#179)
2018-11-05  Tom ChristieAdd www_redirect behavior to TrustedHostsMiddleware...
2018-11-05  zya-performance adds background task param to StreamingResponse and...
2018-11-05  Tom ChristieFinesse mount routing (#173)
2018-11-01  Tom ChristieUpdate 'Performance' section
2018-11-01  Tom ChristieVersion 0.7.0 0.7.0
2018-11-01  Tom ChristieDrop add_graphql_route, in favor of more consistent...
2018-11-01  Tom ChristieAdd OpenAPIResponse, API Schema docs, etc... (#171)
2018-11-01  Alexander BotelloSession property asserts that SessionMiddleware is...
2018-11-01  Tom ChristieDrop lifespan.cleanup in favor of lifespan.shutdown...
2018-11-01  Tom ChristieReturn strings from `url_path_for` (#169)
2018-10-31  Tom ChristieFix linking
2018-10-31  Tom ChristieLink out to other projects
2018-10-30  Tom ChristieVersion 0.6.3 0.6.3
2018-10-30  Tom ChristieRouting tweaks (#164)
2018-10-30  Kamil EndruszkiewiczAllow handler-like objects within routing (#163)
2018-10-30  Johan ZietsmanFixes to static files documentation. (#162)
2018-10-29  Tom ChristieUpdate README/homepage
2018-10-29  Tom ChristieSupport clearing sessions (#158) 0.6.2
2018-10-29  Tom ChristieSession middleware (#157)
2018-10-29  Tom ChristieUse isort for consistent import ordering (#156)
2018-10-29  Tom ChristieDocs on BaseHTTPMiddleware
2018-10-29  Tom ChristieBaseHTTPMiddleware (#155) 0.6.1
2018-10-29  Tom ChristieSupport app.url_path_for and request.url_for (#153)
2018-10-29  Tom ChristieAdd release notes
2018-10-29  Tom ChristieRouting interface (#144)
2018-10-29  Tom ChristieDomain wildcards for trusted host (#151)
2018-10-28  Alexander BotelloDrop support for `StaticFile` (#145)
2018-10-28  Alexander BotelloCall urllib.parse.unquote on decoded field value (...
2018-10-26  Ryan KaskelReturn an iterator over keys for Headers and QueryParam...
2018-10-26  Alexander BotelloSupport a routing interface for `Router` (#143)
2018-10-22  Tom ChristieVersion 0.5.5 0.5.5
2018-10-22  Tom ChristieEnsure WSGI middleware only handles http messages
2018-10-22  Alexander BotelloSupport either `cleanup` or `shutdown` in ASGI lifespan...
2018-10-21  Alexander BotelloAdd documentation to reflect `add_event_handler` (...
2018-10-20  Oliver TsoFix events docs typo. (#131)
2018-10-18  Tom ChristieInclude 'add_graphql_route'
2018-10-18  Tom ChristieVersion 0.5.4 0.5.4
2018-10-18  Tom ChristieAdd 'app.add_graphql_route()'
2018-10-18  Tom ChristieVersion 0.5.3 0.5.3
2018-10-18  Tom ChristieAdd graphiql support
2018-10-18  Tom ChristieVersion 0.5.2 0.5.2
2018-10-18  Tom ChristieGraphQL support (#126)
2018-10-18  Tom ChristieRevisit WebSocket status codes (#119)
2018-10-18  Alexander BotelloSupport a function-based interface for adding events...
2018-10-18  Alexander BotelloFix example import statement (#123)
2018-10-17  Tom ChristieMerge branch 'master' of https://github.com/encode... 0.5.1
2018-10-17  Tom ChristieVersion 0.5.1
next