Session "subtransaction" behavior removed
------------------------------------------
-TODO: more detail
-
See the section :ref:`session_subtransactions` for background on this
change.
Dogpile cache recipe and Horizontal Sharding uses new Session API
------------------------------------------------------------------
-TODO: more detail
-
As the :class:`_orm.Query` object becomes legacy, these two recipes
which previously relied upon subclassing of the :class:`_orm.Query`
object now make use of the :meth:`_orm.SessionEvents.do_orm_execute`
Baked Query Extension Superseded by built-in caching
-----------------------------------------------------
-TODO: more detail
-
The baked query extension is superseded by the built in caching system and
is no longer used by the ORM internals.