Tom Christie
da079b8538
Docs for CommaSeparatedStrings
2018-12-14 16:23:26 +00:00
Tom Christie
fe2b926009
Add `CommaSeparatedStrings` datatype ( #274 )
...
* Add CommaSeparatedStrings datatype
* Version 0.9.9
2018-12-14 16:22:31 +00:00
Tom Christie
96c09044e8
Add BackgroundTasks for multiple jobs. Support GraphQL background tasks. ( #273 )
2018-12-14 14:56:31 +00:00
Tom Christie
a2613494a4
Add request.client ( #272 )
...
* Add request.client
* Docs for request.client
2018-12-14 09:58:27 +00:00
Tom Christie
4745fb1aef
Add TemplateResponse. ( #269 )
...
* Add TemplateResponse. Expose .template and .context info to test client.
* Only send 'http.response.template' if the extension is include
* Add TemplateResponse to documentation
2018-12-13 15:16:25 +00:00
Pierre Vanliefland
8ca0407765
Update authentication.md ( #260 )
...
* Update authentication.md
Fixed imports and fixed except syntax
* Update authentication.md
AuthenticationMiddleware: backend parameter should be a backend instance, not a class
2018-12-10 16:51:43 +00:00
Tom Christie
256b6245f7
Version 0.9.7
2018-12-07 14:57:18 +00:00
Tom Christie
99921cef70
Fix SQLAlchemy link
2018-12-07 13:07:12 +00:00
Tom Christie
ce9556acce
Authentication ( #256 )
...
* Authentication
* Fleshing out authentication support
* Version 0.9.6
2018-12-07 13:05:31 +00:00
Raja Simon
25244b5c98
Fix file path argument ( #255 )
2018-12-07 12:45:36 +00:00
Tom Christie
e4db34c363
Update database docs
2018-12-07 08:59:06 +00:00
Tom Christie
147c47deb1
Version 0.9.5
2018-12-06 10:46:06 +00:00
Tom Christie
2b4ea0b422
Update config docs
2018-12-06 09:55:09 +00:00
Tom Christie
08af34763d
Version 0.9.4 ( #251 )
2018-12-05 16:38:45 +00:00
Tom Christie
96213e569c
Merge branch 'master' of https://github.com/encode/starlette
2018-12-05 10:15:39 +00:00
Tom Christie
2b3f6fdcc6
Tweak database docs
2018-12-05 10:15:32 +00:00
Simon Willison
ff0d1588ab
Typo ( #249 )
2018-12-04 20:21:36 +00:00
Tom Christie
5379b125d3
Version 0.9.2
2018-12-04 16:45:44 +00:00
Tom Christie
e4ef8bdfaf
Database, not Databases
2018-12-04 16:25:27 +00:00
Tom Christie
0b7819b4b2
Add DatabaseMiddleware ( #243 )
...
* Add `DatabaseMiddleware`
2018-12-04 16:05:16 +00:00
Santiago
31ec331bc2
docs(schemas): fixed url to starlette-apispec ( #246 )
2018-12-04 11:34:42 +00:00
Tom Christie
16e8b87f72
Version 0.9.1 ( #239 )
2018-11-28 13:36:22 +00:00
Tom Christie
9ee69af2be
Merge branch 'master' of https://github.com/encode/starlette
2018-11-28 11:49:39 +00:00
Tom Christie
74d42fa416
Version 0.9
2018-11-28 11:49:28 +00:00
Santiago
1ecf7d7146
docs(schemas): added third party block ( #237 )
2018-11-24 15:48:27 +00:00
Tom Christie
2d631446e9
Version 0.8.8
2018-11-23 16:29:03 +00:00
Tom Christie
0257c8b4df
Version 0.8.7
2018-11-23 11:14:39 +00:00
Tom Christie
8f67838a55
Version 0.8.6
2018-11-22 16:13:01 +00:00
Taoufik
9fa4b56030
Update broken link ( #224 )
...
* Update broken link
* Update broken link
2018-11-18 18:26:47 +00:00
Tom Christie
8d973c25bd
Version 0.8.5
2018-11-16 14:04:08 +00:00
David Larlet
9a51a63d35
Documentation typo ( #218 )
2018-11-14 10:58:05 +00:00
Jordan Eremieff
d0b342981e
Move arg ( #210 )
2018-11-10 08:02:51 +00:00
Tom Christie
3a16d66049
Version 0.8.3
2018-11-09 13:41:49 +00:00
Tom Christie
7b91341d6f
Version 0.8.2
2018-11-08 17:00:24 +00:00
Tom Christie
c96eb9a4f7
Add Jinja2 link
2018-11-08 16:36:39 +00:00
Tom Christie
2ef21f49c9
Jinja2 ( #198 )
...
* Use jinja2 for a default template configuration
* Add release notes
2018-11-08 16:14:14 +00:00
Tom Christie
c2d5813076
Link to example repo
2018-11-08 13:12:37 +00:00
Tom Christie
bf51fc2d22
Version 0.8.0
2018-11-08 12:07:17 +00:00
Tom Christie
8f736f20ac
Add SessionMiddleware's max_age to docs
2018-11-08 12:00:51 +00:00
Tom Christie
9f3dcb7d2b
Rejig ExceptionMiddleware and ServerErrorMiddleware ( #193 )
...
* Rejig ExceptionMiddleware and ServerErrorMiddleware
* Tweak DebugMiddleware implementation
* Support custom 500 handlers
* Exception handling updates
2018-11-08 11:59:15 +00:00
Alexander Botello
150c7092e5
StaticFiles will check if directory exists upon instantiation ( #195 )
...
* Add check_dir parameter
* Add test coverage for check_dir
* Update documentation
* linting
* Remove extra space
2018-11-08 09:33:20 +00:00
Tom Christie
380351027b
Add template snippet
2018-11-06 17:03:34 +00:00
Tom Christie
02678b3b0e
Version 0.7.3
2018-11-06 16:59:54 +00:00
Tom Christie
efecf56735
Add support for name to mount points. ( #184 )
...
* Support name on app.mount(...)
* Add templating docs
* Remove erronous commit
* Linting
2018-11-06 16:57:57 +00:00
Tom Christie
d48bf30b75
Add docs for third party middleware classes
2018-11-06 14:06:25 +00:00
Tom Christie
385ec33700
Version 0.7.2
2018-11-06 12:21:54 +00:00
Tom Christie
3e2e3430d1
Add `@app.middleware(...)` decorator ( #183 )
...
* Add @app.middleware() decorator
* Linting
* Drop erronous check-in
* Type hinting for BaseHTTPMiddleware
2018-11-06 12:19:52 +00:00
Tom Christie
83ab71dad0
Version 0.7.1
2018-11-05 12:08:34 +00:00
Tom Christie
ed970c86be
Update 'Performance' section
2018-11-01 14:41:55 +00:00
Tom Christie
d86b0aa8a9
Version 0.7.0
2018-11-01 12:56:21 +00:00