Sabitlenmiş Tweet
Phil Jones
424 posts

Phil Jones
@pdgjones
Python Software Foundation fellow. I'm the author of Quart and Hypercorn, and I help maintain the Pallets and Hyper projects. @[email protected]
Katılım Ağustos 2018
126 Takip Edilen661 Takipçiler

I've written a short article on using TaskGroups to speedup routes, pgjones.dev/blog/how-to-ta…. This includes a Quart-DB example where each task needs its own connection for the speedup to work.
English

Hypercorn now supports ASGI states and trailing headers. It has also had a number of bugs fixed. 0.17 released!
github.com/pgjones/hyperc…
English

Quart-Rate-Limiter 0.10.0 released. This release adds the ability to skip limits based on the results of a custom skip_function e.g. to have limits that only apply to unauthenticated requests. See docs quart-rate-limiter.readthedocs.io/en/latest/how_… and the changelog github.com/pgjones/quart-… and
English

A couple of bugfixes, Werkzeug 3.0.2 and Quart 0.19.5 are now available.
github.com/pallets/werkze…
github.com/pallets/quart/…
English

@webknjaz Thanks, but I don't follow. I think I called the env 'publish', is that what you mean or is there something else called 'release' I've missed?
English

Quart-DB 0.5.0 released. This supports additional options to the DB driver, a new db-migrate command and a few fixes. github.com/pgjones/quart-….
Just as excitingly, the released was published via PyPI's new trusted publishers setup,
pgjones.dev/blog/trusted-p…
English

@pdgjones Hey, I just saw your blog post. I was involved in the Trusted Publishing effort (on the `pypi-publish` GitHub Action side). Would you be open to making a small adjustment in the code examples? The environment setup presented is functional but the naming semantics is misleading...
English

Quart-DB, 0.8.0, now supports background migrations - migrations that run whilst the app is serving requests. These are most useful for data migrations that take too long to be run as part of the app startup.
github.com/pgjones/quart-…
English

I've recorded a new tutorial explaining how to run scheduled (cron) tasks with one extra line of Python using Quart-Tasks, youtu.be/_yqSYS6WVoM

YouTube
English

Quart-Schema now supports msgspec and attrs classes for validation (please install with pydantic to continue previous usage). See github.com/pgjones/quart-…
English

New year, new Hypercorn release. 0.16.0 adds ProxyFixMiddleware (a popular request), a max_requests config to help with memory leaks, a max keep alive requests config to mitigate the HTTP/2 rapid reset attack, and fixes many bugs. github.com/pgjones/hyperc…
English
Phil Jones retweetledi

Today I'm releasing a major update to the Flask Mega-Tutorial using latest Flask, SQLAlchemy, Boostrap and more! blog.miguelgrinberg.com/post/announcin…
English
Phil Jones retweetledi

@FlaskCon @testdrivenio You need more people talking about Quart! Recently migrated from Flask to Quart and it has been working flawlessly and asynchronously..which is awesome!
I saw recent data shows Flask is now the most popular Python web-framework...Quart deserves some of the spotlight.
English

Users of Werkzeug should upgrade to 3.0.1 to avoid a vulnerability in the multipart parser. github.com/pallets/werkze…
English
Phil Jones retweetledi

Just saved another outdated Flask extension: github.com/miracle2k/flas…
English



