The RelStorage team is pleased to announce the release of RelStorage 4.0a1, which adds support for Python 3.12 and removes support for end-of-life Python versions. #ZODB
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: #a1-2023-06-21" target="_blank" rel="nofollow noopener">greenlet.readthedocs.io/en/latest/chan…
@cleberjsantos@mauritsvanrees Thanks for the write-up! Small correction: RelStorage 3.x runs on both Python 2 and Python 3! The performance gains over RelStorage 2 are available on all Python versions.
ZODB 5.6.0 and RelStorage 3.1.0 were released today. ZODB fixes a number of issues, and RelStorage addresses a corner case and is tested to ensure compatibility with ZODB 5.6.
RelStorage 3.0 is here! Extensive changes include substantial reductions in memory usage, improved caching, SQLite support for small deployments, and performance improvements (especially at high concurrency). Please check it out and give it a try.
dev.nextthought.com/blog/2019/11/r…
@MacYET@Yugabyte Doesn't look like it will work out of the box. Main issue I see is that it doesn't seem to have a way to exclusively lock a table, and doesn't support READ COMMITTED isolation. Perhaps that could be worked around using SERIALIZABLE isolation.