[sqlalchemy] Re: SQLAlchemy 1.2.0b1 released

2017-07-10 Thread Jonathan Vanasco
On Monday, July 10, 2017 at 9:44:03 AM UTC-4, Mike Bayer wrote: > > * Connection pool pre-ping - The connection pool now includes an > optional "pre ping" feature that will test the "liveness" of a pooled > connection for every connection checkout, transparently recycling the > DBAPI connectio

[sqlalchemy] SQLAlchemy 1.2.0b1 released

2017-07-10 Thread Mike Bayer
SQLAlchemy release 1.2.0b1 is now available. This is the first beta for the 1.2 series of SQLAlchemy. As is always the case for beta releases, the release is available on Pypi, but only installable when specifying the --pre flag with pip. Key highlights of version 1.2 include: * Connection pool