doc/4.0.rst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 14 Jun 2013 12:11:42 +0200
changeset 9026 84c5b01ebb3e
parent 9018 9deb024a96c0
child 9032 629a8d49d6f5
permissions -rw-r--r--
[connection] move hook control logic on Connection The _hook_control context manager now operate on connection. We have to keep a specific entry point in Session to ensure Connection object are properly cleaned up when using session to "manage" Connection live cycle. Related to #2503918

What's new in CubicWeb 4.0?
============================

API changes
-----------

* ``RepositorySessionManager.postlogin`` is now called with two arguments,
  request and session. And this now happens before the session is linked to the
  request.


Deprecated Code Drops
----------------------

* The ldapuser source has been dropped. ldapfeed is the only official source
  remaining for ldap.

* session.hijack_user mechanism has been dropped.