]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2019-02-18  Tom ChristiePrevent code formatters from moving deliberatly late... 398/head
2019-02-18  Tom ChristieFix imports
2019-02-18  Tom ChristieAdd Jinja2Templates component
2019-02-18  Taoufiktiny typo (#397)
2019-02-17  Santiagodocs: typo in databases + better links in third party...
2019-02-16  Sebastián RamírezUpdate FastAPI example to make style/difference explici...
2019-02-14  Tom ChristieMove to 'databases' instead of built-in DatabaseMiddlew...
2019-02-13  Eugene MolotovAdd python version restriction (#387)
2019-02-12  TaoufikAdd Nejma to third party packages (#385)
2019-02-11  Tom ChristieVersion 0.10.2
2019-02-11  Tom ChristieDon't drop explict port on HTTPS redirects (#382)
2019-02-11  Pradip CaulagiPython 3.8 requires openssl support which is available...
2019-02-05  José Antonio... Update Starlette API section in third-party docs (...
2019-02-01  Hiroyuki TanakaAdd content_type attribute to UploadFile (#371)
2019-01-30  Tom ChristieVersion 0.10.1 0.10.1
2019-01-30  Tom ChristieRouting for Hosts and Subdomains (#363)
2019-01-30  Tom ChristieMySQL driver support (#366)
2019-01-30  Jordan EremieffMangum dropped support for FaaS generally, updating...
2019-01-28  Florimond MancaAdd Bocadillo to third-party frameworks (#362)
2019-01-28  Jordan EremieffAdd section for Mangum to third-party plugins (#361)
2019-01-26  Henrik Ossipoff... Default rollback_on_shutdown to false in DatabaseMiddle...
2019-01-25  TaoufikUpdate link to https (#356)
2019-01-25  Tom ChristieDatastructure cleanups (#355) 0.10.0
2019-01-25  Henrik Ossipoff... Use correct name for yaml.dump (#354)
2019-01-25  Steinn Eldjárn... Pass on include_in_schema param (#352)
2019-01-25  Tom ChristieAdd executor_class to GraphQLApp (#350)
2019-01-25  Tom ChristieWebSockets now default to sending JSON using text dataf...
2019-01-25  Tom ChristieExample ASGI apps now ensure scope['type'] is expected...
2019-01-25  Tom ChristieWebSocket support for auth (#347)
2019-01-25  tchan09Fix typo in scope check for 'websocket' (#335)
2019-01-25  Tom ChristieMultiDict (#345)
2019-01-25  Tom ChristieDon't force isort on tests
2019-01-24  Tom ChristieAdd FormData.close() (#344)
2019-01-24  Daniel Hahlerminor: fix typo: s/fragement/fragment (#346)
2019-01-23  Tom ChristieAdd ImmutableMultiDict (#343)
2019-01-23  Tom ChristieVersion 0.9.11 0.9.11
2019-01-22  Tom ChristieUse urlsplit, not urlparse (#341)
2019-01-22  Tom ChristieMulti item form data (#339)
2019-01-22  Tom ChristieEnsure query params behavior matches standard mappings...
2019-01-22  Taoufikf-strings everywhere (#334)
2019-01-21  Daniel Hahlerdoc: exceptions: keep original status_code (#331)
2019-01-18  Pierre VanlieflandSession cookie expires (#326)
2019-01-16  Tom ChristieMinor cleanups (#324)
2019-01-15  Florimond Mancamerge DebugGenerator into ServerErrorMiddleware (#323)
2019-01-15  Tom ChristieVersion 0.9.10 0.9.10
2019-01-15  Tom ChristieAdd `request.is_disconnected()` (#320)
2019-01-14  Tom ChristieIgnore database coverage if STARLETTE_TEST_DATABASE...
2019-01-14  Tom ChristieApply URL escaping to form encoded key names. (#318)
2019-01-14  Tom ChristieTweaks to CONTRIBUTING docs and install script
2019-01-14  Florimond MancaInstall script (#300)
2019-01-14  Tom ChristieSupport HEAD for GraphQL
2019-01-14  Tom ChristieDrop body from responses on HEAD requests (#317)
2019-01-10  Tom ChristieFlexible requires decorator (#314)
2019-01-10  Tom ChristieRemove unused imports, with 'autoflake' (#313)
2019-01-10  Tom ChristieSupport `@requires` as a method decorator (#312)
2019-01-08  Mickaël SchoentgenFix several ResourceWarning: unclosed file (#310)
2019-01-08  Taku FukadaPass operationName to GraphQL executor (#309)
2019-01-07  Tom Christietype of subprotocol is str, not List[str] (#308)
2019-01-07  Steven LoriaAdd webargs-starlette to Third Party Packages page...
2019-01-04  Sebastián RamírezFix multi field forms parsing after already having...
2019-01-03  Steven LoriaFix documentation for Secret and DatabaseURL (#303)
2019-01-02  Carloinclude license file (#299)
2019-01-02  Florimond MancaAdd contributing guidelines (#292)
2018-12-26  Florimond Mancafix population of content-type and content-length heade...
2018-12-19  Tom ChristieMerge branch 'tiangolo-third-parties'
2018-12-19  Tom ChristieMinor tweaks to third party package docs
2018-12-18  Sebastián RamírezAdd Third Parties section to docs 285/head
2018-12-18  Pierre VanlieflandFix CommaSeparatedStrings code block (#282)
2018-12-18  Sebastián RamírezAdd tests for fixed path handling and docs (#280)
2018-12-18  Pierre VanlieflandAdd on_error parameter to AuthenticationMiddleware...
2018-12-18  Xavier BarbosaFix mixed uploaded files and data (#277)
2018-12-17  Igor NehoroshevAdd security flags to session cookie (#276)
2018-12-14  Tom ChristieDocs for CommaSeparatedStrings 0.9.9
2018-12-14  Tom ChristieAdd `CommaSeparatedStrings` datatype (#274)
2018-12-14  Tom ChristieAdd BackgroundTasks for multiple jobs. Support GraphQL...
2018-12-14  Tom ChristieAdd request.client (#272)
2018-12-14  Tom ChristieRefactor LifespanHandler (#271)
2018-12-13  Tom ChristieAdd HTTPConnection. Base class for both Request and...
2018-12-13  Tom ChristieAdd TemplateResponse. (#269)
2018-12-13  Jordan EremieffSupport text json in decode method for websocket endpoi...
2018-12-11  Daniel Hahlertests: skip test_database without DATABASE_URL (#263)
2018-12-11  Daniel HahlerFix grammar with assertion message (#266)
2018-12-11  Daniel HahlerREADME: minor revisit [ci skip] (#265)
2018-12-11  Daniel Hahlersetup.py: add asyncpg to "full" extras_require (#264)
2018-12-11  Daniel HahlerRemove _TestClient indirection (#262)
2018-12-10  Pierre VanlieflandUpdate authentication.md (#260)
2018-12-10  Tom ChristieAdd executemany (#259) 0.9.8
2018-12-07  Tom ChristieVersion 0.9.7 0.9.7
2018-12-07  Tom ChristieFix SQLAlchemy link
2018-12-07  Tom ChristieAuthentication (#256) 0.9.6
2018-12-07  Raja SimonFix file path argument (#255)
2018-12-07  Sebastián RamírezAdd py.typed marker to setup.py (#253)
2018-12-07  Tom ChristieUpdate database docs
2018-12-06  Tom ChristieAdd scripts/clean
2018-12-06  Tom ChristieVersion 0.9.5 0.9.5
2018-12-06  Tom ChristieUpdate config docs
2018-12-05  Tom ChristieVersion 0.9.4 (#251) 0.9.4
2018-12-05  Tom ChristieUse Starlette 'environ' when reading config
2018-12-05  Tom ChristieAdd Secret
2018-12-05  Tom ChristieAdd Environ, DatabaseURL
next