The greenlet project is pleased to announce the release of greenlet-3.0a1, featuring support for Python 3.12b3. This release drops support for legacy Python versions (2.7, 3.5 and 3.6) and compilers. It is otherwise a drop-in update for 2.0. Changes: https://t.co/lSL5DqsOQO
"we were able to reduce our Kubernetes pods by a factor of 10, in turn reducing the amount of CPU we utilized by 90%. Despite this reduction, our order processing capacity increased by 600%."
New from the DoorDash Eng blog: Improving resource efficiency in Python services with Gevent, an asynchronous I/O library.
#python#gevent#asynchronous
https://t.co/wJrCZL7PUM
Pleased to announce the release of gevent 20.12.0, featuring improved support for profilers, basic aarch64 wheels, and numerous bug fixes. See https://t.co/KOYeBd0ae6
greenlet 1.0a1 has been released! https://t.co/oMZcdlwaDG It is believed stable and compatible with the previous release, but numerous updates to packaging result in the a1 designation. Please test and report issues to https://t.co/LZPzNpWOWd
The greenlet docs at https://t.co/RUqhDcqArd have been updated with new organization, more examples, and cross references. Check them out! We welcome feedback on GitHub at https://t.co/LZPzNpWOWd
@SrManzanotes To improve on its release cadence, this year @gevent switched from SemVer to CalVer (calendar date versioning), similar to pip. Some information is at https://t.co/cOHVxyTML0
Pleased to announce that greenlet 0.4.17 and gevent 20.9 have been released.
People on Python 3.7 and higher should be sure to upgrade both at the same time. Do not try to use greenlet 0.4.16 with gevent 20.9, or greenlet 0.4.17 with gevent 20.6. Crashes are the likely result.
@sineo Could you please elaborate on which change you found breaking? Nothing was intended to be widely breaking but if it was I want to do a better job calling that out in the change notes.
gipc 1.0.0 has been released. See the announcement here: https://t.co/pJxQO8UqYW gipc (pronunciation as in “gipsy”) provides reliable child process management and non-blocking inter-process communication in the context of gevent.